diff --git a/README.md b/README.md
index 865ae5127..0a31245da 100644
--- a/README.md
+++ b/README.md
@@ -1,7 +1,7 @@
-# CDKTF prebuilt bindings for hashicorp/tfe provider version 0.60.1
+# CDKTF prebuilt bindings for hashicorp/tfe provider version 0.61.0
-This repo builds and publishes the [Terraform tfe provider](https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs) bindings for [CDK for Terraform](https://cdk.tf).
+This repo builds and publishes the [Terraform tfe provider](https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs) bindings for [CDK for Terraform](https://cdk.tf).
## Available Packages
@@ -63,7 +63,7 @@ This project is explicitly not tracking the Terraform tfe provider version 1:1.
These are the upstream dependencies:
- [CDK for Terraform](https://cdk.tf)
-- [Terraform tfe provider](https://registry.terraform.io/providers/hashicorp/tfe/0.60.1)
+- [Terraform tfe provider](https://registry.terraform.io/providers/hashicorp/tfe/0.61.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/docs/API.csharp.md b/docs/API.csharp.md
index c344fb76c..5893e59ab 100644
--- a/docs/API.csharp.md
+++ b/docs/API.csharp.md
@@ -8,6 +8,7 @@ The following submodules are available:
- [agentPool](./agentPool.csharp.md)
- [agentPoolAllowedWorkspaces](./agentPoolAllowedWorkspaces.csharp.md)
- [agentToken](./agentToken.csharp.md)
+- [auditTrailToken](./auditTrailToken.csharp.md)
- [dataRetentionPolicy](./dataRetentionPolicy.csharp.md)
- [dataTfeAgentPool](./dataTfeAgentPool.csharp.md)
- [dataTfeGithubAppInstallation](./dataTfeGithubAppInstallation.csharp.md)
diff --git a/docs/API.go.md b/docs/API.go.md
index cd3baad48..344a861b5 100644
--- a/docs/API.go.md
+++ b/docs/API.go.md
@@ -8,6 +8,7 @@ The following submodules are available:
- [agentPool](./agentPool.go.md)
- [agentPoolAllowedWorkspaces](./agentPoolAllowedWorkspaces.go.md)
- [agentToken](./agentToken.go.md)
+- [auditTrailToken](./auditTrailToken.go.md)
- [dataRetentionPolicy](./dataRetentionPolicy.go.md)
- [dataTfeAgentPool](./dataTfeAgentPool.go.md)
- [dataTfeGithubAppInstallation](./dataTfeGithubAppInstallation.go.md)
diff --git a/docs/API.java.md b/docs/API.java.md
index db44972d8..1b5f65817 100644
--- a/docs/API.java.md
+++ b/docs/API.java.md
@@ -8,6 +8,7 @@ The following submodules are available:
- [agentPool](./agentPool.java.md)
- [agentPoolAllowedWorkspaces](./agentPoolAllowedWorkspaces.java.md)
- [agentToken](./agentToken.java.md)
+- [auditTrailToken](./auditTrailToken.java.md)
- [dataRetentionPolicy](./dataRetentionPolicy.java.md)
- [dataTfeAgentPool](./dataTfeAgentPool.java.md)
- [dataTfeGithubAppInstallation](./dataTfeGithubAppInstallation.java.md)
diff --git a/docs/API.python.md b/docs/API.python.md
index 1669302e0..e6634e63b 100644
--- a/docs/API.python.md
+++ b/docs/API.python.md
@@ -8,6 +8,7 @@ The following submodules are available:
- [agentPool](./agentPool.python.md)
- [agentPoolAllowedWorkspaces](./agentPoolAllowedWorkspaces.python.md)
- [agentToken](./agentToken.python.md)
+- [auditTrailToken](./auditTrailToken.python.md)
- [dataRetentionPolicy](./dataRetentionPolicy.python.md)
- [dataTfeAgentPool](./dataTfeAgentPool.python.md)
- [dataTfeGithubAppInstallation](./dataTfeGithubAppInstallation.python.md)
diff --git a/docs/API.typescript.md b/docs/API.typescript.md
index e04d93823..e05b2e990 100644
--- a/docs/API.typescript.md
+++ b/docs/API.typescript.md
@@ -8,6 +8,7 @@ The following submodules are available:
- [agentPool](./agentPool.typescript.md)
- [agentPoolAllowedWorkspaces](./agentPoolAllowedWorkspaces.typescript.md)
- [agentToken](./agentToken.typescript.md)
+- [auditTrailToken](./auditTrailToken.typescript.md)
- [dataRetentionPolicy](./dataRetentionPolicy.typescript.md)
- [dataTfeAgentPool](./dataTfeAgentPool.typescript.md)
- [dataTfeGithubAppInstallation](./dataTfeGithubAppInstallation.typescript.md)
diff --git a/docs/adminOrganizationSettings.csharp.md b/docs/adminOrganizationSettings.csharp.md
index 1228b4815..22a6c77cb 100644
--- a/docs/adminOrganizationSettings.csharp.md
+++ b/docs/adminOrganizationSettings.csharp.md
@@ -4,7 +4,7 @@
### AdminOrganizationSettings
-Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/admin_organization_settings tfe_admin_organization_settings}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/admin_organization_settings tfe_admin_organization_settings}.
#### Initializers
@@ -509,7 +509,7 @@ The construct id used in the generated config for the AdminOrganizationSettings
The id of the existing AdminOrganizationSettings that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/admin_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/hashicorp/tfe/0.61.0/docs/resources/admin_organization_settings#import import section} in the documentation of this resource for the id to use
---
@@ -882,12 +882,12 @@ new AdminOrganizationSettingsConfig {
| Lifecycle
| HashiCorp.Cdktf.TerraformResourceLifecycle
| *No description.* |
| Provider
| HashiCorp.Cdktf.TerraformProvider
| *No description.* |
| Provisioners
| object[]
| *No description.* |
-| AccessBetaTools
| object
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/admin_organization_settings#access_beta_tools AdminOrganizationSettings#access_beta_tools}. |
-| GlobalModuleSharing
| object
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/admin_organization_settings#global_module_sharing AdminOrganizationSettings#global_module_sharing}. |
-| Id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/admin_organization_settings#id AdminOrganizationSettings#id}. |
-| ModuleSharingConsumerOrganizations
| string[]
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/admin_organization_settings#module_sharing_consumer_organizations AdminOrganizationSettings#module_sharing_consumer_organizations}. |
-| Organization
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/admin_organization_settings#organization AdminOrganizationSettings#organization}. |
-| WorkspaceLimit
| double
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/admin_organization_settings#workspace_limit AdminOrganizationSettings#workspace_limit}. |
+| AccessBetaTools
| object
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/admin_organization_settings#access_beta_tools AdminOrganizationSettings#access_beta_tools}. |
+| GlobalModuleSharing
| object
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/admin_organization_settings#global_module_sharing AdminOrganizationSettings#global_module_sharing}. |
+| Id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/admin_organization_settings#id AdminOrganizationSettings#id}. |
+| ModuleSharingConsumerOrganizations
| string[]
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/admin_organization_settings#module_sharing_consumer_organizations AdminOrganizationSettings#module_sharing_consumer_organizations}. |
+| Organization
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/admin_organization_settings#organization AdminOrganizationSettings#organization}. |
+| WorkspaceLimit
| double
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/admin_organization_settings#workspace_limit AdminOrganizationSettings#workspace_limit}. |
---
@@ -969,7 +969,7 @@ public object AccessBetaTools { get; set; }
- *Type:* object
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/admin_organization_settings#access_beta_tools AdminOrganizationSettings#access_beta_tools}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/admin_organization_settings#access_beta_tools AdminOrganizationSettings#access_beta_tools}.
---
@@ -981,7 +981,7 @@ public object GlobalModuleSharing { get; set; }
- *Type:* object
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/admin_organization_settings#global_module_sharing AdminOrganizationSettings#global_module_sharing}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/admin_organization_settings#global_module_sharing AdminOrganizationSettings#global_module_sharing}.
---
@@ -993,7 +993,7 @@ public string Id { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/admin_organization_settings#id AdminOrganizationSettings#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/admin_organization_settings#id AdminOrganizationSettings#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -1008,7 +1008,7 @@ public string[] ModuleSharingConsumerOrganizations { get; set; }
- *Type:* string[]
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/admin_organization_settings#module_sharing_consumer_organizations AdminOrganizationSettings#module_sharing_consumer_organizations}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/admin_organization_settings#module_sharing_consumer_organizations AdminOrganizationSettings#module_sharing_consumer_organizations}.
---
@@ -1020,7 +1020,7 @@ public string Organization { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/admin_organization_settings#organization AdminOrganizationSettings#organization}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/admin_organization_settings#organization AdminOrganizationSettings#organization}.
---
@@ -1032,7 +1032,7 @@ public double WorkspaceLimit { get; set; }
- *Type:* double
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/admin_organization_settings#workspace_limit AdminOrganizationSettings#workspace_limit}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/admin_organization_settings#workspace_limit AdminOrganizationSettings#workspace_limit}.
---
diff --git a/docs/adminOrganizationSettings.go.md b/docs/adminOrganizationSettings.go.md
index 52414ea93..c1e9a5d96 100644
--- a/docs/adminOrganizationSettings.go.md
+++ b/docs/adminOrganizationSettings.go.md
@@ -4,7 +4,7 @@
### AdminOrganizationSettings
-Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/admin_organization_settings tfe_admin_organization_settings}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/admin_organization_settings tfe_admin_organization_settings}.
#### Initializers
@@ -509,7 +509,7 @@ The construct id used in the generated config for the AdminOrganizationSettings
The id of the existing AdminOrganizationSettings that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/admin_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/hashicorp/tfe/0.61.0/docs/resources/admin_organization_settings#import import section} in the documentation of this resource for the id to use
---
@@ -882,12 +882,12 @@ import "github.com/cdktf/cdktf-provider-tfe-go/tfe/v11/adminorganizationsettings
| 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.* |
-| AccessBetaTools
| interface{}
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/admin_organization_settings#access_beta_tools AdminOrganizationSettings#access_beta_tools}. |
-| GlobalModuleSharing
| interface{}
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/admin_organization_settings#global_module_sharing AdminOrganizationSettings#global_module_sharing}. |
-| Id
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/admin_organization_settings#id AdminOrganizationSettings#id}. |
-| ModuleSharingConsumerOrganizations
| *[]*string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/admin_organization_settings#module_sharing_consumer_organizations AdminOrganizationSettings#module_sharing_consumer_organizations}. |
-| Organization
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/admin_organization_settings#organization AdminOrganizationSettings#organization}. |
-| WorkspaceLimit
| *f64
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/admin_organization_settings#workspace_limit AdminOrganizationSettings#workspace_limit}. |
+| AccessBetaTools
| interface{}
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/admin_organization_settings#access_beta_tools AdminOrganizationSettings#access_beta_tools}. |
+| GlobalModuleSharing
| interface{}
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/admin_organization_settings#global_module_sharing AdminOrganizationSettings#global_module_sharing}. |
+| Id
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/admin_organization_settings#id AdminOrganizationSettings#id}. |
+| ModuleSharingConsumerOrganizations
| *[]*string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/admin_organization_settings#module_sharing_consumer_organizations AdminOrganizationSettings#module_sharing_consumer_organizations}. |
+| Organization
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/admin_organization_settings#organization AdminOrganizationSettings#organization}. |
+| WorkspaceLimit
| *f64
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/admin_organization_settings#workspace_limit AdminOrganizationSettings#workspace_limit}. |
---
@@ -969,7 +969,7 @@ AccessBetaTools interface{}
- *Type:* interface{}
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/admin_organization_settings#access_beta_tools AdminOrganizationSettings#access_beta_tools}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/admin_organization_settings#access_beta_tools AdminOrganizationSettings#access_beta_tools}.
---
@@ -981,7 +981,7 @@ GlobalModuleSharing interface{}
- *Type:* interface{}
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/admin_organization_settings#global_module_sharing AdminOrganizationSettings#global_module_sharing}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/admin_organization_settings#global_module_sharing AdminOrganizationSettings#global_module_sharing}.
---
@@ -993,7 +993,7 @@ Id *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/admin_organization_settings#id AdminOrganizationSettings#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/admin_organization_settings#id AdminOrganizationSettings#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -1008,7 +1008,7 @@ ModuleSharingConsumerOrganizations *[]*string
- *Type:* *[]*string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/admin_organization_settings#module_sharing_consumer_organizations AdminOrganizationSettings#module_sharing_consumer_organizations}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/admin_organization_settings#module_sharing_consumer_organizations AdminOrganizationSettings#module_sharing_consumer_organizations}.
---
@@ -1020,7 +1020,7 @@ Organization *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/admin_organization_settings#organization AdminOrganizationSettings#organization}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/admin_organization_settings#organization AdminOrganizationSettings#organization}.
---
@@ -1032,7 +1032,7 @@ WorkspaceLimit *f64
- *Type:* *f64
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/admin_organization_settings#workspace_limit AdminOrganizationSettings#workspace_limit}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/admin_organization_settings#workspace_limit AdminOrganizationSettings#workspace_limit}.
---
diff --git a/docs/adminOrganizationSettings.java.md b/docs/adminOrganizationSettings.java.md
index 47ecf6baf..c663ab31f 100644
--- a/docs/adminOrganizationSettings.java.md
+++ b/docs/adminOrganizationSettings.java.md
@@ -4,7 +4,7 @@
### AdminOrganizationSettings
-Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/admin_organization_settings tfe_admin_organization_settings}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/admin_organization_settings tfe_admin_organization_settings}.
#### Initializers
@@ -45,12 +45,12 @@ AdminOrganizationSettings.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.* |
-| accessBetaTools
| java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/admin_organization_settings#access_beta_tools AdminOrganizationSettings#access_beta_tools}. |
-| globalModuleSharing
| java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/admin_organization_settings#global_module_sharing AdminOrganizationSettings#global_module_sharing}. |
-| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/admin_organization_settings#id AdminOrganizationSettings#id}. |
-| moduleSharingConsumerOrganizations
| java.util.List
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/admin_organization_settings#module_sharing_consumer_organizations AdminOrganizationSettings#module_sharing_consumer_organizations}. |
-| organization
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/admin_organization_settings#organization AdminOrganizationSettings#organization}. |
-| workspaceLimit
| java.lang.Number
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/admin_organization_settings#workspace_limit AdminOrganizationSettings#workspace_limit}. |
+| accessBetaTools
| java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/admin_organization_settings#access_beta_tools AdminOrganizationSettings#access_beta_tools}. |
+| globalModuleSharing
| java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/admin_organization_settings#global_module_sharing AdminOrganizationSettings#global_module_sharing}. |
+| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/admin_organization_settings#id AdminOrganizationSettings#id}. |
+| moduleSharingConsumerOrganizations
| java.util.List
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/admin_organization_settings#module_sharing_consumer_organizations AdminOrganizationSettings#module_sharing_consumer_organizations}. |
+| organization
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/admin_organization_settings#organization AdminOrganizationSettings#organization}. |
+| workspaceLimit
| java.lang.Number
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/admin_organization_settings#workspace_limit AdminOrganizationSettings#workspace_limit}. |
---
@@ -118,7 +118,7 @@ Must be unique amongst siblings in the same scope
- *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/admin_organization_settings#access_beta_tools AdminOrganizationSettings#access_beta_tools}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/admin_organization_settings#access_beta_tools AdminOrganizationSettings#access_beta_tools}.
---
@@ -126,7 +126,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/admin_organization_settings#global_module_sharing AdminOrganizationSettings#global_module_sharing}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/admin_organization_settings#global_module_sharing AdminOrganizationSettings#global_module_sharing}.
---
@@ -134,7 +134,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/admin_organization_settings#id AdminOrganizationSettings#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/admin_organization_settings#id AdminOrganizationSettings#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you 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
- *Type:* java.util.List
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/admin_organization_settings#module_sharing_consumer_organizations AdminOrganizationSettings#module_sharing_consumer_organizations}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/admin_organization_settings#module_sharing_consumer_organizations AdminOrganizationSettings#module_sharing_consumer_organizations}.
---
@@ -153,7 +153,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/admin_organization_settings#organization AdminOrganizationSettings#organization}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/admin_organization_settings#organization AdminOrganizationSettings#organization}.
---
@@ -161,7 +161,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* java.lang.Number
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/admin_organization_settings#workspace_limit AdminOrganizationSettings#workspace_limit}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/admin_organization_settings#workspace_limit AdminOrganizationSettings#workspace_limit}.
---
@@ -630,7 +630,7 @@ The construct id used in the generated config for the AdminOrganizationSettings
The id of the existing AdminOrganizationSettings that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/admin_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/hashicorp/tfe/0.61.0/docs/resources/admin_organization_settings#import import section} in the documentation of this resource for the id to use
---
@@ -1009,12 +1009,12 @@ AdminOrganizationSettingsConfig.builder()
| lifecycle
| com.hashicorp.cdktf.TerraformResourceLifecycle
| *No description.* |
| provider
| com.hashicorp.cdktf.TerraformProvider
| *No description.* |
| provisioners
| java.util.List
| *No description.* |
-| accessBetaTools
| java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/admin_organization_settings#access_beta_tools AdminOrganizationSettings#access_beta_tools}. |
-| globalModuleSharing
| java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/admin_organization_settings#global_module_sharing AdminOrganizationSettings#global_module_sharing}. |
-| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/admin_organization_settings#id AdminOrganizationSettings#id}. |
-| moduleSharingConsumerOrganizations
| java.util.List
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/admin_organization_settings#module_sharing_consumer_organizations AdminOrganizationSettings#module_sharing_consumer_organizations}. |
-| organization
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/admin_organization_settings#organization AdminOrganizationSettings#organization}. |
-| workspaceLimit
| java.lang.Number
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/admin_organization_settings#workspace_limit AdminOrganizationSettings#workspace_limit}. |
+| accessBetaTools
| java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/admin_organization_settings#access_beta_tools AdminOrganizationSettings#access_beta_tools}. |
+| globalModuleSharing
| java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/admin_organization_settings#global_module_sharing AdminOrganizationSettings#global_module_sharing}. |
+| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/admin_organization_settings#id AdminOrganizationSettings#id}. |
+| moduleSharingConsumerOrganizations
| java.util.List
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/admin_organization_settings#module_sharing_consumer_organizations AdminOrganizationSettings#module_sharing_consumer_organizations}. |
+| organization
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/admin_organization_settings#organization AdminOrganizationSettings#organization}. |
+| workspaceLimit
| java.lang.Number
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/admin_organization_settings#workspace_limit AdminOrganizationSettings#workspace_limit}. |
---
@@ -1096,7 +1096,7 @@ public java.lang.Object getAccessBetaTools();
- *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/admin_organization_settings#access_beta_tools AdminOrganizationSettings#access_beta_tools}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/admin_organization_settings#access_beta_tools AdminOrganizationSettings#access_beta_tools}.
---
@@ -1108,7 +1108,7 @@ public java.lang.Object getGlobalModuleSharing();
- *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/admin_organization_settings#global_module_sharing AdminOrganizationSettings#global_module_sharing}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/admin_organization_settings#global_module_sharing AdminOrganizationSettings#global_module_sharing}.
---
@@ -1120,7 +1120,7 @@ public java.lang.String getId();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/admin_organization_settings#id AdminOrganizationSettings#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/admin_organization_settings#id AdminOrganizationSettings#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -1135,7 +1135,7 @@ public java.util.List getModuleSharingConsumerOrganizations();
- *Type:* java.util.List
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/admin_organization_settings#module_sharing_consumer_organizations AdminOrganizationSettings#module_sharing_consumer_organizations}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/admin_organization_settings#module_sharing_consumer_organizations AdminOrganizationSettings#module_sharing_consumer_organizations}.
---
@@ -1147,7 +1147,7 @@ public java.lang.String getOrganization();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/admin_organization_settings#organization AdminOrganizationSettings#organization}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/admin_organization_settings#organization AdminOrganizationSettings#organization}.
---
@@ -1159,7 +1159,7 @@ public java.lang.Number getWorkspaceLimit();
- *Type:* java.lang.Number
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/admin_organization_settings#workspace_limit AdminOrganizationSettings#workspace_limit}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/admin_organization_settings#workspace_limit AdminOrganizationSettings#workspace_limit}.
---
diff --git a/docs/adminOrganizationSettings.python.md b/docs/adminOrganizationSettings.python.md
index ac42591da..4cfd3cef5 100644
--- a/docs/adminOrganizationSettings.python.md
+++ b/docs/adminOrganizationSettings.python.md
@@ -4,7 +4,7 @@
### AdminOrganizationSettings
-Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/admin_organization_settings tfe_admin_organization_settings}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/admin_organization_settings tfe_admin_organization_settings}.
#### Initializers
@@ -41,12 +41,12 @@ adminOrganizationSettings.AdminOrganizationSettings(
| lifecycle
| cdktf.TerraformResourceLifecycle
| *No description.* |
| provider
| cdktf.TerraformProvider
| *No description.* |
| provisioners
| typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]]
| *No description.* |
-| access_beta_tools
| typing.Union[bool, cdktf.IResolvable]
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/admin_organization_settings#access_beta_tools AdminOrganizationSettings#access_beta_tools}. |
-| global_module_sharing
| typing.Union[bool, cdktf.IResolvable]
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/admin_organization_settings#global_module_sharing AdminOrganizationSettings#global_module_sharing}. |
-| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/admin_organization_settings#id AdminOrganizationSettings#id}. |
-| module_sharing_consumer_organizations
| typing.List[str]
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/admin_organization_settings#module_sharing_consumer_organizations AdminOrganizationSettings#module_sharing_consumer_organizations}. |
-| organization
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/admin_organization_settings#organization AdminOrganizationSettings#organization}. |
-| workspace_limit
| typing.Union[int, float]
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/admin_organization_settings#workspace_limit AdminOrganizationSettings#workspace_limit}. |
+| access_beta_tools
| typing.Union[bool, cdktf.IResolvable]
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/admin_organization_settings#access_beta_tools AdminOrganizationSettings#access_beta_tools}. |
+| global_module_sharing
| typing.Union[bool, cdktf.IResolvable]
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/admin_organization_settings#global_module_sharing AdminOrganizationSettings#global_module_sharing}. |
+| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/admin_organization_settings#id AdminOrganizationSettings#id}. |
+| module_sharing_consumer_organizations
| typing.List[str]
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/admin_organization_settings#module_sharing_consumer_organizations AdminOrganizationSettings#module_sharing_consumer_organizations}. |
+| organization
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/admin_organization_settings#organization AdminOrganizationSettings#organization}. |
+| workspace_limit
| typing.Union[int, float]
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/admin_organization_settings#workspace_limit AdminOrganizationSettings#workspace_limit}. |
---
@@ -114,7 +114,7 @@ Must be unique amongst siblings in the same scope
- *Type:* typing.Union[bool, cdktf.IResolvable]
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/admin_organization_settings#access_beta_tools AdminOrganizationSettings#access_beta_tools}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/admin_organization_settings#access_beta_tools AdminOrganizationSettings#access_beta_tools}.
---
@@ -122,7 +122,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* typing.Union[bool, cdktf.IResolvable]
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/admin_organization_settings#global_module_sharing AdminOrganizationSettings#global_module_sharing}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/admin_organization_settings#global_module_sharing AdminOrganizationSettings#global_module_sharing}.
---
@@ -130,7 +130,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/admin_organization_settings#id AdminOrganizationSettings#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/admin_organization_settings#id AdminOrganizationSettings#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -141,7 +141,7 @@ If you experience problems setting this value it might not be settable. Please t
- *Type:* typing.List[str]
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/admin_organization_settings#module_sharing_consumer_organizations AdminOrganizationSettings#module_sharing_consumer_organizations}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/admin_organization_settings#module_sharing_consumer_organizations AdminOrganizationSettings#module_sharing_consumer_organizations}.
---
@@ -149,7 +149,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/admin_organization_settings#organization AdminOrganizationSettings#organization}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/admin_organization_settings#organization AdminOrganizationSettings#organization}.
---
@@ -157,7 +157,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* typing.Union[int, float]
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/admin_organization_settings#workspace_limit AdminOrganizationSettings#workspace_limit}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/admin_organization_settings#workspace_limit AdminOrganizationSettings#workspace_limit}.
---
@@ -672,7 +672,7 @@ The construct id used in the generated config for the AdminOrganizationSettings
The id of the existing AdminOrganizationSettings that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/admin_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/hashicorp/tfe/0.61.0/docs/resources/admin_organization_settings#import import section} in the documentation of this resource for the id to use
---
@@ -1045,12 +1045,12 @@ adminOrganizationSettings.AdminOrganizationSettingsConfig(
| lifecycle
| cdktf.TerraformResourceLifecycle
| *No description.* |
| provider
| cdktf.TerraformProvider
| *No description.* |
| provisioners
| typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]]
| *No description.* |
-| access_beta_tools
| typing.Union[bool, cdktf.IResolvable]
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/admin_organization_settings#access_beta_tools AdminOrganizationSettings#access_beta_tools}. |
-| global_module_sharing
| typing.Union[bool, cdktf.IResolvable]
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/admin_organization_settings#global_module_sharing AdminOrganizationSettings#global_module_sharing}. |
-| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/admin_organization_settings#id AdminOrganizationSettings#id}. |
-| module_sharing_consumer_organizations
| typing.List[str]
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/admin_organization_settings#module_sharing_consumer_organizations AdminOrganizationSettings#module_sharing_consumer_organizations}. |
-| organization
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/admin_organization_settings#organization AdminOrganizationSettings#organization}. |
-| workspace_limit
| typing.Union[int, float]
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/admin_organization_settings#workspace_limit AdminOrganizationSettings#workspace_limit}. |
+| access_beta_tools
| typing.Union[bool, cdktf.IResolvable]
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/admin_organization_settings#access_beta_tools AdminOrganizationSettings#access_beta_tools}. |
+| global_module_sharing
| typing.Union[bool, cdktf.IResolvable]
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/admin_organization_settings#global_module_sharing AdminOrganizationSettings#global_module_sharing}. |
+| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/admin_organization_settings#id AdminOrganizationSettings#id}. |
+| module_sharing_consumer_organizations
| typing.List[str]
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/admin_organization_settings#module_sharing_consumer_organizations AdminOrganizationSettings#module_sharing_consumer_organizations}. |
+| organization
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/admin_organization_settings#organization AdminOrganizationSettings#organization}. |
+| workspace_limit
| typing.Union[int, float]
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/admin_organization_settings#workspace_limit AdminOrganizationSettings#workspace_limit}. |
---
@@ -1132,7 +1132,7 @@ access_beta_tools: typing.Union[bool, IResolvable]
- *Type:* typing.Union[bool, cdktf.IResolvable]
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/admin_organization_settings#access_beta_tools AdminOrganizationSettings#access_beta_tools}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/admin_organization_settings#access_beta_tools AdminOrganizationSettings#access_beta_tools}.
---
@@ -1144,7 +1144,7 @@ global_module_sharing: typing.Union[bool, IResolvable]
- *Type:* typing.Union[bool, cdktf.IResolvable]
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/admin_organization_settings#global_module_sharing AdminOrganizationSettings#global_module_sharing}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/admin_organization_settings#global_module_sharing AdminOrganizationSettings#global_module_sharing}.
---
@@ -1156,7 +1156,7 @@ id: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/admin_organization_settings#id AdminOrganizationSettings#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/admin_organization_settings#id AdminOrganizationSettings#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -1171,7 +1171,7 @@ module_sharing_consumer_organizations: typing.List[str]
- *Type:* typing.List[str]
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/admin_organization_settings#module_sharing_consumer_organizations AdminOrganizationSettings#module_sharing_consumer_organizations}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/admin_organization_settings#module_sharing_consumer_organizations AdminOrganizationSettings#module_sharing_consumer_organizations}.
---
@@ -1183,7 +1183,7 @@ organization: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/admin_organization_settings#organization AdminOrganizationSettings#organization}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/admin_organization_settings#organization AdminOrganizationSettings#organization}.
---
@@ -1195,7 +1195,7 @@ workspace_limit: typing.Union[int, float]
- *Type:* typing.Union[int, float]
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/admin_organization_settings#workspace_limit AdminOrganizationSettings#workspace_limit}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/admin_organization_settings#workspace_limit AdminOrganizationSettings#workspace_limit}.
---
diff --git a/docs/adminOrganizationSettings.typescript.md b/docs/adminOrganizationSettings.typescript.md
index b6ab342e8..5709ccc00 100644
--- a/docs/adminOrganizationSettings.typescript.md
+++ b/docs/adminOrganizationSettings.typescript.md
@@ -4,7 +4,7 @@
### AdminOrganizationSettings
-Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/admin_organization_settings tfe_admin_organization_settings}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/admin_organization_settings tfe_admin_organization_settings}.
#### Initializers
@@ -509,7 +509,7 @@ The construct id used in the generated config for the AdminOrganizationSettings
The id of the existing AdminOrganizationSettings that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/admin_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/hashicorp/tfe/0.61.0/docs/resources/admin_organization_settings#import import section} in the documentation of this resource for the id to use
---
@@ -868,12 +868,12 @@ const adminOrganizationSettingsConfig: adminOrganizationSettings.AdminOrganizati
| lifecycle
| cdktf.TerraformResourceLifecycle
| *No description.* |
| provider
| cdktf.TerraformProvider
| *No description.* |
| provisioners
| cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[]
| *No description.* |
-| accessBetaTools
| boolean \| cdktf.IResolvable
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/admin_organization_settings#access_beta_tools AdminOrganizationSettings#access_beta_tools}. |
-| globalModuleSharing
| boolean \| cdktf.IResolvable
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/admin_organization_settings#global_module_sharing AdminOrganizationSettings#global_module_sharing}. |
-| id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/admin_organization_settings#id AdminOrganizationSettings#id}. |
-| moduleSharingConsumerOrganizations
| string[]
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/admin_organization_settings#module_sharing_consumer_organizations AdminOrganizationSettings#module_sharing_consumer_organizations}. |
-| organization
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/admin_organization_settings#organization AdminOrganizationSettings#organization}. |
-| workspaceLimit
| number
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/admin_organization_settings#workspace_limit AdminOrganizationSettings#workspace_limit}. |
+| accessBetaTools
| boolean \| cdktf.IResolvable
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/admin_organization_settings#access_beta_tools AdminOrganizationSettings#access_beta_tools}. |
+| globalModuleSharing
| boolean \| cdktf.IResolvable
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/admin_organization_settings#global_module_sharing AdminOrganizationSettings#global_module_sharing}. |
+| id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/admin_organization_settings#id AdminOrganizationSettings#id}. |
+| moduleSharingConsumerOrganizations
| string[]
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/admin_organization_settings#module_sharing_consumer_organizations AdminOrganizationSettings#module_sharing_consumer_organizations}. |
+| organization
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/admin_organization_settings#organization AdminOrganizationSettings#organization}. |
+| workspaceLimit
| number
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/admin_organization_settings#workspace_limit AdminOrganizationSettings#workspace_limit}. |
---
@@ -955,7 +955,7 @@ public readonly accessBetaTools: boolean | IResolvable;
- *Type:* boolean | cdktf.IResolvable
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/admin_organization_settings#access_beta_tools AdminOrganizationSettings#access_beta_tools}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/admin_organization_settings#access_beta_tools AdminOrganizationSettings#access_beta_tools}.
---
@@ -967,7 +967,7 @@ public readonly globalModuleSharing: boolean | IResolvable;
- *Type:* boolean | cdktf.IResolvable
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/admin_organization_settings#global_module_sharing AdminOrganizationSettings#global_module_sharing}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/admin_organization_settings#global_module_sharing AdminOrganizationSettings#global_module_sharing}.
---
@@ -979,7 +979,7 @@ public readonly id: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/admin_organization_settings#id AdminOrganizationSettings#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/admin_organization_settings#id AdminOrganizationSettings#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you 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 readonly moduleSharingConsumerOrganizations: string[];
- *Type:* string[]
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/admin_organization_settings#module_sharing_consumer_organizations AdminOrganizationSettings#module_sharing_consumer_organizations}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/admin_organization_settings#module_sharing_consumer_organizations AdminOrganizationSettings#module_sharing_consumer_organizations}.
---
@@ -1006,7 +1006,7 @@ public readonly organization: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/admin_organization_settings#organization AdminOrganizationSettings#organization}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/admin_organization_settings#organization AdminOrganizationSettings#organization}.
---
@@ -1018,7 +1018,7 @@ public readonly workspaceLimit: number;
- *Type:* number
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/admin_organization_settings#workspace_limit AdminOrganizationSettings#workspace_limit}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/admin_organization_settings#workspace_limit AdminOrganizationSettings#workspace_limit}.
---
diff --git a/docs/agentPool.csharp.md b/docs/agentPool.csharp.md
index dfcf75877..b66408e9a 100644
--- a/docs/agentPool.csharp.md
+++ b/docs/agentPool.csharp.md
@@ -4,7 +4,7 @@
### AgentPool
-Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/agent_pool tfe_agent_pool}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/agent_pool tfe_agent_pool}.
#### Initializers
@@ -488,7 +488,7 @@ The construct id used in the generated config for the AgentPool to import.
The id of the existing AgentPool that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/agent_pool#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/agent_pool#import import section} in the documentation of this resource for the id to use
---
@@ -804,10 +804,10 @@ new AgentPoolConfig {
| 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/hashicorp/tfe/0.60.1/docs/resources/agent_pool#name AgentPool#name}. |
-| Id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/agent_pool#id AgentPool#id}. |
-| Organization
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/agent_pool#organization AgentPool#organization}. |
-| OrganizationScoped
| object
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/agent_pool#organization_scoped AgentPool#organization_scoped}. |
+| Name
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/agent_pool#name AgentPool#name}. |
+| Id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/agent_pool#id AgentPool#id}. |
+| Organization
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/agent_pool#organization AgentPool#organization}. |
+| OrganizationScoped
| object
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/agent_pool#organization_scoped AgentPool#organization_scoped}. |
---
@@ -889,7 +889,7 @@ public string Name { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/agent_pool#name AgentPool#name}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/agent_pool#name AgentPool#name}.
---
@@ -901,7 +901,7 @@ public string Id { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/agent_pool#id AgentPool#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/agent_pool#id AgentPool#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you 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 string Organization { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/agent_pool#organization AgentPool#organization}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/agent_pool#organization AgentPool#organization}.
---
@@ -928,7 +928,7 @@ public object OrganizationScoped { get; set; }
- *Type:* object
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/agent_pool#organization_scoped AgentPool#organization_scoped}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/agent_pool#organization_scoped AgentPool#organization_scoped}.
---
diff --git a/docs/agentPool.go.md b/docs/agentPool.go.md
index f268008d8..b3776ca9e 100644
--- a/docs/agentPool.go.md
+++ b/docs/agentPool.go.md
@@ -4,7 +4,7 @@
### AgentPool
-Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/agent_pool tfe_agent_pool}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/agent_pool tfe_agent_pool}.
#### Initializers
@@ -488,7 +488,7 @@ The construct id used in the generated config for the AgentPool to import.
The id of the existing AgentPool that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/agent_pool#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/agent_pool#import import section} in the documentation of this resource for the id to use
---
@@ -804,10 +804,10 @@ import "github.com/cdktf/cdktf-provider-tfe-go/tfe/v11/agentpool"
| 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/hashicorp/tfe/0.60.1/docs/resources/agent_pool#name AgentPool#name}. |
-| Id
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/agent_pool#id AgentPool#id}. |
-| Organization
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/agent_pool#organization AgentPool#organization}. |
-| OrganizationScoped
| interface{}
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/agent_pool#organization_scoped AgentPool#organization_scoped}. |
+| Name
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/agent_pool#name AgentPool#name}. |
+| Id
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/agent_pool#id AgentPool#id}. |
+| Organization
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/agent_pool#organization AgentPool#organization}. |
+| OrganizationScoped
| interface{}
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/agent_pool#organization_scoped AgentPool#organization_scoped}. |
---
@@ -889,7 +889,7 @@ Name *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/agent_pool#name AgentPool#name}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/agent_pool#name AgentPool#name}.
---
@@ -901,7 +901,7 @@ Id *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/agent_pool#id AgentPool#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/agent_pool#id AgentPool#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you 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 @@ Organization *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/agent_pool#organization AgentPool#organization}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/agent_pool#organization AgentPool#organization}.
---
@@ -928,7 +928,7 @@ OrganizationScoped interface{}
- *Type:* interface{}
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/agent_pool#organization_scoped AgentPool#organization_scoped}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/agent_pool#organization_scoped AgentPool#organization_scoped}.
---
diff --git a/docs/agentPool.java.md b/docs/agentPool.java.md
index 0cb4ae7e0..041f66f22 100644
--- a/docs/agentPool.java.md
+++ b/docs/agentPool.java.md
@@ -4,7 +4,7 @@
### AgentPool
-Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/agent_pool tfe_agent_pool}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/agent_pool tfe_agent_pool}.
#### Initializers
@@ -42,10 +42,10 @@ AgentPool.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/hashicorp/tfe/0.60.1/docs/resources/agent_pool#name AgentPool#name}. |
-| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/agent_pool#id AgentPool#id}. |
-| organization
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/agent_pool#organization AgentPool#organization}. |
-| organizationScoped
| java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/agent_pool#organization_scoped AgentPool#organization_scoped}. |
+| name
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/agent_pool#name AgentPool#name}. |
+| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/agent_pool#id AgentPool#id}. |
+| organization
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/agent_pool#organization AgentPool#organization}. |
+| organizationScoped
| java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/agent_pool#organization_scoped AgentPool#organization_scoped}. |
---
@@ -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/hashicorp/tfe/0.60.1/docs/resources/agent_pool#name AgentPool#name}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/agent_pool#name AgentPool#name}.
---
@@ -121,7 +121,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/agent_pool#id AgentPool#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/agent_pool#id AgentPool#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -132,7 +132,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/hashicorp/tfe/0.60.1/docs/resources/agent_pool#organization AgentPool#organization}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/agent_pool#organization AgentPool#organization}.
---
@@ -140,7 +140,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/agent_pool#organization_scoped AgentPool#organization_scoped}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/agent_pool#organization_scoped AgentPool#organization_scoped}.
---
@@ -588,7 +588,7 @@ The construct id used in the generated config for the AgentPool to import.
The id of the existing AgentPool that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/agent_pool#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/agent_pool#import import section} in the documentation of this resource for the id to use
---
@@ -909,10 +909,10 @@ AgentPoolConfig.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/hashicorp/tfe/0.60.1/docs/resources/agent_pool#name AgentPool#name}. |
-| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/agent_pool#id AgentPool#id}. |
-| organization
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/agent_pool#organization AgentPool#organization}. |
-| organizationScoped
| java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/agent_pool#organization_scoped AgentPool#organization_scoped}. |
+| name
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/agent_pool#name AgentPool#name}. |
+| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/agent_pool#id AgentPool#id}. |
+| organization
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/agent_pool#organization AgentPool#organization}. |
+| organizationScoped
| java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/agent_pool#organization_scoped AgentPool#organization_scoped}. |
---
@@ -994,7 +994,7 @@ public java.lang.String getName();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/agent_pool#name AgentPool#name}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/agent_pool#name AgentPool#name}.
---
@@ -1006,7 +1006,7 @@ public java.lang.String getId();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/agent_pool#id AgentPool#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/agent_pool#id AgentPool#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you 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 java.lang.String getOrganization();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/agent_pool#organization AgentPool#organization}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/agent_pool#organization AgentPool#organization}.
---
@@ -1033,7 +1033,7 @@ public java.lang.Object getOrganizationScoped();
- *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/agent_pool#organization_scoped AgentPool#organization_scoped}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/agent_pool#organization_scoped AgentPool#organization_scoped}.
---
diff --git a/docs/agentPool.python.md b/docs/agentPool.python.md
index 7fdbe62a7..e88751d78 100644
--- a/docs/agentPool.python.md
+++ b/docs/agentPool.python.md
@@ -4,7 +4,7 @@
### AgentPool
-Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/agent_pool tfe_agent_pool}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/agent_pool tfe_agent_pool}.
#### Initializers
@@ -39,10 +39,10 @@ agentPool.AgentPool(
| 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/hashicorp/tfe/0.60.1/docs/resources/agent_pool#name AgentPool#name}. |
-| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/agent_pool#id AgentPool#id}. |
-| organization
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/agent_pool#organization AgentPool#organization}. |
-| organization_scoped
| typing.Union[bool, cdktf.IResolvable]
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/agent_pool#organization_scoped AgentPool#organization_scoped}. |
+| name
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/agent_pool#name AgentPool#name}. |
+| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/agent_pool#id AgentPool#id}. |
+| organization
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/agent_pool#organization AgentPool#organization}. |
+| organization_scoped
| typing.Union[bool, cdktf.IResolvable]
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/agent_pool#organization_scoped AgentPool#organization_scoped}. |
---
@@ -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/hashicorp/tfe/0.60.1/docs/resources/agent_pool#name AgentPool#name}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/agent_pool#name AgentPool#name}.
---
@@ -118,7 +118,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/agent_pool#id AgentPool#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/agent_pool#id AgentPool#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you 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:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/agent_pool#organization AgentPool#organization}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/agent_pool#organization AgentPool#organization}.
---
@@ -137,7 +137,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* typing.Union[bool, cdktf.IResolvable]
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/agent_pool#organization_scoped AgentPool#organization_scoped}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/agent_pool#organization_scoped AgentPool#organization_scoped}.
---
@@ -631,7 +631,7 @@ The construct id used in the generated config for the AgentPool to import.
The id of the existing AgentPool that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/agent_pool#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/agent_pool#import import section} in the documentation of this resource for the id to use
---
@@ -947,10 +947,10 @@ agentPool.AgentPoolConfig(
| 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/hashicorp/tfe/0.60.1/docs/resources/agent_pool#name AgentPool#name}. |
-| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/agent_pool#id AgentPool#id}. |
-| organization
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/agent_pool#organization AgentPool#organization}. |
-| organization_scoped
| typing.Union[bool, cdktf.IResolvable]
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/agent_pool#organization_scoped AgentPool#organization_scoped}. |
+| name
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/agent_pool#name AgentPool#name}. |
+| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/agent_pool#id AgentPool#id}. |
+| organization
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/agent_pool#organization AgentPool#organization}. |
+| organization_scoped
| typing.Union[bool, cdktf.IResolvable]
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/agent_pool#organization_scoped AgentPool#organization_scoped}. |
---
@@ -1032,7 +1032,7 @@ name: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/agent_pool#name AgentPool#name}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/agent_pool#name AgentPool#name}.
---
@@ -1044,7 +1044,7 @@ id: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/agent_pool#id AgentPool#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/agent_pool#id AgentPool#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -1059,7 +1059,7 @@ organization: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/agent_pool#organization AgentPool#organization}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/agent_pool#organization AgentPool#organization}.
---
@@ -1071,7 +1071,7 @@ organization_scoped: typing.Union[bool, IResolvable]
- *Type:* typing.Union[bool, cdktf.IResolvable]
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/agent_pool#organization_scoped AgentPool#organization_scoped}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/agent_pool#organization_scoped AgentPool#organization_scoped}.
---
diff --git a/docs/agentPool.typescript.md b/docs/agentPool.typescript.md
index 93d1e4017..66b1b4b54 100644
--- a/docs/agentPool.typescript.md
+++ b/docs/agentPool.typescript.md
@@ -4,7 +4,7 @@
### AgentPool
-Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/agent_pool tfe_agent_pool}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/agent_pool tfe_agent_pool}.
#### Initializers
@@ -488,7 +488,7 @@ The construct id used in the generated config for the AgentPool to import.
The id of the existing AgentPool that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/agent_pool#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/agent_pool#import import section} in the documentation of this resource for the id to use
---
@@ -792,10 +792,10 @@ const agentPoolConfig: agentPool.AgentPoolConfig = { ... }
| 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/hashicorp/tfe/0.60.1/docs/resources/agent_pool#name AgentPool#name}. |
-| id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/agent_pool#id AgentPool#id}. |
-| organization
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/agent_pool#organization AgentPool#organization}. |
-| organizationScoped
| boolean \| cdktf.IResolvable
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/agent_pool#organization_scoped AgentPool#organization_scoped}. |
+| name
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/agent_pool#name AgentPool#name}. |
+| id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/agent_pool#id AgentPool#id}. |
+| organization
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/agent_pool#organization AgentPool#organization}. |
+| organizationScoped
| boolean \| cdktf.IResolvable
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/agent_pool#organization_scoped AgentPool#organization_scoped}. |
---
@@ -877,7 +877,7 @@ public readonly name: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/agent_pool#name AgentPool#name}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/agent_pool#name AgentPool#name}.
---
@@ -889,7 +889,7 @@ public readonly id: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/agent_pool#id AgentPool#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/agent_pool#id AgentPool#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you 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 @@ public readonly organization: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/agent_pool#organization AgentPool#organization}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/agent_pool#organization AgentPool#organization}.
---
@@ -916,7 +916,7 @@ public readonly organizationScoped: boolean | IResolvable;
- *Type:* boolean | cdktf.IResolvable
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/agent_pool#organization_scoped AgentPool#organization_scoped}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/agent_pool#organization_scoped AgentPool#organization_scoped}.
---
diff --git a/docs/agentPoolAllowedWorkspaces.csharp.md b/docs/agentPoolAllowedWorkspaces.csharp.md
index 28d31f40f..a08e89a4c 100644
--- a/docs/agentPoolAllowedWorkspaces.csharp.md
+++ b/docs/agentPoolAllowedWorkspaces.csharp.md
@@ -4,7 +4,7 @@
### AgentPoolAllowedWorkspaces
-Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/agent_pool_allowed_workspaces tfe_agent_pool_allowed_workspaces}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/agent_pool_allowed_workspaces tfe_agent_pool_allowed_workspaces}.
#### Initializers
@@ -474,7 +474,7 @@ The construct id used in the generated config for the AgentPoolAllowedWorkspaces
The id of the existing AgentPoolAllowedWorkspaces that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/agent_pool_allowed_workspaces#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/agent_pool_allowed_workspaces#import import section} in the documentation of this resource for the id to use
---
@@ -767,9 +767,9 @@ new AgentPoolAllowedWorkspacesConfig {
| Lifecycle
| HashiCorp.Cdktf.TerraformResourceLifecycle
| *No description.* |
| Provider
| HashiCorp.Cdktf.TerraformProvider
| *No description.* |
| Provisioners
| object[]
| *No description.* |
-| AgentPoolId
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/agent_pool_allowed_workspaces#agent_pool_id AgentPoolAllowedWorkspaces#agent_pool_id}. |
-| AllowedWorkspaceIds
| string[]
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/agent_pool_allowed_workspaces#allowed_workspace_ids AgentPoolAllowedWorkspaces#allowed_workspace_ids}. |
-| Id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/agent_pool_allowed_workspaces#id AgentPoolAllowedWorkspaces#id}. |
+| AgentPoolId
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/agent_pool_allowed_workspaces#agent_pool_id AgentPoolAllowedWorkspaces#agent_pool_id}. |
+| AllowedWorkspaceIds
| string[]
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/agent_pool_allowed_workspaces#allowed_workspace_ids AgentPoolAllowedWorkspaces#allowed_workspace_ids}. |
+| Id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/agent_pool_allowed_workspaces#id AgentPoolAllowedWorkspaces#id}. |
---
@@ -851,7 +851,7 @@ public string AgentPoolId { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/agent_pool_allowed_workspaces#agent_pool_id AgentPoolAllowedWorkspaces#agent_pool_id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/agent_pool_allowed_workspaces#agent_pool_id AgentPoolAllowedWorkspaces#agent_pool_id}.
---
@@ -863,7 +863,7 @@ public string[] AllowedWorkspaceIds { get; set; }
- *Type:* string[]
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/agent_pool_allowed_workspaces#allowed_workspace_ids AgentPoolAllowedWorkspaces#allowed_workspace_ids}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/agent_pool_allowed_workspaces#allowed_workspace_ids AgentPoolAllowedWorkspaces#allowed_workspace_ids}.
---
@@ -875,7 +875,7 @@ public string Id { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/agent_pool_allowed_workspaces#id AgentPoolAllowedWorkspaces#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/agent_pool_allowed_workspaces#id AgentPoolAllowedWorkspaces#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
diff --git a/docs/agentPoolAllowedWorkspaces.go.md b/docs/agentPoolAllowedWorkspaces.go.md
index 1332d76cc..4aba1a238 100644
--- a/docs/agentPoolAllowedWorkspaces.go.md
+++ b/docs/agentPoolAllowedWorkspaces.go.md
@@ -4,7 +4,7 @@
### AgentPoolAllowedWorkspaces
-Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/agent_pool_allowed_workspaces tfe_agent_pool_allowed_workspaces}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/agent_pool_allowed_workspaces tfe_agent_pool_allowed_workspaces}.
#### Initializers
@@ -474,7 +474,7 @@ The construct id used in the generated config for the AgentPoolAllowedWorkspaces
The id of the existing AgentPoolAllowedWorkspaces that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/agent_pool_allowed_workspaces#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/agent_pool_allowed_workspaces#import import section} in the documentation of this resource for the id to use
---
@@ -767,9 +767,9 @@ import "github.com/cdktf/cdktf-provider-tfe-go/tfe/v11/agentpoolallowedworkspace
| 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.* |
-| AgentPoolId
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/agent_pool_allowed_workspaces#agent_pool_id AgentPoolAllowedWorkspaces#agent_pool_id}. |
-| AllowedWorkspaceIds
| *[]*string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/agent_pool_allowed_workspaces#allowed_workspace_ids AgentPoolAllowedWorkspaces#allowed_workspace_ids}. |
-| Id
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/agent_pool_allowed_workspaces#id AgentPoolAllowedWorkspaces#id}. |
+| AgentPoolId
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/agent_pool_allowed_workspaces#agent_pool_id AgentPoolAllowedWorkspaces#agent_pool_id}. |
+| AllowedWorkspaceIds
| *[]*string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/agent_pool_allowed_workspaces#allowed_workspace_ids AgentPoolAllowedWorkspaces#allowed_workspace_ids}. |
+| Id
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/agent_pool_allowed_workspaces#id AgentPoolAllowedWorkspaces#id}. |
---
@@ -851,7 +851,7 @@ AgentPoolId *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/agent_pool_allowed_workspaces#agent_pool_id AgentPoolAllowedWorkspaces#agent_pool_id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/agent_pool_allowed_workspaces#agent_pool_id AgentPoolAllowedWorkspaces#agent_pool_id}.
---
@@ -863,7 +863,7 @@ AllowedWorkspaceIds *[]*string
- *Type:* *[]*string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/agent_pool_allowed_workspaces#allowed_workspace_ids AgentPoolAllowedWorkspaces#allowed_workspace_ids}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/agent_pool_allowed_workspaces#allowed_workspace_ids AgentPoolAllowedWorkspaces#allowed_workspace_ids}.
---
@@ -875,7 +875,7 @@ Id *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/agent_pool_allowed_workspaces#id AgentPoolAllowedWorkspaces#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/agent_pool_allowed_workspaces#id AgentPoolAllowedWorkspaces#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
diff --git a/docs/agentPoolAllowedWorkspaces.java.md b/docs/agentPoolAllowedWorkspaces.java.md
index 7048ed2d4..c8ef31d36 100644
--- a/docs/agentPoolAllowedWorkspaces.java.md
+++ b/docs/agentPoolAllowedWorkspaces.java.md
@@ -4,7 +4,7 @@
### AgentPoolAllowedWorkspaces
-Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/agent_pool_allowed_workspaces tfe_agent_pool_allowed_workspaces}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/agent_pool_allowed_workspaces tfe_agent_pool_allowed_workspaces}.
#### Initializers
@@ -40,9 +40,9 @@ AgentPoolAllowedWorkspaces.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.* |
-| agentPoolId
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/agent_pool_allowed_workspaces#agent_pool_id AgentPoolAllowedWorkspaces#agent_pool_id}. |
-| allowedWorkspaceIds
| java.util.List
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/agent_pool_allowed_workspaces#allowed_workspace_ids AgentPoolAllowedWorkspaces#allowed_workspace_ids}. |
-| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/agent_pool_allowed_workspaces#id AgentPoolAllowedWorkspaces#id}. |
+| agentPoolId
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/agent_pool_allowed_workspaces#agent_pool_id AgentPoolAllowedWorkspaces#agent_pool_id}. |
+| allowedWorkspaceIds
| java.util.List
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/agent_pool_allowed_workspaces#allowed_workspace_ids AgentPoolAllowedWorkspaces#allowed_workspace_ids}. |
+| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/agent_pool_allowed_workspaces#id AgentPoolAllowedWorkspaces#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/hashicorp/tfe/0.60.1/docs/resources/agent_pool_allowed_workspaces#agent_pool_id AgentPoolAllowedWorkspaces#agent_pool_id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/agent_pool_allowed_workspaces#agent_pool_id AgentPoolAllowedWorkspaces#agent_pool_id}.
---
@@ -118,7 +118,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* java.util.List
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/agent_pool_allowed_workspaces#allowed_workspace_ids AgentPoolAllowedWorkspaces#allowed_workspace_ids}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/agent_pool_allowed_workspaces#allowed_workspace_ids AgentPoolAllowedWorkspaces#allowed_workspace_ids}.
---
@@ -126,7 +126,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/agent_pool_allowed_workspaces#id AgentPoolAllowedWorkspaces#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/agent_pool_allowed_workspaces#id AgentPoolAllowedWorkspaces#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -563,7 +563,7 @@ The construct id used in the generated config for the AgentPoolAllowedWorkspaces
The id of the existing AgentPoolAllowedWorkspaces that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/agent_pool_allowed_workspaces#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/agent_pool_allowed_workspaces#import import section} in the documentation of this resource for the id to use
---
@@ -860,9 +860,9 @@ AgentPoolAllowedWorkspacesConfig.builder()
| lifecycle
| com.hashicorp.cdktf.TerraformResourceLifecycle
| *No description.* |
| provider
| com.hashicorp.cdktf.TerraformProvider
| *No description.* |
| provisioners
| java.util.List
| *No description.* |
-| agentPoolId
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/agent_pool_allowed_workspaces#agent_pool_id AgentPoolAllowedWorkspaces#agent_pool_id}. |
-| allowedWorkspaceIds
| java.util.List
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/agent_pool_allowed_workspaces#allowed_workspace_ids AgentPoolAllowedWorkspaces#allowed_workspace_ids}. |
-| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/agent_pool_allowed_workspaces#id AgentPoolAllowedWorkspaces#id}. |
+| agentPoolId
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/agent_pool_allowed_workspaces#agent_pool_id AgentPoolAllowedWorkspaces#agent_pool_id}. |
+| allowedWorkspaceIds
| java.util.List
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/agent_pool_allowed_workspaces#allowed_workspace_ids AgentPoolAllowedWorkspaces#allowed_workspace_ids}. |
+| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/agent_pool_allowed_workspaces#id AgentPoolAllowedWorkspaces#id}. |
---
@@ -944,7 +944,7 @@ public java.lang.String getAgentPoolId();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/agent_pool_allowed_workspaces#agent_pool_id AgentPoolAllowedWorkspaces#agent_pool_id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/agent_pool_allowed_workspaces#agent_pool_id AgentPoolAllowedWorkspaces#agent_pool_id}.
---
@@ -956,7 +956,7 @@ public java.util.List getAllowedWorkspaceIds();
- *Type:* java.util.List
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/agent_pool_allowed_workspaces#allowed_workspace_ids AgentPoolAllowedWorkspaces#allowed_workspace_ids}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/agent_pool_allowed_workspaces#allowed_workspace_ids AgentPoolAllowedWorkspaces#allowed_workspace_ids}.
---
@@ -968,7 +968,7 @@ public java.lang.String getId();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/agent_pool_allowed_workspaces#id AgentPoolAllowedWorkspaces#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/agent_pool_allowed_workspaces#id AgentPoolAllowedWorkspaces#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
diff --git a/docs/agentPoolAllowedWorkspaces.python.md b/docs/agentPoolAllowedWorkspaces.python.md
index cf7d7f1c3..b09c4eaf9 100644
--- a/docs/agentPoolAllowedWorkspaces.python.md
+++ b/docs/agentPoolAllowedWorkspaces.python.md
@@ -4,7 +4,7 @@
### AgentPoolAllowedWorkspaces
-Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/agent_pool_allowed_workspaces tfe_agent_pool_allowed_workspaces}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/agent_pool_allowed_workspaces tfe_agent_pool_allowed_workspaces}.
#### Initializers
@@ -38,9 +38,9 @@ agentPoolAllowedWorkspaces.AgentPoolAllowedWorkspaces(
| lifecycle
| cdktf.TerraformResourceLifecycle
| *No description.* |
| provider
| cdktf.TerraformProvider
| *No description.* |
| provisioners
| typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]]
| *No description.* |
-| agent_pool_id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/agent_pool_allowed_workspaces#agent_pool_id AgentPoolAllowedWorkspaces#agent_pool_id}. |
-| allowed_workspace_ids
| typing.List[str]
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/agent_pool_allowed_workspaces#allowed_workspace_ids AgentPoolAllowedWorkspaces#allowed_workspace_ids}. |
-| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/agent_pool_allowed_workspaces#id AgentPoolAllowedWorkspaces#id}. |
+| agent_pool_id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/agent_pool_allowed_workspaces#agent_pool_id AgentPoolAllowedWorkspaces#agent_pool_id}. |
+| allowed_workspace_ids
| typing.List[str]
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/agent_pool_allowed_workspaces#allowed_workspace_ids AgentPoolAllowedWorkspaces#allowed_workspace_ids}. |
+| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/agent_pool_allowed_workspaces#id AgentPoolAllowedWorkspaces#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/hashicorp/tfe/0.60.1/docs/resources/agent_pool_allowed_workspaces#agent_pool_id AgentPoolAllowedWorkspaces#agent_pool_id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/agent_pool_allowed_workspaces#agent_pool_id AgentPoolAllowedWorkspaces#agent_pool_id}.
---
@@ -116,7 +116,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* typing.List[str]
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/agent_pool_allowed_workspaces#allowed_workspace_ids AgentPoolAllowedWorkspaces#allowed_workspace_ids}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/agent_pool_allowed_workspaces#allowed_workspace_ids AgentPoolAllowedWorkspaces#allowed_workspace_ids}.
---
@@ -124,7 +124,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/agent_pool_allowed_workspaces#id AgentPoolAllowedWorkspaces#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/agent_pool_allowed_workspaces#id AgentPoolAllowedWorkspaces#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -607,7 +607,7 @@ The construct id used in the generated config for the AgentPoolAllowedWorkspaces
The id of the existing AgentPoolAllowedWorkspaces that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/agent_pool_allowed_workspaces#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/agent_pool_allowed_workspaces#import import section} in the documentation of this resource for the id to use
---
@@ -900,9 +900,9 @@ agentPoolAllowedWorkspaces.AgentPoolAllowedWorkspacesConfig(
| lifecycle
| cdktf.TerraformResourceLifecycle
| *No description.* |
| provider
| cdktf.TerraformProvider
| *No description.* |
| provisioners
| typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]]
| *No description.* |
-| agent_pool_id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/agent_pool_allowed_workspaces#agent_pool_id AgentPoolAllowedWorkspaces#agent_pool_id}. |
-| allowed_workspace_ids
| typing.List[str]
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/agent_pool_allowed_workspaces#allowed_workspace_ids AgentPoolAllowedWorkspaces#allowed_workspace_ids}. |
-| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/agent_pool_allowed_workspaces#id AgentPoolAllowedWorkspaces#id}. |
+| agent_pool_id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/agent_pool_allowed_workspaces#agent_pool_id AgentPoolAllowedWorkspaces#agent_pool_id}. |
+| allowed_workspace_ids
| typing.List[str]
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/agent_pool_allowed_workspaces#allowed_workspace_ids AgentPoolAllowedWorkspaces#allowed_workspace_ids}. |
+| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/agent_pool_allowed_workspaces#id AgentPoolAllowedWorkspaces#id}. |
---
@@ -984,7 +984,7 @@ agent_pool_id: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/agent_pool_allowed_workspaces#agent_pool_id AgentPoolAllowedWorkspaces#agent_pool_id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/agent_pool_allowed_workspaces#agent_pool_id AgentPoolAllowedWorkspaces#agent_pool_id}.
---
@@ -996,7 +996,7 @@ allowed_workspace_ids: typing.List[str]
- *Type:* typing.List[str]
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/agent_pool_allowed_workspaces#allowed_workspace_ids AgentPoolAllowedWorkspaces#allowed_workspace_ids}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/agent_pool_allowed_workspaces#allowed_workspace_ids AgentPoolAllowedWorkspaces#allowed_workspace_ids}.
---
@@ -1008,7 +1008,7 @@ id: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/agent_pool_allowed_workspaces#id AgentPoolAllowedWorkspaces#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/agent_pool_allowed_workspaces#id AgentPoolAllowedWorkspaces#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
diff --git a/docs/agentPoolAllowedWorkspaces.typescript.md b/docs/agentPoolAllowedWorkspaces.typescript.md
index c143a1b64..6ebbb19a7 100644
--- a/docs/agentPoolAllowedWorkspaces.typescript.md
+++ b/docs/agentPoolAllowedWorkspaces.typescript.md
@@ -4,7 +4,7 @@
### AgentPoolAllowedWorkspaces
-Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/agent_pool_allowed_workspaces tfe_agent_pool_allowed_workspaces}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/agent_pool_allowed_workspaces tfe_agent_pool_allowed_workspaces}.
#### Initializers
@@ -474,7 +474,7 @@ The construct id used in the generated config for the AgentPoolAllowedWorkspaces
The id of the existing AgentPoolAllowedWorkspaces that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/agent_pool_allowed_workspaces#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/agent_pool_allowed_workspaces#import import section} in the documentation of this resource for the id to use
---
@@ -756,9 +756,9 @@ const agentPoolAllowedWorkspacesConfig: agentPoolAllowedWorkspaces.AgentPoolAllo
| lifecycle
| cdktf.TerraformResourceLifecycle
| *No description.* |
| provider
| cdktf.TerraformProvider
| *No description.* |
| provisioners
| cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[]
| *No description.* |
-| agentPoolId
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/agent_pool_allowed_workspaces#agent_pool_id AgentPoolAllowedWorkspaces#agent_pool_id}. |
-| allowedWorkspaceIds
| string[]
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/agent_pool_allowed_workspaces#allowed_workspace_ids AgentPoolAllowedWorkspaces#allowed_workspace_ids}. |
-| id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/agent_pool_allowed_workspaces#id AgentPoolAllowedWorkspaces#id}. |
+| agentPoolId
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/agent_pool_allowed_workspaces#agent_pool_id AgentPoolAllowedWorkspaces#agent_pool_id}. |
+| allowedWorkspaceIds
| string[]
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/agent_pool_allowed_workspaces#allowed_workspace_ids AgentPoolAllowedWorkspaces#allowed_workspace_ids}. |
+| id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/agent_pool_allowed_workspaces#id AgentPoolAllowedWorkspaces#id}. |
---
@@ -840,7 +840,7 @@ public readonly agentPoolId: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/agent_pool_allowed_workspaces#agent_pool_id AgentPoolAllowedWorkspaces#agent_pool_id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/agent_pool_allowed_workspaces#agent_pool_id AgentPoolAllowedWorkspaces#agent_pool_id}.
---
@@ -852,7 +852,7 @@ public readonly allowedWorkspaceIds: string[];
- *Type:* string[]
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/agent_pool_allowed_workspaces#allowed_workspace_ids AgentPoolAllowedWorkspaces#allowed_workspace_ids}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/agent_pool_allowed_workspaces#allowed_workspace_ids AgentPoolAllowedWorkspaces#allowed_workspace_ids}.
---
@@ -864,7 +864,7 @@ public readonly id: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/agent_pool_allowed_workspaces#id AgentPoolAllowedWorkspaces#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/agent_pool_allowed_workspaces#id AgentPoolAllowedWorkspaces#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
diff --git a/docs/agentToken.csharp.md b/docs/agentToken.csharp.md
index 66b00a0eb..f77e3ce49 100644
--- a/docs/agentToken.csharp.md
+++ b/docs/agentToken.csharp.md
@@ -4,7 +4,7 @@
### AgentToken
-Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/agent_token tfe_agent_token}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/agent_token tfe_agent_token}.
#### Initializers
@@ -474,7 +474,7 @@ The construct id used in the generated config for the AgentToken to import.
The id of the existing AgentToken that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/agent_token#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/agent_token#import import section} in the documentation of this resource for the id to use
---
@@ -778,9 +778,9 @@ new AgentTokenConfig {
| Lifecycle
| HashiCorp.Cdktf.TerraformResourceLifecycle
| *No description.* |
| Provider
| HashiCorp.Cdktf.TerraformProvider
| *No description.* |
| Provisioners
| object[]
| *No description.* |
-| AgentPoolId
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/agent_token#agent_pool_id AgentToken#agent_pool_id}. |
-| Description
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/agent_token#description AgentToken#description}. |
-| Id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/agent_token#id AgentToken#id}. |
+| AgentPoolId
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/agent_token#agent_pool_id AgentToken#agent_pool_id}. |
+| Description
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/agent_token#description AgentToken#description}. |
+| Id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/agent_token#id AgentToken#id}. |
---
@@ -862,7 +862,7 @@ public string AgentPoolId { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/agent_token#agent_pool_id AgentToken#agent_pool_id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/agent_token#agent_pool_id AgentToken#agent_pool_id}.
---
@@ -874,7 +874,7 @@ public string Description { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/agent_token#description AgentToken#description}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/agent_token#description AgentToken#description}.
---
@@ -886,7 +886,7 @@ public string Id { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/agent_token#id AgentToken#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/agent_token#id AgentToken#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
diff --git a/docs/agentToken.go.md b/docs/agentToken.go.md
index 42a0cadf0..29d10c58c 100644
--- a/docs/agentToken.go.md
+++ b/docs/agentToken.go.md
@@ -4,7 +4,7 @@
### AgentToken
-Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/agent_token tfe_agent_token}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/agent_token tfe_agent_token}.
#### Initializers
@@ -474,7 +474,7 @@ The construct id used in the generated config for the AgentToken to import.
The id of the existing AgentToken that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/agent_token#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/agent_token#import import section} in the documentation of this resource for the id to use
---
@@ -778,9 +778,9 @@ import "github.com/cdktf/cdktf-provider-tfe-go/tfe/v11/agenttoken"
| 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.* |
-| AgentPoolId
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/agent_token#agent_pool_id AgentToken#agent_pool_id}. |
-| Description
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/agent_token#description AgentToken#description}. |
-| Id
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/agent_token#id AgentToken#id}. |
+| AgentPoolId
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/agent_token#agent_pool_id AgentToken#agent_pool_id}. |
+| Description
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/agent_token#description AgentToken#description}. |
+| Id
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/agent_token#id AgentToken#id}. |
---
@@ -862,7 +862,7 @@ AgentPoolId *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/agent_token#agent_pool_id AgentToken#agent_pool_id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/agent_token#agent_pool_id AgentToken#agent_pool_id}.
---
@@ -874,7 +874,7 @@ Description *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/agent_token#description AgentToken#description}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/agent_token#description AgentToken#description}.
---
@@ -886,7 +886,7 @@ Id *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/agent_token#id AgentToken#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/agent_token#id AgentToken#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
diff --git a/docs/agentToken.java.md b/docs/agentToken.java.md
index c902ba5cf..9de2b942c 100644
--- a/docs/agentToken.java.md
+++ b/docs/agentToken.java.md
@@ -4,7 +4,7 @@
### AgentToken
-Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/agent_token tfe_agent_token}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/agent_token tfe_agent_token}.
#### Initializers
@@ -40,9 +40,9 @@ AgentToken.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.* |
-| agentPoolId
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/agent_token#agent_pool_id AgentToken#agent_pool_id}. |
-| description
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/agent_token#description AgentToken#description}. |
-| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/agent_token#id AgentToken#id}. |
+| agentPoolId
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/agent_token#agent_pool_id AgentToken#agent_pool_id}. |
+| description
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/agent_token#description AgentToken#description}. |
+| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/agent_token#id AgentToken#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/hashicorp/tfe/0.60.1/docs/resources/agent_token#agent_pool_id AgentToken#agent_pool_id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/agent_token#agent_pool_id AgentToken#agent_pool_id}.
---
@@ -118,7 +118,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/agent_token#description AgentToken#description}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/agent_token#description AgentToken#description}.
---
@@ -126,7 +126,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/agent_token#id AgentToken#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/agent_token#id AgentToken#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -563,7 +563,7 @@ The construct id used in the generated config for the AgentToken to import.
The id of the existing AgentToken that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/agent_token#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/agent_token#import import section} in the documentation of this resource for the id to use
---
@@ -871,9 +871,9 @@ AgentTokenConfig.builder()
| lifecycle
| com.hashicorp.cdktf.TerraformResourceLifecycle
| *No description.* |
| provider
| com.hashicorp.cdktf.TerraformProvider
| *No description.* |
| provisioners
| java.util.List
| *No description.* |
-| agentPoolId
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/agent_token#agent_pool_id AgentToken#agent_pool_id}. |
-| description
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/agent_token#description AgentToken#description}. |
-| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/agent_token#id AgentToken#id}. |
+| agentPoolId
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/agent_token#agent_pool_id AgentToken#agent_pool_id}. |
+| description
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/agent_token#description AgentToken#description}. |
+| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/agent_token#id AgentToken#id}. |
---
@@ -955,7 +955,7 @@ public java.lang.String getAgentPoolId();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/agent_token#agent_pool_id AgentToken#agent_pool_id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/agent_token#agent_pool_id AgentToken#agent_pool_id}.
---
@@ -967,7 +967,7 @@ public java.lang.String getDescription();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/agent_token#description AgentToken#description}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/agent_token#description AgentToken#description}.
---
@@ -979,7 +979,7 @@ public java.lang.String getId();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/agent_token#id AgentToken#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/agent_token#id AgentToken#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
diff --git a/docs/agentToken.python.md b/docs/agentToken.python.md
index 0069bf848..829f9b407 100644
--- a/docs/agentToken.python.md
+++ b/docs/agentToken.python.md
@@ -4,7 +4,7 @@
### AgentToken
-Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/agent_token tfe_agent_token}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/agent_token tfe_agent_token}.
#### Initializers
@@ -38,9 +38,9 @@ agentToken.AgentToken(
| lifecycle
| cdktf.TerraformResourceLifecycle
| *No description.* |
| provider
| cdktf.TerraformProvider
| *No description.* |
| provisioners
| typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]]
| *No description.* |
-| agent_pool_id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/agent_token#agent_pool_id AgentToken#agent_pool_id}. |
-| description
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/agent_token#description AgentToken#description}. |
-| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/agent_token#id AgentToken#id}. |
+| agent_pool_id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/agent_token#agent_pool_id AgentToken#agent_pool_id}. |
+| description
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/agent_token#description AgentToken#description}. |
+| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/agent_token#id AgentToken#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/hashicorp/tfe/0.60.1/docs/resources/agent_token#agent_pool_id AgentToken#agent_pool_id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/agent_token#agent_pool_id AgentToken#agent_pool_id}.
---
@@ -116,7 +116,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/agent_token#description AgentToken#description}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/agent_token#description AgentToken#description}.
---
@@ -124,7 +124,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/agent_token#id AgentToken#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/agent_token#id AgentToken#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -607,7 +607,7 @@ The construct id used in the generated config for the AgentToken to import.
The id of the existing AgentToken that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/agent_token#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/agent_token#import import section} in the documentation of this resource for the id to use
---
@@ -911,9 +911,9 @@ agentToken.AgentTokenConfig(
| lifecycle
| cdktf.TerraformResourceLifecycle
| *No description.* |
| provider
| cdktf.TerraformProvider
| *No description.* |
| provisioners
| typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]]
| *No description.* |
-| agent_pool_id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/agent_token#agent_pool_id AgentToken#agent_pool_id}. |
-| description
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/agent_token#description AgentToken#description}. |
-| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/agent_token#id AgentToken#id}. |
+| agent_pool_id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/agent_token#agent_pool_id AgentToken#agent_pool_id}. |
+| description
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/agent_token#description AgentToken#description}. |
+| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/agent_token#id AgentToken#id}. |
---
@@ -995,7 +995,7 @@ agent_pool_id: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/agent_token#agent_pool_id AgentToken#agent_pool_id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/agent_token#agent_pool_id AgentToken#agent_pool_id}.
---
@@ -1007,7 +1007,7 @@ description: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/agent_token#description AgentToken#description}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/agent_token#description AgentToken#description}.
---
@@ -1019,7 +1019,7 @@ id: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/agent_token#id AgentToken#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/agent_token#id AgentToken#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
diff --git a/docs/agentToken.typescript.md b/docs/agentToken.typescript.md
index d7733f0bf..151406495 100644
--- a/docs/agentToken.typescript.md
+++ b/docs/agentToken.typescript.md
@@ -4,7 +4,7 @@
### AgentToken
-Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/agent_token tfe_agent_token}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/agent_token tfe_agent_token}.
#### Initializers
@@ -474,7 +474,7 @@ The construct id used in the generated config for the AgentToken to import.
The id of the existing AgentToken that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/agent_token#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/agent_token#import import section} in the documentation of this resource for the id to use
---
@@ -767,9 +767,9 @@ const agentTokenConfig: agentToken.AgentTokenConfig = { ... }
| lifecycle
| cdktf.TerraformResourceLifecycle
| *No description.* |
| provider
| cdktf.TerraformProvider
| *No description.* |
| provisioners
| cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[]
| *No description.* |
-| agentPoolId
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/agent_token#agent_pool_id AgentToken#agent_pool_id}. |
-| description
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/agent_token#description AgentToken#description}. |
-| id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/agent_token#id AgentToken#id}. |
+| agentPoolId
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/agent_token#agent_pool_id AgentToken#agent_pool_id}. |
+| description
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/agent_token#description AgentToken#description}. |
+| id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/agent_token#id AgentToken#id}. |
---
@@ -851,7 +851,7 @@ public readonly agentPoolId: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/agent_token#agent_pool_id AgentToken#agent_pool_id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/agent_token#agent_pool_id AgentToken#agent_pool_id}.
---
@@ -863,7 +863,7 @@ public readonly description: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/agent_token#description AgentToken#description}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/agent_token#description AgentToken#description}.
---
@@ -875,7 +875,7 @@ public readonly id: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/agent_token#id AgentToken#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/agent_token#id AgentToken#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
diff --git a/docs/auditTrailToken.csharp.md b/docs/auditTrailToken.csharp.md
new file mode 100644
index 000000000..b122fa49b
--- /dev/null
+++ b/docs/auditTrailToken.csharp.md
@@ -0,0 +1,925 @@
+# `auditTrailToken` Submodule
+
+## Constructs
+
+### AuditTrailToken
+
+Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/audit_trail_token tfe_audit_trail_token}.
+
+#### Initializers
+
+```csharp
+using HashiCorp.Cdktf.Providers.Tfe;
+
+new AuditTrailToken(Construct Scope, string Id, AuditTrailTokenConfig Config = null);
+```
+
+| **Name** | **Type** | **Description** |
+| --- | --- | --- |
+| Scope
| Constructs.Construct
| The scope in which to define this construct. |
+| Id
| string
| The scoped construct ID. |
+| Config
| AuditTrailTokenConfig
| *No description.* |
+
+---
+
+##### `Scope`Required
+
+- *Type:* Constructs.Construct
+
+The scope in which to define this construct.
+
+---
+
+##### `Id`Required
+
+- *Type:* string
+
+The scoped construct ID.
+
+Must be unique amongst siblings in the same scope
+
+---
+
+##### `Config`Optional
+
+- *Type:* AuditTrailTokenConfig
+
+---
+
+#### Methods
+
+| **Name** | **Description** |
+| --- | --- |
+| ToString
| Returns a string representation of this construct. |
+| AddOverride
| *No description.* |
+| OverrideLogicalId
| Overrides the auto-generated logical ID with a specific ID. |
+| ResetOverrideLogicalId
| Resets a previously passed logical Id to use the auto-generated logical id again. |
+| ToHclTerraform
| *No description.* |
+| ToMetadata
| *No description.* |
+| ToTerraform
| Adds this resource to the terraform JSON output. |
+| AddMoveTarget
| Adds a user defined moveTarget string to this resource to be later used in .moveTo(moveTarget) to resolve the location of the move. |
+| 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.* |
+| HasResourceMove
| *No description.* |
+| ImportFrom
| *No description.* |
+| InterpolationForAttribute
| *No description.* |
+| MoveFromId
| Move the resource corresponding to "id" to this resource. |
+| MoveTo
| Moves this resource to the target resource given by moveTarget. |
+| MoveToId
| Moves this resource to the resource corresponding to "id". |
+| ResetExpiredAt
| *No description.* |
+| ResetForceRegenerate
| *No description.* |
+| ResetOrganization
| *No description.* |
+
+---
+
+##### `ToString`
+
+```csharp
+private string ToString()
+```
+
+Returns a string representation of this construct.
+
+##### `AddOverride`
+
+```csharp
+private void AddOverride(string Path, object Value)
+```
+
+###### `Path`Required
+
+- *Type:* string
+
+---
+
+###### `Value`Required
+
+- *Type:* object
+
+---
+
+##### `OverrideLogicalId`
+
+```csharp
+private void OverrideLogicalId(string NewLogicalId)
+```
+
+Overrides the auto-generated logical ID with a specific ID.
+
+###### `NewLogicalId`Required
+
+- *Type:* string
+
+The new logical ID to use for this stack element.
+
+---
+
+##### `ResetOverrideLogicalId`
+
+```csharp
+private void ResetOverrideLogicalId()
+```
+
+Resets a previously passed logical Id to use the auto-generated logical id again.
+
+##### `ToHclTerraform`
+
+```csharp
+private object ToHclTerraform()
+```
+
+##### `ToMetadata`
+
+```csharp
+private object ToMetadata()
+```
+
+##### `ToTerraform`
+
+```csharp
+private object ToTerraform()
+```
+
+Adds this resource to the terraform JSON output.
+
+##### `AddMoveTarget`
+
+```csharp
+private void AddMoveTarget(string MoveTarget)
+```
+
+Adds a user defined moveTarget string to this resource to be later used in .moveTo(moveTarget) to resolve the location of the move.
+
+###### `MoveTarget`Required
+
+- *Type:* string
+
+The string move target that will correspond to this resource.
+
+---
+
+##### `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
+
+---
+
+##### `HasResourceMove`
+
+```csharp
+private object HasResourceMove()
+```
+
+##### `ImportFrom`
+
+```csharp
+private void ImportFrom(string Id, TerraformProvider Provider = null)
+```
+
+###### `Id`Required
+
+- *Type:* string
+
+---
+
+###### `Provider`Optional
+
+- *Type:* HashiCorp.Cdktf.TerraformProvider
+
+---
+
+##### `InterpolationForAttribute`
+
+```csharp
+private IResolvable InterpolationForAttribute(string TerraformAttribute)
+```
+
+###### `TerraformAttribute`Required
+
+- *Type:* string
+
+---
+
+##### `MoveFromId`
+
+```csharp
+private void MoveFromId(string Id)
+```
+
+Move the resource corresponding to "id" to this resource.
+
+Note that the resource being moved from must be marked as moved using it's instance function.
+
+###### `Id`Required
+
+- *Type:* string
+
+Full id of resource being moved from, e.g. "aws_s3_bucket.example".
+
+---
+
+##### `MoveTo`
+
+```csharp
+private void MoveTo(string MoveTarget, object Index = null)
+```
+
+Moves this resource to the target resource given by moveTarget.
+
+###### `MoveTarget`Required
+
+- *Type:* string
+
+The previously set user defined string set by .addMoveTarget() corresponding to the resource to move to.
+
+---
+
+###### `Index`Optional
+
+- *Type:* object
+
+Optional The index corresponding to the key the resource is to appear in the foreach of a resource to move to.
+
+---
+
+##### `MoveToId`
+
+```csharp
+private void MoveToId(string Id)
+```
+
+Moves this resource to the resource corresponding to "id".
+
+###### `Id`Required
+
+- *Type:* string
+
+Full id of resource to move to, e.g. "aws_s3_bucket.example".
+
+---
+
+##### `ResetExpiredAt`
+
+```csharp
+private void ResetExpiredAt()
+```
+
+##### `ResetForceRegenerate`
+
+```csharp
+private void ResetForceRegenerate()
+```
+
+##### `ResetOrganization`
+
+```csharp
+private void ResetOrganization()
+```
+
+#### Static Functions
+
+| **Name** | **Description** |
+| --- | --- |
+| IsConstruct
| Checks if `x` is a construct. |
+| IsTerraformElement
| *No description.* |
+| IsTerraformResource
| *No description.* |
+| GenerateConfigForImport
| Generates CDKTF code for importing a AuditTrailToken resource upon running "cdktf plan ". |
+
+---
+
+##### `IsConstruct`
+
+```csharp
+using HashiCorp.Cdktf.Providers.Tfe;
+
+AuditTrailToken.IsConstruct(object X);
+```
+
+Checks if `x` is a construct.
+
+Use this method instead of `instanceof` to properly detect `Construct`
+instances, even when the construct library is symlinked.
+
+Explanation: in JavaScript, multiple copies of the `constructs` library on
+disk are seen as independent, completely different libraries. As a
+consequence, the class `Construct` in each copy of the `constructs` library
+is seen as a different class, and an instance of one class will not test as
+`instanceof` the other class. `npm install` will not create installations
+like this, but users may manually symlink construct libraries together or
+use a monorepo tool: in those cases, multiple copies of the `constructs`
+library can be accidentally installed, and `instanceof` will behave
+unpredictably. It is safest to avoid using `instanceof`, and using
+this type-testing method instead.
+
+###### `X`Required
+
+- *Type:* object
+
+Any object.
+
+---
+
+##### `IsTerraformElement`
+
+```csharp
+using HashiCorp.Cdktf.Providers.Tfe;
+
+AuditTrailToken.IsTerraformElement(object X);
+```
+
+###### `X`Required
+
+- *Type:* object
+
+---
+
+##### `IsTerraformResource`
+
+```csharp
+using HashiCorp.Cdktf.Providers.Tfe;
+
+AuditTrailToken.IsTerraformResource(object X);
+```
+
+###### `X`Required
+
+- *Type:* object
+
+---
+
+##### `GenerateConfigForImport`
+
+```csharp
+using HashiCorp.Cdktf.Providers.Tfe;
+
+AuditTrailToken.GenerateConfigForImport(Construct Scope, string ImportToId, string ImportFromId, TerraformProvider Provider = null);
+```
+
+Generates CDKTF code for importing a AuditTrailToken resource upon running "cdktf plan ".
+
+###### `Scope`Required
+
+- *Type:* Constructs.Construct
+
+The scope in which to define this construct.
+
+---
+
+###### `ImportToId`Required
+
+- *Type:* string
+
+The construct id used in the generated config for the AuditTrailToken to import.
+
+---
+
+###### `ImportFromId`Required
+
+- *Type:* string
+
+The id of the existing AuditTrailToken that should be imported.
+
+Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/audit_trail_token#import import section} in the documentation of this resource for the id to use
+
+---
+
+###### `Provider`Optional
+
+- *Type:* HashiCorp.Cdktf.TerraformProvider
+
+? Optional instance of the provider where the AuditTrailToken to import is found.
+
+---
+
+#### Properties
+
+| **Name** | **Type** | **Description** |
+| --- | --- | --- |
+| Node
| Constructs.Node
| The tree node. |
+| CdktfStack
| HashiCorp.Cdktf.TerraformStack
| *No description.* |
+| Fqn
| string
| *No description.* |
+| FriendlyUniqueId
| string
| *No description.* |
+| TerraformMetaArguments
| System.Collections.Generic.IDictionary
| *No description.* |
+| TerraformResourceType
| string
| *No description.* |
+| TerraformGeneratorMetadata
| HashiCorp.Cdktf.TerraformProviderGeneratorMetadata
| *No description.* |
+| Connection
| object
| *No description.* |
+| Count
| object
| *No description.* |
+| DependsOn
| string[]
| *No description.* |
+| ForEach
| HashiCorp.Cdktf.ITerraformIterator
| *No description.* |
+| Lifecycle
| HashiCorp.Cdktf.TerraformResourceLifecycle
| *No description.* |
+| Provider
| HashiCorp.Cdktf.TerraformProvider
| *No description.* |
+| Provisioners
| object[]
| *No description.* |
+| Id
| string
| *No description.* |
+| Token
| string
| *No description.* |
+| ExpiredAtInput
| string
| *No description.* |
+| ForceRegenerateInput
| object
| *No description.* |
+| OrganizationInput
| string
| *No description.* |
+| ExpiredAt
| string
| *No description.* |
+| ForceRegenerate
| object
| *No description.* |
+| Organization
| string
| *No description.* |
+
+---
+
+##### `Node`Required
+
+```csharp
+public Node Node { get; }
+```
+
+- *Type:* Constructs.Node
+
+The tree node.
+
+---
+
+##### `CdktfStack`Required
+
+```csharp
+public TerraformStack CdktfStack { get; }
+```
+
+- *Type:* HashiCorp.Cdktf.TerraformStack
+
+---
+
+##### `Fqn`Required
+
+```csharp
+public string Fqn { get; }
+```
+
+- *Type:* string
+
+---
+
+##### `FriendlyUniqueId`Required
+
+```csharp
+public string FriendlyUniqueId { get; }
+```
+
+- *Type:* string
+
+---
+
+##### `TerraformMetaArguments`Required
+
+```csharp
+public System.Collections.Generic.IDictionary TerraformMetaArguments { get; }
+```
+
+- *Type:* System.Collections.Generic.IDictionary
+
+---
+
+##### `TerraformResourceType`Required
+
+```csharp
+public string TerraformResourceType { get; }
+```
+
+- *Type:* string
+
+---
+
+##### `TerraformGeneratorMetadata`Optional
+
+```csharp
+public TerraformProviderGeneratorMetadata TerraformGeneratorMetadata { get; }
+```
+
+- *Type:* HashiCorp.Cdktf.TerraformProviderGeneratorMetadata
+
+---
+
+##### `Connection`Optional
+
+```csharp
+public object Connection { get; }
+```
+
+- *Type:* object
+
+---
+
+##### `Count`Optional
+
+```csharp
+public object Count { get; }
+```
+
+- *Type:* object
+
+---
+
+##### `DependsOn`Optional
+
+```csharp
+public string[] DependsOn { get; }
+```
+
+- *Type:* string[]
+
+---
+
+##### `ForEach`Optional
+
+```csharp
+public ITerraformIterator ForEach { get; }
+```
+
+- *Type:* HashiCorp.Cdktf.ITerraformIterator
+
+---
+
+##### `Lifecycle`Optional
+
+```csharp
+public TerraformResourceLifecycle Lifecycle { get; }
+```
+
+- *Type:* HashiCorp.Cdktf.TerraformResourceLifecycle
+
+---
+
+##### `Provider`Optional
+
+```csharp
+public TerraformProvider Provider { get; }
+```
+
+- *Type:* HashiCorp.Cdktf.TerraformProvider
+
+---
+
+##### `Provisioners`Optional
+
+```csharp
+public object[] Provisioners { get; }
+```
+
+- *Type:* object[]
+
+---
+
+##### `Id`Required
+
+```csharp
+public string Id { get; }
+```
+
+- *Type:* string
+
+---
+
+##### `Token`Required
+
+```csharp
+public string Token { get; }
+```
+
+- *Type:* string
+
+---
+
+##### `ExpiredAtInput`Optional
+
+```csharp
+public string ExpiredAtInput { get; }
+```
+
+- *Type:* string
+
+---
+
+##### `ForceRegenerateInput`Optional
+
+```csharp
+public object ForceRegenerateInput { get; }
+```
+
+- *Type:* object
+
+---
+
+##### `OrganizationInput`Optional
+
+```csharp
+public string OrganizationInput { get; }
+```
+
+- *Type:* string
+
+---
+
+##### `ExpiredAt`Required
+
+```csharp
+public string ExpiredAt { get; }
+```
+
+- *Type:* string
+
+---
+
+##### `ForceRegenerate`Required
+
+```csharp
+public object ForceRegenerate { get; }
+```
+
+- *Type:* object
+
+---
+
+##### `Organization`Required
+
+```csharp
+public string Organization { get; }
+```
+
+- *Type:* string
+
+---
+
+#### Constants
+
+| **Name** | **Type** | **Description** |
+| --- | --- | --- |
+| TfResourceType
| string
| *No description.* |
+
+---
+
+##### `TfResourceType`Required
+
+```csharp
+public string TfResourceType { get; }
+```
+
+- *Type:* string
+
+---
+
+## Structs
+
+### AuditTrailTokenConfig
+
+#### Initializer
+
+```csharp
+using HashiCorp.Cdktf.Providers.Tfe;
+
+new AuditTrailTokenConfig {
+ object Connection = null,
+ object Count = null,
+ ITerraformDependable[] DependsOn = null,
+ ITerraformIterator ForEach = null,
+ TerraformResourceLifecycle Lifecycle = null,
+ TerraformProvider Provider = null,
+ object[] Provisioners = null,
+ string ExpiredAt = null,
+ object ForceRegenerate = null,
+ string Organization = null
+};
+```
+
+#### Properties
+
+| **Name** | **Type** | **Description** |
+| --- | --- | --- |
+| Connection
| object
| *No description.* |
+| Count
| object
| *No description.* |
+| DependsOn
| HashiCorp.Cdktf.ITerraformDependable[]
| *No description.* |
+| ForEach
| HashiCorp.Cdktf.ITerraformIterator
| *No description.* |
+| Lifecycle
| HashiCorp.Cdktf.TerraformResourceLifecycle
| *No description.* |
+| Provider
| HashiCorp.Cdktf.TerraformProvider
| *No description.* |
+| Provisioners
| object[]
| *No description.* |
+| ExpiredAt
| string
| The time when the audit trail token will expire. This must be a valid ISO8601 timestamp. |
+| ForceRegenerate
| object
| When set to true will force the audit trail token to be recreated. |
+| Organization
| string
| Name of the organization. If omitted, organization must be defined in the provider config. |
+
+---
+
+##### `Connection`Optional
+
+```csharp
+public object Connection { get; set; }
+```
+
+- *Type:* object
+
+---
+
+##### `Count`Optional
+
+```csharp
+public object Count { get; set; }
+```
+
+- *Type:* object
+
+---
+
+##### `DependsOn`Optional
+
+```csharp
+public ITerraformDependable[] DependsOn { get; set; }
+```
+
+- *Type:* HashiCorp.Cdktf.ITerraformDependable[]
+
+---
+
+##### `ForEach`Optional
+
+```csharp
+public ITerraformIterator ForEach { get; set; }
+```
+
+- *Type:* HashiCorp.Cdktf.ITerraformIterator
+
+---
+
+##### `Lifecycle`Optional
+
+```csharp
+public TerraformResourceLifecycle Lifecycle { get; set; }
+```
+
+- *Type:* HashiCorp.Cdktf.TerraformResourceLifecycle
+
+---
+
+##### `Provider`Optional
+
+```csharp
+public TerraformProvider Provider { get; set; }
+```
+
+- *Type:* HashiCorp.Cdktf.TerraformProvider
+
+---
+
+##### `Provisioners`Optional
+
+```csharp
+public object[] Provisioners { get; set; }
+```
+
+- *Type:* object[]
+
+---
+
+##### `ExpiredAt`Optional
+
+```csharp
+public string ExpiredAt { get; set; }
+```
+
+- *Type:* string
+
+The time when the audit trail token will expire. This must be a valid ISO8601 timestamp.
+
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/audit_trail_token#expired_at AuditTrailToken#expired_at}
+
+---
+
+##### `ForceRegenerate`Optional
+
+```csharp
+public object ForceRegenerate { get; set; }
+```
+
+- *Type:* object
+
+When set to true will force the audit trail token to be recreated.
+
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/audit_trail_token#force_regenerate AuditTrailToken#force_regenerate}
+
+---
+
+##### `Organization`Optional
+
+```csharp
+public string Organization { get; set; }
+```
+
+- *Type:* string
+
+Name of the organization. If omitted, organization must be defined in the provider config.
+
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/audit_trail_token#organization AuditTrailToken#organization}
+
+---
+
+
+
diff --git a/docs/auditTrailToken.go.md b/docs/auditTrailToken.go.md
new file mode 100644
index 000000000..15b2ab7ed
--- /dev/null
+++ b/docs/auditTrailToken.go.md
@@ -0,0 +1,925 @@
+# `auditTrailToken` Submodule
+
+## Constructs
+
+### AuditTrailToken
+
+Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/audit_trail_token tfe_audit_trail_token}.
+
+#### Initializers
+
+```go
+import "github.com/cdktf/cdktf-provider-tfe-go/tfe/v11/audittrailtoken"
+
+audittrailtoken.NewAuditTrailToken(scope Construct, id *string, config AuditTrailTokenConfig) AuditTrailToken
+```
+
+| **Name** | **Type** | **Description** |
+| --- | --- | --- |
+| scope
| github.com/aws/constructs-go/constructs/v10.Construct
| The scope in which to define this construct. |
+| id
| *string
| The scoped construct ID. |
+| config
| AuditTrailTokenConfig
| *No description.* |
+
+---
+
+##### `scope`Required
+
+- *Type:* github.com/aws/constructs-go/constructs/v10.Construct
+
+The scope in which to define this construct.
+
+---
+
+##### `id`Required
+
+- *Type:* *string
+
+The scoped construct ID.
+
+Must be unique amongst siblings in the same scope
+
+---
+
+##### `config`Optional
+
+- *Type:* AuditTrailTokenConfig
+
+---
+
+#### Methods
+
+| **Name** | **Description** |
+| --- | --- |
+| ToString
| Returns a string representation of this construct. |
+| AddOverride
| *No description.* |
+| OverrideLogicalId
| Overrides the auto-generated logical ID with a specific ID. |
+| ResetOverrideLogicalId
| Resets a previously passed logical Id to use the auto-generated logical id again. |
+| ToHclTerraform
| *No description.* |
+| ToMetadata
| *No description.* |
+| ToTerraform
| Adds this resource to the terraform JSON output. |
+| AddMoveTarget
| Adds a user defined moveTarget string to this resource to be later used in .moveTo(moveTarget) to resolve the location of the move. |
+| 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.* |
+| HasResourceMove
| *No description.* |
+| ImportFrom
| *No description.* |
+| InterpolationForAttribute
| *No description.* |
+| MoveFromId
| Move the resource corresponding to "id" to this resource. |
+| MoveTo
| Moves this resource to the target resource given by moveTarget. |
+| MoveToId
| Moves this resource to the resource corresponding to "id". |
+| ResetExpiredAt
| *No description.* |
+| ResetForceRegenerate
| *No description.* |
+| ResetOrganization
| *No description.* |
+
+---
+
+##### `ToString`
+
+```go
+func ToString() *string
+```
+
+Returns a string representation of this construct.
+
+##### `AddOverride`
+
+```go
+func AddOverride(path *string, value interface{})
+```
+
+###### `path`Required
+
+- *Type:* *string
+
+---
+
+###### `value`Required
+
+- *Type:* interface{}
+
+---
+
+##### `OverrideLogicalId`
+
+```go
+func OverrideLogicalId(newLogicalId *string)
+```
+
+Overrides the auto-generated logical ID with a specific ID.
+
+###### `newLogicalId`Required
+
+- *Type:* *string
+
+The new logical ID to use for this stack element.
+
+---
+
+##### `ResetOverrideLogicalId`
+
+```go
+func ResetOverrideLogicalId()
+```
+
+Resets a previously passed logical Id to use the auto-generated logical id again.
+
+##### `ToHclTerraform`
+
+```go
+func ToHclTerraform() interface{}
+```
+
+##### `ToMetadata`
+
+```go
+func ToMetadata() interface{}
+```
+
+##### `ToTerraform`
+
+```go
+func ToTerraform() interface{}
+```
+
+Adds this resource to the terraform JSON output.
+
+##### `AddMoveTarget`
+
+```go
+func AddMoveTarget(moveTarget *string)
+```
+
+Adds a user defined moveTarget string to this resource to be later used in .moveTo(moveTarget) to resolve the location of the move.
+
+###### `moveTarget`Required
+
+- *Type:* *string
+
+The string move target that will correspond to this resource.
+
+---
+
+##### `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
+
+---
+
+##### `HasResourceMove`
+
+```go
+func HasResourceMove() interface{}
+```
+
+##### `ImportFrom`
+
+```go
+func ImportFrom(id *string, provider TerraformProvider)
+```
+
+###### `id`Required
+
+- *Type:* *string
+
+---
+
+###### `provider`Optional
+
+- *Type:* github.com/hashicorp/terraform-cdk-go/cdktf.TerraformProvider
+
+---
+
+##### `InterpolationForAttribute`
+
+```go
+func InterpolationForAttribute(terraformAttribute *string) IResolvable
+```
+
+###### `terraformAttribute`Required
+
+- *Type:* *string
+
+---
+
+##### `MoveFromId`
+
+```go
+func MoveFromId(id *string)
+```
+
+Move the resource corresponding to "id" to this resource.
+
+Note that the resource being moved from must be marked as moved using it's instance function.
+
+###### `id`Required
+
+- *Type:* *string
+
+Full id of resource being moved from, e.g. "aws_s3_bucket.example".
+
+---
+
+##### `MoveTo`
+
+```go
+func MoveTo(moveTarget *string, index interface{})
+```
+
+Moves this resource to the target resource given by moveTarget.
+
+###### `moveTarget`Required
+
+- *Type:* *string
+
+The previously set user defined string set by .addMoveTarget() corresponding to the resource to move to.
+
+---
+
+###### `index`Optional
+
+- *Type:* interface{}
+
+Optional The index corresponding to the key the resource is to appear in the foreach of a resource to move to.
+
+---
+
+##### `MoveToId`
+
+```go
+func MoveToId(id *string)
+```
+
+Moves this resource to the resource corresponding to "id".
+
+###### `id`Required
+
+- *Type:* *string
+
+Full id of resource to move to, e.g. "aws_s3_bucket.example".
+
+---
+
+##### `ResetExpiredAt`
+
+```go
+func ResetExpiredAt()
+```
+
+##### `ResetForceRegenerate`
+
+```go
+func ResetForceRegenerate()
+```
+
+##### `ResetOrganization`
+
+```go
+func ResetOrganization()
+```
+
+#### Static Functions
+
+| **Name** | **Description** |
+| --- | --- |
+| IsConstruct
| Checks if `x` is a construct. |
+| IsTerraformElement
| *No description.* |
+| IsTerraformResource
| *No description.* |
+| GenerateConfigForImport
| Generates CDKTF code for importing a AuditTrailToken resource upon running "cdktf plan ". |
+
+---
+
+##### `IsConstruct`
+
+```go
+import "github.com/cdktf/cdktf-provider-tfe-go/tfe/v11/audittrailtoken"
+
+audittrailtoken.AuditTrailToken_IsConstruct(x interface{}) *bool
+```
+
+Checks if `x` is a construct.
+
+Use this method instead of `instanceof` to properly detect `Construct`
+instances, even when the construct library is symlinked.
+
+Explanation: in JavaScript, multiple copies of the `constructs` library on
+disk are seen as independent, completely different libraries. As a
+consequence, the class `Construct` in each copy of the `constructs` library
+is seen as a different class, and an instance of one class will not test as
+`instanceof` the other class. `npm install` will not create installations
+like this, but users may manually symlink construct libraries together or
+use a monorepo tool: in those cases, multiple copies of the `constructs`
+library can be accidentally installed, and `instanceof` will behave
+unpredictably. It is safest to avoid using `instanceof`, and using
+this type-testing method instead.
+
+###### `x`Required
+
+- *Type:* interface{}
+
+Any object.
+
+---
+
+##### `IsTerraformElement`
+
+```go
+import "github.com/cdktf/cdktf-provider-tfe-go/tfe/v11/audittrailtoken"
+
+audittrailtoken.AuditTrailToken_IsTerraformElement(x interface{}) *bool
+```
+
+###### `x`Required
+
+- *Type:* interface{}
+
+---
+
+##### `IsTerraformResource`
+
+```go
+import "github.com/cdktf/cdktf-provider-tfe-go/tfe/v11/audittrailtoken"
+
+audittrailtoken.AuditTrailToken_IsTerraformResource(x interface{}) *bool
+```
+
+###### `x`Required
+
+- *Type:* interface{}
+
+---
+
+##### `GenerateConfigForImport`
+
+```go
+import "github.com/cdktf/cdktf-provider-tfe-go/tfe/v11/audittrailtoken"
+
+audittrailtoken.AuditTrailToken_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource
+```
+
+Generates CDKTF code for importing a AuditTrailToken resource upon running "cdktf plan ".
+
+###### `scope`Required
+
+- *Type:* github.com/aws/constructs-go/constructs/v10.Construct
+
+The scope in which to define this construct.
+
+---
+
+###### `importToId`Required
+
+- *Type:* *string
+
+The construct id used in the generated config for the AuditTrailToken to import.
+
+---
+
+###### `importFromId`Required
+
+- *Type:* *string
+
+The id of the existing AuditTrailToken that should be imported.
+
+Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/audit_trail_token#import import section} in the documentation of this resource for the id to use
+
+---
+
+###### `provider`Optional
+
+- *Type:* github.com/hashicorp/terraform-cdk-go/cdktf.TerraformProvider
+
+? Optional instance of the provider where the AuditTrailToken to import is found.
+
+---
+
+#### Properties
+
+| **Name** | **Type** | **Description** |
+| --- | --- | --- |
+| Node
| github.com/aws/constructs-go/constructs/v10.Node
| The tree node. |
+| CdktfStack
| github.com/hashicorp/terraform-cdk-go/cdktf.TerraformStack
| *No description.* |
+| Fqn
| *string
| *No description.* |
+| FriendlyUniqueId
| *string
| *No description.* |
+| TerraformMetaArguments
| *map[string]interface{}
| *No description.* |
+| TerraformResourceType
| *string
| *No description.* |
+| TerraformGeneratorMetadata
| github.com/hashicorp/terraform-cdk-go/cdktf.TerraformProviderGeneratorMetadata
| *No description.* |
+| Connection
| interface{}
| *No description.* |
+| Count
| interface{}
| *No description.* |
+| DependsOn
| *[]*string
| *No description.* |
+| 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.* |
+| Provisioners
| *[]interface{}
| *No description.* |
+| Id
| *string
| *No description.* |
+| Token
| *string
| *No description.* |
+| ExpiredAtInput
| *string
| *No description.* |
+| ForceRegenerateInput
| interface{}
| *No description.* |
+| OrganizationInput
| *string
| *No description.* |
+| ExpiredAt
| *string
| *No description.* |
+| ForceRegenerate
| interface{}
| *No description.* |
+| Organization
| *string
| *No description.* |
+
+---
+
+##### `Node`Required
+
+```go
+func Node() Node
+```
+
+- *Type:* github.com/aws/constructs-go/constructs/v10.Node
+
+The tree node.
+
+---
+
+##### `CdktfStack`Required
+
+```go
+func CdktfStack() TerraformStack
+```
+
+- *Type:* github.com/hashicorp/terraform-cdk-go/cdktf.TerraformStack
+
+---
+
+##### `Fqn`Required
+
+```go
+func Fqn() *string
+```
+
+- *Type:* *string
+
+---
+
+##### `FriendlyUniqueId`Required
+
+```go
+func FriendlyUniqueId() *string
+```
+
+- *Type:* *string
+
+---
+
+##### `TerraformMetaArguments`Required
+
+```go
+func TerraformMetaArguments() *map[string]interface{}
+```
+
+- *Type:* *map[string]interface{}
+
+---
+
+##### `TerraformResourceType`Required
+
+```go
+func TerraformResourceType() *string
+```
+
+- *Type:* *string
+
+---
+
+##### `TerraformGeneratorMetadata`Optional
+
+```go
+func TerraformGeneratorMetadata() TerraformProviderGeneratorMetadata
+```
+
+- *Type:* github.com/hashicorp/terraform-cdk-go/cdktf.TerraformProviderGeneratorMetadata
+
+---
+
+##### `Connection`Optional
+
+```go
+func Connection() interface{}
+```
+
+- *Type:* interface{}
+
+---
+
+##### `Count`Optional
+
+```go
+func Count() interface{}
+```
+
+- *Type:* interface{}
+
+---
+
+##### `DependsOn`Optional
+
+```go
+func DependsOn() *[]*string
+```
+
+- *Type:* *[]*string
+
+---
+
+##### `ForEach`Optional
+
+```go
+func ForEach() ITerraformIterator
+```
+
+- *Type:* github.com/hashicorp/terraform-cdk-go/cdktf.ITerraformIterator
+
+---
+
+##### `Lifecycle`Optional
+
+```go
+func Lifecycle() TerraformResourceLifecycle
+```
+
+- *Type:* github.com/hashicorp/terraform-cdk-go/cdktf.TerraformResourceLifecycle
+
+---
+
+##### `Provider`Optional
+
+```go
+func Provider() TerraformProvider
+```
+
+- *Type:* github.com/hashicorp/terraform-cdk-go/cdktf.TerraformProvider
+
+---
+
+##### `Provisioners`Optional
+
+```go
+func Provisioners() *[]interface{}
+```
+
+- *Type:* *[]interface{}
+
+---
+
+##### `Id`Required
+
+```go
+func Id() *string
+```
+
+- *Type:* *string
+
+---
+
+##### `Token`Required
+
+```go
+func Token() *string
+```
+
+- *Type:* *string
+
+---
+
+##### `ExpiredAtInput`Optional
+
+```go
+func ExpiredAtInput() *string
+```
+
+- *Type:* *string
+
+---
+
+##### `ForceRegenerateInput`Optional
+
+```go
+func ForceRegenerateInput() interface{}
+```
+
+- *Type:* interface{}
+
+---
+
+##### `OrganizationInput`Optional
+
+```go
+func OrganizationInput() *string
+```
+
+- *Type:* *string
+
+---
+
+##### `ExpiredAt`Required
+
+```go
+func ExpiredAt() *string
+```
+
+- *Type:* *string
+
+---
+
+##### `ForceRegenerate`Required
+
+```go
+func ForceRegenerate() interface{}
+```
+
+- *Type:* interface{}
+
+---
+
+##### `Organization`Required
+
+```go
+func Organization() *string
+```
+
+- *Type:* *string
+
+---
+
+#### Constants
+
+| **Name** | **Type** | **Description** |
+| --- | --- | --- |
+| TfResourceType
| *string
| *No description.* |
+
+---
+
+##### `TfResourceType`Required
+
+```go
+func TfResourceType() *string
+```
+
+- *Type:* *string
+
+---
+
+## Structs
+
+### AuditTrailTokenConfig
+
+#### Initializer
+
+```go
+import "github.com/cdktf/cdktf-provider-tfe-go/tfe/v11/audittrailtoken"
+
+&audittrailtoken.AuditTrailTokenConfig {
+ Connection: interface{},
+ Count: interface{},
+ DependsOn: *[]github.com/hashicorp/terraform-cdk-go/cdktf.ITerraformDependable,
+ ForEach: github.com/hashicorp/terraform-cdk-go/cdktf.ITerraformIterator,
+ Lifecycle: github.com/hashicorp/terraform-cdk-go/cdktf.TerraformResourceLifecycle,
+ Provider: github.com/hashicorp/terraform-cdk-go/cdktf.TerraformProvider,
+ Provisioners: *[]interface{},
+ ExpiredAt: *string,
+ ForceRegenerate: interface{},
+ Organization: *string,
+}
+```
+
+#### Properties
+
+| **Name** | **Type** | **Description** |
+| --- | --- | --- |
+| Connection
| interface{}
| *No description.* |
+| Count
| interface{}
| *No description.* |
+| DependsOn
| *[]github.com/hashicorp/terraform-cdk-go/cdktf.ITerraformDependable
| *No description.* |
+| 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.* |
+| Provisioners
| *[]interface{}
| *No description.* |
+| ExpiredAt
| *string
| The time when the audit trail token will expire. This must be a valid ISO8601 timestamp. |
+| ForceRegenerate
| interface{}
| When set to true will force the audit trail token to be recreated. |
+| Organization
| *string
| Name of the organization. If omitted, organization must be defined in the provider config. |
+
+---
+
+##### `Connection`Optional
+
+```go
+Connection interface{}
+```
+
+- *Type:* interface{}
+
+---
+
+##### `Count`Optional
+
+```go
+Count interface{}
+```
+
+- *Type:* interface{}
+
+---
+
+##### `DependsOn`Optional
+
+```go
+DependsOn *[]ITerraformDependable
+```
+
+- *Type:* *[]github.com/hashicorp/terraform-cdk-go/cdktf.ITerraformDependable
+
+---
+
+##### `ForEach`Optional
+
+```go
+ForEach ITerraformIterator
+```
+
+- *Type:* github.com/hashicorp/terraform-cdk-go/cdktf.ITerraformIterator
+
+---
+
+##### `Lifecycle`Optional
+
+```go
+Lifecycle TerraformResourceLifecycle
+```
+
+- *Type:* github.com/hashicorp/terraform-cdk-go/cdktf.TerraformResourceLifecycle
+
+---
+
+##### `Provider`Optional
+
+```go
+Provider TerraformProvider
+```
+
+- *Type:* github.com/hashicorp/terraform-cdk-go/cdktf.TerraformProvider
+
+---
+
+##### `Provisioners`Optional
+
+```go
+Provisioners *[]interface{}
+```
+
+- *Type:* *[]interface{}
+
+---
+
+##### `ExpiredAt`Optional
+
+```go
+ExpiredAt *string
+```
+
+- *Type:* *string
+
+The time when the audit trail token will expire. This must be a valid ISO8601 timestamp.
+
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/audit_trail_token#expired_at AuditTrailToken#expired_at}
+
+---
+
+##### `ForceRegenerate`Optional
+
+```go
+ForceRegenerate interface{}
+```
+
+- *Type:* interface{}
+
+When set to true will force the audit trail token to be recreated.
+
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/audit_trail_token#force_regenerate AuditTrailToken#force_regenerate}
+
+---
+
+##### `Organization`Optional
+
+```go
+Organization *string
+```
+
+- *Type:* *string
+
+Name of the organization. If omitted, organization must be defined in the provider config.
+
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/audit_trail_token#organization AuditTrailToken#organization}
+
+---
+
+
+
diff --git a/docs/auditTrailToken.java.md b/docs/auditTrailToken.java.md
new file mode 100644
index 000000000..5e26fab6a
--- /dev/null
+++ b/docs/auditTrailToken.java.md
@@ -0,0 +1,1023 @@
+# `auditTrailToken` Submodule
+
+## Constructs
+
+### AuditTrailToken
+
+Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/audit_trail_token tfe_audit_trail_token}.
+
+#### Initializers
+
+```java
+import com.hashicorp.cdktf.providers.tfe.audit_trail_token.AuditTrailToken;
+
+AuditTrailToken.Builder.create(Construct scope, java.lang.String id)
+// .connection(SSHProvisionerConnection)
+// .connection(WinrmProvisionerConnection)
+// .count(java.lang.Number)
+// .count(TerraformCount)
+// .dependsOn(java.util.List)
+// .forEach(ITerraformIterator)
+// .lifecycle(TerraformResourceLifecycle)
+// .provider(TerraformProvider)
+// .provisioners(java.util.List)
+// .expiredAt(java.lang.String)
+// .forceRegenerate(java.lang.Boolean)
+// .forceRegenerate(IResolvable)
+// .organization(java.lang.String)
+ .build();
+```
+
+| **Name** | **Type** | **Description** |
+| --- | --- | --- |
+| scope
| software.constructs.Construct
| The scope in which to define this construct. |
+| id
| java.lang.String
| The scoped construct ID. |
+| connection
| com.hashicorp.cdktf.SSHProvisionerConnection OR com.hashicorp.cdktf.WinrmProvisionerConnection
| *No description.* |
+| count
| java.lang.Number OR com.hashicorp.cdktf.TerraformCount
| *No description.* |
+| dependsOn
| java.util.List
| *No description.* |
+| forEach
| com.hashicorp.cdktf.ITerraformIterator
| *No description.* |
+| lifecycle
| com.hashicorp.cdktf.TerraformResourceLifecycle
| *No description.* |
+| provider
| com.hashicorp.cdktf.TerraformProvider
| *No description.* |
+| provisioners
| java.util.List
| *No description.* |
+| expiredAt
| java.lang.String
| The time when the audit trail token will expire. This must be a valid ISO8601 timestamp. |
+| forceRegenerate
| java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
| When set to true will force the audit trail token to be recreated. |
+| organization
| java.lang.String
| Name of the organization. If omitted, organization must be defined in the provider config. |
+
+---
+
+##### `scope`Required
+
+- *Type:* software.constructs.Construct
+
+The scope in which to define this construct.
+
+---
+
+##### `id`Required
+
+- *Type:* java.lang.String
+
+The scoped construct ID.
+
+Must be unique amongst siblings in the same scope
+
+---
+
+##### `connection`Optional
+
+- *Type:* com.hashicorp.cdktf.SSHProvisionerConnection OR com.hashicorp.cdktf.WinrmProvisionerConnection
+
+---
+
+##### `count`Optional
+
+- *Type:* java.lang.Number OR com.hashicorp.cdktf.TerraformCount
+
+---
+
+##### `dependsOn`Optional
+
+- *Type:* java.util.List
+
+---
+
+##### `forEach`Optional
+
+- *Type:* com.hashicorp.cdktf.ITerraformIterator
+
+---
+
+##### `lifecycle`Optional
+
+- *Type:* com.hashicorp.cdktf.TerraformResourceLifecycle
+
+---
+
+##### `provider`Optional
+
+- *Type:* com.hashicorp.cdktf.TerraformProvider
+
+---
+
+##### `provisioners`Optional
+
+- *Type:* java.util.List
+
+---
+
+##### `expiredAt`Optional
+
+- *Type:* java.lang.String
+
+The time when the audit trail token will expire. This must be a valid ISO8601 timestamp.
+
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/audit_trail_token#expired_at AuditTrailToken#expired_at}
+
+---
+
+##### `forceRegenerate`Optional
+
+- *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
+
+When set to true will force the audit trail token to be recreated.
+
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/audit_trail_token#force_regenerate AuditTrailToken#force_regenerate}
+
+---
+
+##### `organization`Optional
+
+- *Type:* java.lang.String
+
+Name of the organization. If omitted, organization must be defined in the provider config.
+
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/audit_trail_token#organization AuditTrailToken#organization}
+
+---
+
+#### Methods
+
+| **Name** | **Description** |
+| --- | --- |
+| toString
| Returns a string representation of this construct. |
+| addOverride
| *No description.* |
+| overrideLogicalId
| Overrides the auto-generated logical ID with a specific ID. |
+| resetOverrideLogicalId
| Resets a previously passed logical Id to use the auto-generated logical id again. |
+| toHclTerraform
| *No description.* |
+| toMetadata
| *No description.* |
+| toTerraform
| Adds this resource to the terraform JSON output. |
+| addMoveTarget
| Adds a user defined moveTarget string to this resource to be later used in .moveTo(moveTarget) to resolve the location of the move. |
+| 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.* |
+| hasResourceMove
| *No description.* |
+| importFrom
| *No description.* |
+| interpolationForAttribute
| *No description.* |
+| moveFromId
| Move the resource corresponding to "id" to this resource. |
+| moveTo
| Moves this resource to the target resource given by moveTarget. |
+| moveToId
| Moves this resource to the resource corresponding to "id". |
+| resetExpiredAt
| *No description.* |
+| resetForceRegenerate
| *No description.* |
+| resetOrganization
| *No description.* |
+
+---
+
+##### `toString`
+
+```java
+public java.lang.String toString()
+```
+
+Returns a string representation of this construct.
+
+##### `addOverride`
+
+```java
+public void addOverride(java.lang.String path, java.lang.Object value)
+```
+
+###### `path`Required
+
+- *Type:* java.lang.String
+
+---
+
+###### `value`Required
+
+- *Type:* java.lang.Object
+
+---
+
+##### `overrideLogicalId`
+
+```java
+public void overrideLogicalId(java.lang.String newLogicalId)
+```
+
+Overrides the auto-generated logical ID with a specific ID.
+
+###### `newLogicalId`Required
+
+- *Type:* java.lang.String
+
+The new logical ID to use for this stack element.
+
+---
+
+##### `resetOverrideLogicalId`
+
+```java
+public void resetOverrideLogicalId()
+```
+
+Resets a previously passed logical Id to use the auto-generated logical id again.
+
+##### `toHclTerraform`
+
+```java
+public java.lang.Object toHclTerraform()
+```
+
+##### `toMetadata`
+
+```java
+public java.lang.Object toMetadata()
+```
+
+##### `toTerraform`
+
+```java
+public java.lang.Object toTerraform()
+```
+
+Adds this resource to the terraform JSON output.
+
+##### `addMoveTarget`
+
+```java
+public void addMoveTarget(java.lang.String moveTarget)
+```
+
+Adds a user defined moveTarget string to this resource to be later used in .moveTo(moveTarget) to resolve the location of the move.
+
+###### `moveTarget`Required
+
+- *Type:* java.lang.String
+
+The string move target that will correspond to this resource.
+
+---
+
+##### `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
+
+---
+
+##### `hasResourceMove`
+
+```java
+public TerraformResourceMoveByTarget OR TerraformResourceMoveById hasResourceMove()
+```
+
+##### `importFrom`
+
+```java
+public void importFrom(java.lang.String id)
+public void importFrom(java.lang.String id, TerraformProvider provider)
+```
+
+###### `id`Required
+
+- *Type:* java.lang.String
+
+---
+
+###### `provider`Optional
+
+- *Type:* com.hashicorp.cdktf.TerraformProvider
+
+---
+
+##### `interpolationForAttribute`
+
+```java
+public IResolvable interpolationForAttribute(java.lang.String terraformAttribute)
+```
+
+###### `terraformAttribute`Required
+
+- *Type:* java.lang.String
+
+---
+
+##### `moveFromId`
+
+```java
+public void moveFromId(java.lang.String id)
+```
+
+Move the resource corresponding to "id" to this resource.
+
+Note that the resource being moved from must be marked as moved using it's instance function.
+
+###### `id`Required
+
+- *Type:* java.lang.String
+
+Full id of resource being moved from, e.g. "aws_s3_bucket.example".
+
+---
+
+##### `moveTo`
+
+```java
+public void moveTo(java.lang.String moveTarget)
+public void moveTo(java.lang.String moveTarget, java.lang.String OR java.lang.Number index)
+```
+
+Moves this resource to the target resource given by moveTarget.
+
+###### `moveTarget`Required
+
+- *Type:* java.lang.String
+
+The previously set user defined string set by .addMoveTarget() corresponding to the resource to move to.
+
+---
+
+###### `index`Optional
+
+- *Type:* java.lang.String OR java.lang.Number
+
+Optional The index corresponding to the key the resource is to appear in the foreach of a resource to move to.
+
+---
+
+##### `moveToId`
+
+```java
+public void moveToId(java.lang.String id)
+```
+
+Moves this resource to the resource corresponding to "id".
+
+###### `id`Required
+
+- *Type:* java.lang.String
+
+Full id of resource to move to, e.g. "aws_s3_bucket.example".
+
+---
+
+##### `resetExpiredAt`
+
+```java
+public void resetExpiredAt()
+```
+
+##### `resetForceRegenerate`
+
+```java
+public void resetForceRegenerate()
+```
+
+##### `resetOrganization`
+
+```java
+public void resetOrganization()
+```
+
+#### Static Functions
+
+| **Name** | **Description** |
+| --- | --- |
+| isConstruct
| Checks if `x` is a construct. |
+| isTerraformElement
| *No description.* |
+| isTerraformResource
| *No description.* |
+| generateConfigForImport
| Generates CDKTF code for importing a AuditTrailToken resource upon running "cdktf plan ". |
+
+---
+
+##### `isConstruct`
+
+```java
+import com.hashicorp.cdktf.providers.tfe.audit_trail_token.AuditTrailToken;
+
+AuditTrailToken.isConstruct(java.lang.Object x)
+```
+
+Checks if `x` is a construct.
+
+Use this method instead of `instanceof` to properly detect `Construct`
+instances, even when the construct library is symlinked.
+
+Explanation: in JavaScript, multiple copies of the `constructs` library on
+disk are seen as independent, completely different libraries. As a
+consequence, the class `Construct` in each copy of the `constructs` library
+is seen as a different class, and an instance of one class will not test as
+`instanceof` the other class. `npm install` will not create installations
+like this, but users may manually symlink construct libraries together or
+use a monorepo tool: in those cases, multiple copies of the `constructs`
+library can be accidentally installed, and `instanceof` will behave
+unpredictably. It is safest to avoid using `instanceof`, and using
+this type-testing method instead.
+
+###### `x`Required
+
+- *Type:* java.lang.Object
+
+Any object.
+
+---
+
+##### `isTerraformElement`
+
+```java
+import com.hashicorp.cdktf.providers.tfe.audit_trail_token.AuditTrailToken;
+
+AuditTrailToken.isTerraformElement(java.lang.Object x)
+```
+
+###### `x`Required
+
+- *Type:* java.lang.Object
+
+---
+
+##### `isTerraformResource`
+
+```java
+import com.hashicorp.cdktf.providers.tfe.audit_trail_token.AuditTrailToken;
+
+AuditTrailToken.isTerraformResource(java.lang.Object x)
+```
+
+###### `x`Required
+
+- *Type:* java.lang.Object
+
+---
+
+##### `generateConfigForImport`
+
+```java
+import com.hashicorp.cdktf.providers.tfe.audit_trail_token.AuditTrailToken;
+
+AuditTrailToken.generateConfigForImport(Construct scope, java.lang.String importToId, java.lang.String importFromId),AuditTrailToken.generateConfigForImport(Construct scope, java.lang.String importToId, java.lang.String importFromId, TerraformProvider provider)
+```
+
+Generates CDKTF code for importing a AuditTrailToken resource upon running "cdktf plan ".
+
+###### `scope`Required
+
+- *Type:* software.constructs.Construct
+
+The scope in which to define this construct.
+
+---
+
+###### `importToId`Required
+
+- *Type:* java.lang.String
+
+The construct id used in the generated config for the AuditTrailToken to import.
+
+---
+
+###### `importFromId`Required
+
+- *Type:* java.lang.String
+
+The id of the existing AuditTrailToken that should be imported.
+
+Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/audit_trail_token#import import section} in the documentation of this resource for the id to use
+
+---
+
+###### `provider`Optional
+
+- *Type:* com.hashicorp.cdktf.TerraformProvider
+
+? Optional instance of the provider where the AuditTrailToken to import is found.
+
+---
+
+#### Properties
+
+| **Name** | **Type** | **Description** |
+| --- | --- | --- |
+| node
| software.constructs.Node
| The tree node. |
+| cdktfStack
| com.hashicorp.cdktf.TerraformStack
| *No description.* |
+| fqn
| java.lang.String
| *No description.* |
+| friendlyUniqueId
| java.lang.String
| *No description.* |
+| terraformMetaArguments
| java.util.Map
| *No description.* |
+| terraformResourceType
| java.lang.String
| *No description.* |
+| terraformGeneratorMetadata
| com.hashicorp.cdktf.TerraformProviderGeneratorMetadata
| *No description.* |
+| connection
| com.hashicorp.cdktf.SSHProvisionerConnection OR com.hashicorp.cdktf.WinrmProvisionerConnection
| *No description.* |
+| count
| java.lang.Number OR com.hashicorp.cdktf.TerraformCount
| *No description.* |
+| dependsOn
| java.util.List
| *No description.* |
+| forEach
| com.hashicorp.cdktf.ITerraformIterator
| *No description.* |
+| lifecycle
| com.hashicorp.cdktf.TerraformResourceLifecycle
| *No description.* |
+| provider
| com.hashicorp.cdktf.TerraformProvider
| *No description.* |
+| provisioners
| java.util.List
| *No description.* |
+| id
| java.lang.String
| *No description.* |
+| token
| java.lang.String
| *No description.* |
+| expiredAtInput
| java.lang.String
| *No description.* |
+| forceRegenerateInput
| java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
| *No description.* |
+| organizationInput
| java.lang.String
| *No description.* |
+| expiredAt
| java.lang.String
| *No description.* |
+| forceRegenerate
| java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
| *No description.* |
+| organization
| java.lang.String
| *No description.* |
+
+---
+
+##### `node`Required
+
+```java
+public Node getNode();
+```
+
+- *Type:* software.constructs.Node
+
+The tree node.
+
+---
+
+##### `cdktfStack`Required
+
+```java
+public TerraformStack getCdktfStack();
+```
+
+- *Type:* com.hashicorp.cdktf.TerraformStack
+
+---
+
+##### `fqn`Required
+
+```java
+public java.lang.String getFqn();
+```
+
+- *Type:* java.lang.String
+
+---
+
+##### `friendlyUniqueId`Required
+
+```java
+public java.lang.String getFriendlyUniqueId();
+```
+
+- *Type:* java.lang.String
+
+---
+
+##### `terraformMetaArguments`Required
+
+```java
+public java.util.Map getTerraformMetaArguments();
+```
+
+- *Type:* java.util.Map
+
+---
+
+##### `terraformResourceType`Required
+
+```java
+public java.lang.String getTerraformResourceType();
+```
+
+- *Type:* java.lang.String
+
+---
+
+##### `terraformGeneratorMetadata`Optional
+
+```java
+public TerraformProviderGeneratorMetadata getTerraformGeneratorMetadata();
+```
+
+- *Type:* com.hashicorp.cdktf.TerraformProviderGeneratorMetadata
+
+---
+
+##### `connection`Optional
+
+```java
+public java.lang.Object getConnection();
+```
+
+- *Type:* com.hashicorp.cdktf.SSHProvisionerConnection OR com.hashicorp.cdktf.WinrmProvisionerConnection
+
+---
+
+##### `count`Optional
+
+```java
+public java.lang.Object getCount();
+```
+
+- *Type:* java.lang.Number OR com.hashicorp.cdktf.TerraformCount
+
+---
+
+##### `dependsOn`Optional
+
+```java
+public java.util.List getDependsOn();
+```
+
+- *Type:* java.util.List
+
+---
+
+##### `forEach`Optional
+
+```java
+public ITerraformIterator getForEach();
+```
+
+- *Type:* com.hashicorp.cdktf.ITerraformIterator
+
+---
+
+##### `lifecycle`Optional
+
+```java
+public TerraformResourceLifecycle getLifecycle();
+```
+
+- *Type:* com.hashicorp.cdktf.TerraformResourceLifecycle
+
+---
+
+##### `provider`Optional
+
+```java
+public TerraformProvider getProvider();
+```
+
+- *Type:* com.hashicorp.cdktf.TerraformProvider
+
+---
+
+##### `provisioners`Optional
+
+```java
+public java.lang.Object getProvisioners();
+```
+
+- *Type:* java.util.List
+
+---
+
+##### `id`Required
+
+```java
+public java.lang.String getId();
+```
+
+- *Type:* java.lang.String
+
+---
+
+##### `token`Required
+
+```java
+public java.lang.String getToken();
+```
+
+- *Type:* java.lang.String
+
+---
+
+##### `expiredAtInput`Optional
+
+```java
+public java.lang.String getExpiredAtInput();
+```
+
+- *Type:* java.lang.String
+
+---
+
+##### `forceRegenerateInput`Optional
+
+```java
+public java.lang.Object getForceRegenerateInput();
+```
+
+- *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
+
+---
+
+##### `organizationInput`Optional
+
+```java
+public java.lang.String getOrganizationInput();
+```
+
+- *Type:* java.lang.String
+
+---
+
+##### `expiredAt`Required
+
+```java
+public java.lang.String getExpiredAt();
+```
+
+- *Type:* java.lang.String
+
+---
+
+##### `forceRegenerate`Required
+
+```java
+public java.lang.Object getForceRegenerate();
+```
+
+- *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
+
+---
+
+##### `organization`Required
+
+```java
+public java.lang.String getOrganization();
+```
+
+- *Type:* java.lang.String
+
+---
+
+#### Constants
+
+| **Name** | **Type** | **Description** |
+| --- | --- | --- |
+| tfResourceType
| java.lang.String
| *No description.* |
+
+---
+
+##### `tfResourceType`Required
+
+```java
+public java.lang.String getTfResourceType();
+```
+
+- *Type:* java.lang.String
+
+---
+
+## Structs
+
+### AuditTrailTokenConfig
+
+#### Initializer
+
+```java
+import com.hashicorp.cdktf.providers.tfe.audit_trail_token.AuditTrailTokenConfig;
+
+AuditTrailTokenConfig.builder()
+// .connection(SSHProvisionerConnection)
+// .connection(WinrmProvisionerConnection)
+// .count(java.lang.Number)
+// .count(TerraformCount)
+// .dependsOn(java.util.List)
+// .forEach(ITerraformIterator)
+// .lifecycle(TerraformResourceLifecycle)
+// .provider(TerraformProvider)
+// .provisioners(java.util.List)
+// .expiredAt(java.lang.String)
+// .forceRegenerate(java.lang.Boolean)
+// .forceRegenerate(IResolvable)
+// .organization(java.lang.String)
+ .build();
+```
+
+#### Properties
+
+| **Name** | **Type** | **Description** |
+| --- | --- | --- |
+| connection
| com.hashicorp.cdktf.SSHProvisionerConnection OR com.hashicorp.cdktf.WinrmProvisionerConnection
| *No description.* |
+| count
| java.lang.Number OR com.hashicorp.cdktf.TerraformCount
| *No description.* |
+| dependsOn
| java.util.List
| *No description.* |
+| forEach
| com.hashicorp.cdktf.ITerraformIterator
| *No description.* |
+| lifecycle
| com.hashicorp.cdktf.TerraformResourceLifecycle
| *No description.* |
+| provider
| com.hashicorp.cdktf.TerraformProvider
| *No description.* |
+| provisioners
| java.util.List
| *No description.* |
+| expiredAt
| java.lang.String
| The time when the audit trail token will expire. This must be a valid ISO8601 timestamp. |
+| forceRegenerate
| java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
| When set to true will force the audit trail token to be recreated. |
+| organization
| java.lang.String
| Name of the organization. If omitted, organization must be defined in the provider config. |
+
+---
+
+##### `connection`Optional
+
+```java
+public java.lang.Object getConnection();
+```
+
+- *Type:* com.hashicorp.cdktf.SSHProvisionerConnection OR com.hashicorp.cdktf.WinrmProvisionerConnection
+
+---
+
+##### `count`Optional
+
+```java
+public java.lang.Object getCount();
+```
+
+- *Type:* java.lang.Number OR com.hashicorp.cdktf.TerraformCount
+
+---
+
+##### `dependsOn`Optional
+
+```java
+public java.util.List getDependsOn();
+```
+
+- *Type:* java.util.List
+
+---
+
+##### `forEach`Optional
+
+```java
+public ITerraformIterator getForEach();
+```
+
+- *Type:* com.hashicorp.cdktf.ITerraformIterator
+
+---
+
+##### `lifecycle`Optional
+
+```java
+public TerraformResourceLifecycle getLifecycle();
+```
+
+- *Type:* com.hashicorp.cdktf.TerraformResourceLifecycle
+
+---
+
+##### `provider`Optional
+
+```java
+public TerraformProvider getProvider();
+```
+
+- *Type:* com.hashicorp.cdktf.TerraformProvider
+
+---
+
+##### `provisioners`Optional
+
+```java
+public java.lang.Object getProvisioners();
+```
+
+- *Type:* java.util.List
+
+---
+
+##### `expiredAt`Optional
+
+```java
+public java.lang.String getExpiredAt();
+```
+
+- *Type:* java.lang.String
+
+The time when the audit trail token will expire. This must be a valid ISO8601 timestamp.
+
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/audit_trail_token#expired_at AuditTrailToken#expired_at}
+
+---
+
+##### `forceRegenerate`Optional
+
+```java
+public java.lang.Object getForceRegenerate();
+```
+
+- *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
+
+When set to true will force the audit trail token to be recreated.
+
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/audit_trail_token#force_regenerate AuditTrailToken#force_regenerate}
+
+---
+
+##### `organization`Optional
+
+```java
+public java.lang.String getOrganization();
+```
+
+- *Type:* java.lang.String
+
+Name of the organization. If omitted, organization must be defined in the provider config.
+
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/audit_trail_token#organization AuditTrailToken#organization}
+
+---
+
+
+
diff --git a/docs/auditTrailToken.python.md b/docs/auditTrailToken.python.md
new file mode 100644
index 000000000..2b883b9d1
--- /dev/null
+++ b/docs/auditTrailToken.python.md
@@ -0,0 +1,1061 @@
+# `auditTrailToken` Submodule
+
+## Constructs
+
+### AuditTrailToken
+
+Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/audit_trail_token tfe_audit_trail_token}.
+
+#### Initializers
+
+```python
+from cdktf_cdktf_provider_tfe import audit_trail_token
+
+auditTrailToken.AuditTrailToken(
+ scope: Construct,
+ id: str,
+ connection: typing.Union[SSHProvisionerConnection, WinrmProvisionerConnection] = None,
+ count: typing.Union[typing.Union[int, float], TerraformCount] = None,
+ depends_on: typing.List[ITerraformDependable] = None,
+ for_each: ITerraformIterator = None,
+ lifecycle: TerraformResourceLifecycle = None,
+ provider: TerraformProvider = None,
+ provisioners: typing.List[typing.Union[FileProvisioner, LocalExecProvisioner, RemoteExecProvisioner]] = None,
+ expired_at: str = None,
+ force_regenerate: typing.Union[bool, IResolvable] = None,
+ organization: str = None
+)
+```
+
+| **Name** | **Type** | **Description** |
+| --- | --- | --- |
+| scope
| constructs.Construct
| The scope in which to define this construct. |
+| id
| str
| The scoped construct ID. |
+| connection
| typing.Union[cdktf.SSHProvisionerConnection, cdktf.WinrmProvisionerConnection]
| *No description.* |
+| count
| typing.Union[typing.Union[int, float], cdktf.TerraformCount]
| *No description.* |
+| depends_on
| typing.List[cdktf.ITerraformDependable]
| *No description.* |
+| for_each
| cdktf.ITerraformIterator
| *No description.* |
+| lifecycle
| cdktf.TerraformResourceLifecycle
| *No description.* |
+| provider
| cdktf.TerraformProvider
| *No description.* |
+| provisioners
| typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]]
| *No description.* |
+| expired_at
| str
| The time when the audit trail token will expire. This must be a valid ISO8601 timestamp. |
+| force_regenerate
| typing.Union[bool, cdktf.IResolvable]
| When set to true will force the audit trail token to be recreated. |
+| organization
| str
| Name of the organization. If omitted, organization must be defined in the provider config. |
+
+---
+
+##### `scope`Required
+
+- *Type:* constructs.Construct
+
+The scope in which to define this construct.
+
+---
+
+##### `id`Required
+
+- *Type:* str
+
+The scoped construct ID.
+
+Must be unique amongst siblings in the same scope
+
+---
+
+##### `connection`Optional
+
+- *Type:* typing.Union[cdktf.SSHProvisionerConnection, cdktf.WinrmProvisionerConnection]
+
+---
+
+##### `count`Optional
+
+- *Type:* typing.Union[typing.Union[int, float], cdktf.TerraformCount]
+
+---
+
+##### `depends_on`Optional
+
+- *Type:* typing.List[cdktf.ITerraformDependable]
+
+---
+
+##### `for_each`Optional
+
+- *Type:* cdktf.ITerraformIterator
+
+---
+
+##### `lifecycle`Optional
+
+- *Type:* cdktf.TerraformResourceLifecycle
+
+---
+
+##### `provider`Optional
+
+- *Type:* cdktf.TerraformProvider
+
+---
+
+##### `provisioners`Optional
+
+- *Type:* typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]]
+
+---
+
+##### `expired_at`Optional
+
+- *Type:* str
+
+The time when the audit trail token will expire. This must be a valid ISO8601 timestamp.
+
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/audit_trail_token#expired_at AuditTrailToken#expired_at}
+
+---
+
+##### `force_regenerate`Optional
+
+- *Type:* typing.Union[bool, cdktf.IResolvable]
+
+When set to true will force the audit trail token to be recreated.
+
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/audit_trail_token#force_regenerate AuditTrailToken#force_regenerate}
+
+---
+
+##### `organization`Optional
+
+- *Type:* str
+
+Name of the organization. If omitted, organization must be defined in the provider config.
+
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/audit_trail_token#organization AuditTrailToken#organization}
+
+---
+
+#### Methods
+
+| **Name** | **Description** |
+| --- | --- |
+| to_string
| Returns a string representation of this construct. |
+| add_override
| *No description.* |
+| override_logical_id
| Overrides the auto-generated logical ID with a specific ID. |
+| reset_override_logical_id
| Resets a previously passed logical Id to use the auto-generated logical id again. |
+| to_hcl_terraform
| *No description.* |
+| to_metadata
| *No description.* |
+| to_terraform
| Adds this resource to the terraform JSON output. |
+| add_move_target
| Adds a user defined moveTarget string to this resource to be later used in .moveTo(moveTarget) to resolve the location of the move. |
+| 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.* |
+| has_resource_move
| *No description.* |
+| import_from
| *No description.* |
+| interpolation_for_attribute
| *No description.* |
+| move_from_id
| Move the resource corresponding to "id" to this resource. |
+| move_to
| Moves this resource to the target resource given by moveTarget. |
+| move_to_id
| Moves this resource to the resource corresponding to "id". |
+| reset_expired_at
| *No description.* |
+| reset_force_regenerate
| *No description.* |
+| reset_organization
| *No description.* |
+
+---
+
+##### `to_string`
+
+```python
+def to_string() -> str
+```
+
+Returns a string representation of this construct.
+
+##### `add_override`
+
+```python
+def add_override(
+ path: str,
+ value: typing.Any
+) -> None
+```
+
+###### `path`Required
+
+- *Type:* str
+
+---
+
+###### `value`Required
+
+- *Type:* typing.Any
+
+---
+
+##### `override_logical_id`
+
+```python
+def override_logical_id(
+ new_logical_id: str
+) -> None
+```
+
+Overrides the auto-generated logical ID with a specific ID.
+
+###### `new_logical_id`Required
+
+- *Type:* str
+
+The new logical ID to use for this stack element.
+
+---
+
+##### `reset_override_logical_id`
+
+```python
+def reset_override_logical_id() -> None
+```
+
+Resets a previously passed logical Id to use the auto-generated logical id again.
+
+##### `to_hcl_terraform`
+
+```python
+def to_hcl_terraform() -> typing.Any
+```
+
+##### `to_metadata`
+
+```python
+def to_metadata() -> typing.Any
+```
+
+##### `to_terraform`
+
+```python
+def to_terraform() -> typing.Any
+```
+
+Adds this resource to the terraform JSON output.
+
+##### `add_move_target`
+
+```python
+def add_move_target(
+ move_target: str
+) -> None
+```
+
+Adds a user defined moveTarget string to this resource to be later used in .moveTo(moveTarget) to resolve the location of the move.
+
+###### `move_target`Required
+
+- *Type:* str
+
+The string move target that will correspond to this resource.
+
+---
+
+##### `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
+
+---
+
+##### `has_resource_move`
+
+```python
+def has_resource_move() -> typing.Union[TerraformResourceMoveByTarget, TerraformResourceMoveById]
+```
+
+##### `import_from`
+
+```python
+def import_from(
+ id: str,
+ provider: TerraformProvider = None
+) -> None
+```
+
+###### `id`Required
+
+- *Type:* str
+
+---
+
+###### `provider`Optional
+
+- *Type:* cdktf.TerraformProvider
+
+---
+
+##### `interpolation_for_attribute`
+
+```python
+def interpolation_for_attribute(
+ terraform_attribute: str
+) -> IResolvable
+```
+
+###### `terraform_attribute`Required
+
+- *Type:* str
+
+---
+
+##### `move_from_id`
+
+```python
+def move_from_id(
+ id: str
+) -> None
+```
+
+Move the resource corresponding to "id" to this resource.
+
+Note that the resource being moved from must be marked as moved using it's instance function.
+
+###### `id`Required
+
+- *Type:* str
+
+Full id of resource being moved from, e.g. "aws_s3_bucket.example".
+
+---
+
+##### `move_to`
+
+```python
+def move_to(
+ move_target: str,
+ index: typing.Union[str, typing.Union[int, float]] = None
+) -> None
+```
+
+Moves this resource to the target resource given by moveTarget.
+
+###### `move_target`Required
+
+- *Type:* str
+
+The previously set user defined string set by .addMoveTarget() corresponding to the resource to move to.
+
+---
+
+###### `index`Optional
+
+- *Type:* typing.Union[str, typing.Union[int, float]]
+
+Optional The index corresponding to the key the resource is to appear in the foreach of a resource to move to.
+
+---
+
+##### `move_to_id`
+
+```python
+def move_to_id(
+ id: str
+) -> None
+```
+
+Moves this resource to the resource corresponding to "id".
+
+###### `id`Required
+
+- *Type:* str
+
+Full id of resource to move to, e.g. "aws_s3_bucket.example".
+
+---
+
+##### `reset_expired_at`
+
+```python
+def reset_expired_at() -> None
+```
+
+##### `reset_force_regenerate`
+
+```python
+def reset_force_regenerate() -> None
+```
+
+##### `reset_organization`
+
+```python
+def reset_organization() -> None
+```
+
+#### Static Functions
+
+| **Name** | **Description** |
+| --- | --- |
+| is_construct
| Checks if `x` is a construct. |
+| is_terraform_element
| *No description.* |
+| is_terraform_resource
| *No description.* |
+| generate_config_for_import
| Generates CDKTF code for importing a AuditTrailToken resource upon running "cdktf plan ". |
+
+---
+
+##### `is_construct`
+
+```python
+from cdktf_cdktf_provider_tfe import audit_trail_token
+
+auditTrailToken.AuditTrailToken.is_construct(
+ x: typing.Any
+)
+```
+
+Checks if `x` is a construct.
+
+Use this method instead of `instanceof` to properly detect `Construct`
+instances, even when the construct library is symlinked.
+
+Explanation: in JavaScript, multiple copies of the `constructs` library on
+disk are seen as independent, completely different libraries. As a
+consequence, the class `Construct` in each copy of the `constructs` library
+is seen as a different class, and an instance of one class will not test as
+`instanceof` the other class. `npm install` will not create installations
+like this, but users may manually symlink construct libraries together or
+use a monorepo tool: in those cases, multiple copies of the `constructs`
+library can be accidentally installed, and `instanceof` will behave
+unpredictably. It is safest to avoid using `instanceof`, and using
+this type-testing method instead.
+
+###### `x`Required
+
+- *Type:* typing.Any
+
+Any object.
+
+---
+
+##### `is_terraform_element`
+
+```python
+from cdktf_cdktf_provider_tfe import audit_trail_token
+
+auditTrailToken.AuditTrailToken.is_terraform_element(
+ x: typing.Any
+)
+```
+
+###### `x`Required
+
+- *Type:* typing.Any
+
+---
+
+##### `is_terraform_resource`
+
+```python
+from cdktf_cdktf_provider_tfe import audit_trail_token
+
+auditTrailToken.AuditTrailToken.is_terraform_resource(
+ x: typing.Any
+)
+```
+
+###### `x`Required
+
+- *Type:* typing.Any
+
+---
+
+##### `generate_config_for_import`
+
+```python
+from cdktf_cdktf_provider_tfe import audit_trail_token
+
+auditTrailToken.AuditTrailToken.generate_config_for_import(
+ scope: Construct,
+ import_to_id: str,
+ import_from_id: str,
+ provider: TerraformProvider = None
+)
+```
+
+Generates CDKTF code for importing a AuditTrailToken resource upon running "cdktf plan ".
+
+###### `scope`Required
+
+- *Type:* constructs.Construct
+
+The scope in which to define this construct.
+
+---
+
+###### `import_to_id`Required
+
+- *Type:* str
+
+The construct id used in the generated config for the AuditTrailToken to import.
+
+---
+
+###### `import_from_id`Required
+
+- *Type:* str
+
+The id of the existing AuditTrailToken that should be imported.
+
+Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/audit_trail_token#import import section} in the documentation of this resource for the id to use
+
+---
+
+###### `provider`Optional
+
+- *Type:* cdktf.TerraformProvider
+
+? Optional instance of the provider where the AuditTrailToken to import is found.
+
+---
+
+#### Properties
+
+| **Name** | **Type** | **Description** |
+| --- | --- | --- |
+| node
| constructs.Node
| The tree node. |
+| cdktf_stack
| cdktf.TerraformStack
| *No description.* |
+| fqn
| str
| *No description.* |
+| friendly_unique_id
| str
| *No description.* |
+| terraform_meta_arguments
| typing.Mapping[typing.Any]
| *No description.* |
+| terraform_resource_type
| str
| *No description.* |
+| terraform_generator_metadata
| cdktf.TerraformProviderGeneratorMetadata
| *No description.* |
+| connection
| typing.Union[cdktf.SSHProvisionerConnection, cdktf.WinrmProvisionerConnection]
| *No description.* |
+| count
| typing.Union[typing.Union[int, float], cdktf.TerraformCount]
| *No description.* |
+| depends_on
| typing.List[str]
| *No description.* |
+| for_each
| cdktf.ITerraformIterator
| *No description.* |
+| 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
| *No description.* |
+| token
| str
| *No description.* |
+| expired_at_input
| str
| *No description.* |
+| force_regenerate_input
| typing.Union[bool, cdktf.IResolvable]
| *No description.* |
+| organization_input
| str
| *No description.* |
+| expired_at
| str
| *No description.* |
+| force_regenerate
| typing.Union[bool, cdktf.IResolvable]
| *No description.* |
+| organization
| str
| *No description.* |
+
+---
+
+##### `node`Required
+
+```python
+node: Node
+```
+
+- *Type:* constructs.Node
+
+The tree node.
+
+---
+
+##### `cdktf_stack`Required
+
+```python
+cdktf_stack: TerraformStack
+```
+
+- *Type:* cdktf.TerraformStack
+
+---
+
+##### `fqn`Required
+
+```python
+fqn: str
+```
+
+- *Type:* str
+
+---
+
+##### `friendly_unique_id`Required
+
+```python
+friendly_unique_id: str
+```
+
+- *Type:* str
+
+---
+
+##### `terraform_meta_arguments`Required
+
+```python
+terraform_meta_arguments: typing.Mapping[typing.Any]
+```
+
+- *Type:* typing.Mapping[typing.Any]
+
+---
+
+##### `terraform_resource_type`Required
+
+```python
+terraform_resource_type: str
+```
+
+- *Type:* str
+
+---
+
+##### `terraform_generator_metadata`Optional
+
+```python
+terraform_generator_metadata: TerraformProviderGeneratorMetadata
+```
+
+- *Type:* cdktf.TerraformProviderGeneratorMetadata
+
+---
+
+##### `connection`Optional
+
+```python
+connection: typing.Union[SSHProvisionerConnection, WinrmProvisionerConnection]
+```
+
+- *Type:* typing.Union[cdktf.SSHProvisionerConnection, cdktf.WinrmProvisionerConnection]
+
+---
+
+##### `count`Optional
+
+```python
+count: typing.Union[typing.Union[int, float], TerraformCount]
+```
+
+- *Type:* typing.Union[typing.Union[int, float], cdktf.TerraformCount]
+
+---
+
+##### `depends_on`Optional
+
+```python
+depends_on: typing.List[str]
+```
+
+- *Type:* typing.List[str]
+
+---
+
+##### `for_each`Optional
+
+```python
+for_each: ITerraformIterator
+```
+
+- *Type:* cdktf.ITerraformIterator
+
+---
+
+##### `lifecycle`Optional
+
+```python
+lifecycle: TerraformResourceLifecycle
+```
+
+- *Type:* cdktf.TerraformResourceLifecycle
+
+---
+
+##### `provider`Optional
+
+```python
+provider: TerraformProvider
+```
+
+- *Type:* cdktf.TerraformProvider
+
+---
+
+##### `provisioners`Optional
+
+```python
+provisioners: typing.List[typing.Union[FileProvisioner, LocalExecProvisioner, RemoteExecProvisioner]]
+```
+
+- *Type:* typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]]
+
+---
+
+##### `id`Required
+
+```python
+id: str
+```
+
+- *Type:* str
+
+---
+
+##### `token`Required
+
+```python
+token: str
+```
+
+- *Type:* str
+
+---
+
+##### `expired_at_input`Optional
+
+```python
+expired_at_input: str
+```
+
+- *Type:* str
+
+---
+
+##### `force_regenerate_input`Optional
+
+```python
+force_regenerate_input: typing.Union[bool, IResolvable]
+```
+
+- *Type:* typing.Union[bool, cdktf.IResolvable]
+
+---
+
+##### `organization_input`Optional
+
+```python
+organization_input: str
+```
+
+- *Type:* str
+
+---
+
+##### `expired_at`Required
+
+```python
+expired_at: str
+```
+
+- *Type:* str
+
+---
+
+##### `force_regenerate`Required
+
+```python
+force_regenerate: typing.Union[bool, IResolvable]
+```
+
+- *Type:* typing.Union[bool, cdktf.IResolvable]
+
+---
+
+##### `organization`Required
+
+```python
+organization: str
+```
+
+- *Type:* str
+
+---
+
+#### Constants
+
+| **Name** | **Type** | **Description** |
+| --- | --- | --- |
+| tfResourceType
| str
| *No description.* |
+
+---
+
+##### `tfResourceType`Required
+
+```python
+tfResourceType: str
+```
+
+- *Type:* str
+
+---
+
+## Structs
+
+### AuditTrailTokenConfig
+
+#### Initializer
+
+```python
+from cdktf_cdktf_provider_tfe import audit_trail_token
+
+auditTrailToken.AuditTrailTokenConfig(
+ connection: typing.Union[SSHProvisionerConnection, WinrmProvisionerConnection] = None,
+ count: typing.Union[typing.Union[int, float], TerraformCount] = None,
+ depends_on: typing.List[ITerraformDependable] = None,
+ for_each: ITerraformIterator = None,
+ lifecycle: TerraformResourceLifecycle = None,
+ provider: TerraformProvider = None,
+ provisioners: typing.List[typing.Union[FileProvisioner, LocalExecProvisioner, RemoteExecProvisioner]] = None,
+ expired_at: str = None,
+ force_regenerate: typing.Union[bool, IResolvable] = None,
+ organization: str = None
+)
+```
+
+#### Properties
+
+| **Name** | **Type** | **Description** |
+| --- | --- | --- |
+| connection
| typing.Union[cdktf.SSHProvisionerConnection, cdktf.WinrmProvisionerConnection]
| *No description.* |
+| count
| typing.Union[typing.Union[int, float], cdktf.TerraformCount]
| *No description.* |
+| depends_on
| typing.List[cdktf.ITerraformDependable]
| *No description.* |
+| for_each
| cdktf.ITerraformIterator
| *No description.* |
+| lifecycle
| cdktf.TerraformResourceLifecycle
| *No description.* |
+| provider
| cdktf.TerraformProvider
| *No description.* |
+| provisioners
| typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]]
| *No description.* |
+| expired_at
| str
| The time when the audit trail token will expire. This must be a valid ISO8601 timestamp. |
+| force_regenerate
| typing.Union[bool, cdktf.IResolvable]
| When set to true will force the audit trail token to be recreated. |
+| organization
| str
| Name of the organization. If omitted, organization must be defined in the provider config. |
+
+---
+
+##### `connection`Optional
+
+```python
+connection: typing.Union[SSHProvisionerConnection, WinrmProvisionerConnection]
+```
+
+- *Type:* typing.Union[cdktf.SSHProvisionerConnection, cdktf.WinrmProvisionerConnection]
+
+---
+
+##### `count`Optional
+
+```python
+count: typing.Union[typing.Union[int, float], TerraformCount]
+```
+
+- *Type:* typing.Union[typing.Union[int, float], cdktf.TerraformCount]
+
+---
+
+##### `depends_on`Optional
+
+```python
+depends_on: typing.List[ITerraformDependable]
+```
+
+- *Type:* typing.List[cdktf.ITerraformDependable]
+
+---
+
+##### `for_each`Optional
+
+```python
+for_each: ITerraformIterator
+```
+
+- *Type:* cdktf.ITerraformIterator
+
+---
+
+##### `lifecycle`Optional
+
+```python
+lifecycle: TerraformResourceLifecycle
+```
+
+- *Type:* cdktf.TerraformResourceLifecycle
+
+---
+
+##### `provider`Optional
+
+```python
+provider: TerraformProvider
+```
+
+- *Type:* cdktf.TerraformProvider
+
+---
+
+##### `provisioners`Optional
+
+```python
+provisioners: typing.List[typing.Union[FileProvisioner, LocalExecProvisioner, RemoteExecProvisioner]]
+```
+
+- *Type:* typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]]
+
+---
+
+##### `expired_at`Optional
+
+```python
+expired_at: str
+```
+
+- *Type:* str
+
+The time when the audit trail token will expire. This must be a valid ISO8601 timestamp.
+
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/audit_trail_token#expired_at AuditTrailToken#expired_at}
+
+---
+
+##### `force_regenerate`Optional
+
+```python
+force_regenerate: typing.Union[bool, IResolvable]
+```
+
+- *Type:* typing.Union[bool, cdktf.IResolvable]
+
+When set to true will force the audit trail token to be recreated.
+
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/audit_trail_token#force_regenerate AuditTrailToken#force_regenerate}
+
+---
+
+##### `organization`Optional
+
+```python
+organization: str
+```
+
+- *Type:* str
+
+Name of the organization. If omitted, organization must be defined in the provider config.
+
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/audit_trail_token#organization AuditTrailToken#organization}
+
+---
+
+
+
diff --git a/docs/auditTrailToken.typescript.md b/docs/auditTrailToken.typescript.md
new file mode 100644
index 000000000..ac122e536
--- /dev/null
+++ b/docs/auditTrailToken.typescript.md
@@ -0,0 +1,914 @@
+# `auditTrailToken` Submodule
+
+## Constructs
+
+### AuditTrailToken
+
+Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/audit_trail_token tfe_audit_trail_token}.
+
+#### Initializers
+
+```typescript
+import { auditTrailToken } from '@cdktf/provider-tfe'
+
+new auditTrailToken.AuditTrailToken(scope: Construct, id: string, config?: AuditTrailTokenConfig)
+```
+
+| **Name** | **Type** | **Description** |
+| --- | --- | --- |
+| scope
| constructs.Construct
| The scope in which to define this construct. |
+| id
| string
| The scoped construct ID. |
+| config
| AuditTrailTokenConfig
| *No description.* |
+
+---
+
+##### `scope`Required
+
+- *Type:* constructs.Construct
+
+The scope in which to define this construct.
+
+---
+
+##### `id`Required
+
+- *Type:* string
+
+The scoped construct ID.
+
+Must be unique amongst siblings in the same scope
+
+---
+
+##### `config`Optional
+
+- *Type:* AuditTrailTokenConfig
+
+---
+
+#### Methods
+
+| **Name** | **Description** |
+| --- | --- |
+| toString
| Returns a string representation of this construct. |
+| addOverride
| *No description.* |
+| overrideLogicalId
| Overrides the auto-generated logical ID with a specific ID. |
+| resetOverrideLogicalId
| Resets a previously passed logical Id to use the auto-generated logical id again. |
+| toHclTerraform
| *No description.* |
+| toMetadata
| *No description.* |
+| toTerraform
| Adds this resource to the terraform JSON output. |
+| addMoveTarget
| Adds a user defined moveTarget string to this resource to be later used in .moveTo(moveTarget) to resolve the location of the move. |
+| 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.* |
+| hasResourceMove
| *No description.* |
+| importFrom
| *No description.* |
+| interpolationForAttribute
| *No description.* |
+| moveFromId
| Move the resource corresponding to "id" to this resource. |
+| moveTo
| Moves this resource to the target resource given by moveTarget. |
+| moveToId
| Moves this resource to the resource corresponding to "id". |
+| resetExpiredAt
| *No description.* |
+| resetForceRegenerate
| *No description.* |
+| resetOrganization
| *No description.* |
+
+---
+
+##### `toString`
+
+```typescript
+public toString(): string
+```
+
+Returns a string representation of this construct.
+
+##### `addOverride`
+
+```typescript
+public addOverride(path: string, value: any): void
+```
+
+###### `path`Required
+
+- *Type:* string
+
+---
+
+###### `value`Required
+
+- *Type:* any
+
+---
+
+##### `overrideLogicalId`
+
+```typescript
+public overrideLogicalId(newLogicalId: string): void
+```
+
+Overrides the auto-generated logical ID with a specific ID.
+
+###### `newLogicalId`Required
+
+- *Type:* string
+
+The new logical ID to use for this stack element.
+
+---
+
+##### `resetOverrideLogicalId`
+
+```typescript
+public resetOverrideLogicalId(): void
+```
+
+Resets a previously passed logical Id to use the auto-generated logical id again.
+
+##### `toHclTerraform`
+
+```typescript
+public toHclTerraform(): any
+```
+
+##### `toMetadata`
+
+```typescript
+public toMetadata(): any
+```
+
+##### `toTerraform`
+
+```typescript
+public toTerraform(): any
+```
+
+Adds this resource to the terraform JSON output.
+
+##### `addMoveTarget`
+
+```typescript
+public addMoveTarget(moveTarget: string): void
+```
+
+Adds a user defined moveTarget string to this resource to be later used in .moveTo(moveTarget) to resolve the location of the move.
+
+###### `moveTarget`Required
+
+- *Type:* string
+
+The string move target that will correspond to this resource.
+
+---
+
+##### `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
+
+---
+
+##### `hasResourceMove`
+
+```typescript
+public hasResourceMove(): TerraformResourceMoveByTarget | TerraformResourceMoveById
+```
+
+##### `importFrom`
+
+```typescript
+public importFrom(id: string, provider?: TerraformProvider): void
+```
+
+###### `id`Required
+
+- *Type:* string
+
+---
+
+###### `provider`Optional
+
+- *Type:* cdktf.TerraformProvider
+
+---
+
+##### `interpolationForAttribute`
+
+```typescript
+public interpolationForAttribute(terraformAttribute: string): IResolvable
+```
+
+###### `terraformAttribute`Required
+
+- *Type:* string
+
+---
+
+##### `moveFromId`
+
+```typescript
+public moveFromId(id: string): void
+```
+
+Move the resource corresponding to "id" to this resource.
+
+Note that the resource being moved from must be marked as moved using it's instance function.
+
+###### `id`Required
+
+- *Type:* string
+
+Full id of resource being moved from, e.g. "aws_s3_bucket.example".
+
+---
+
+##### `moveTo`
+
+```typescript
+public moveTo(moveTarget: string, index?: string | number): void
+```
+
+Moves this resource to the target resource given by moveTarget.
+
+###### `moveTarget`Required
+
+- *Type:* string
+
+The previously set user defined string set by .addMoveTarget() corresponding to the resource to move to.
+
+---
+
+###### `index`Optional
+
+- *Type:* string | number
+
+Optional The index corresponding to the key the resource is to appear in the foreach of a resource to move to.
+
+---
+
+##### `moveToId`
+
+```typescript
+public moveToId(id: string): void
+```
+
+Moves this resource to the resource corresponding to "id".
+
+###### `id`Required
+
+- *Type:* string
+
+Full id of resource to move to, e.g. "aws_s3_bucket.example".
+
+---
+
+##### `resetExpiredAt`
+
+```typescript
+public resetExpiredAt(): void
+```
+
+##### `resetForceRegenerate`
+
+```typescript
+public resetForceRegenerate(): void
+```
+
+##### `resetOrganization`
+
+```typescript
+public resetOrganization(): void
+```
+
+#### Static Functions
+
+| **Name** | **Description** |
+| --- | --- |
+| isConstruct
| Checks if `x` is a construct. |
+| isTerraformElement
| *No description.* |
+| isTerraformResource
| *No description.* |
+| generateConfigForImport
| Generates CDKTF code for importing a AuditTrailToken resource upon running "cdktf plan ". |
+
+---
+
+##### `isConstruct`
+
+```typescript
+import { auditTrailToken } from '@cdktf/provider-tfe'
+
+auditTrailToken.AuditTrailToken.isConstruct(x: any)
+```
+
+Checks if `x` is a construct.
+
+Use this method instead of `instanceof` to properly detect `Construct`
+instances, even when the construct library is symlinked.
+
+Explanation: in JavaScript, multiple copies of the `constructs` library on
+disk are seen as independent, completely different libraries. As a
+consequence, the class `Construct` in each copy of the `constructs` library
+is seen as a different class, and an instance of one class will not test as
+`instanceof` the other class. `npm install` will not create installations
+like this, but users may manually symlink construct libraries together or
+use a monorepo tool: in those cases, multiple copies of the `constructs`
+library can be accidentally installed, and `instanceof` will behave
+unpredictably. It is safest to avoid using `instanceof`, and using
+this type-testing method instead.
+
+###### `x`Required
+
+- *Type:* any
+
+Any object.
+
+---
+
+##### `isTerraformElement`
+
+```typescript
+import { auditTrailToken } from '@cdktf/provider-tfe'
+
+auditTrailToken.AuditTrailToken.isTerraformElement(x: any)
+```
+
+###### `x`Required
+
+- *Type:* any
+
+---
+
+##### `isTerraformResource`
+
+```typescript
+import { auditTrailToken } from '@cdktf/provider-tfe'
+
+auditTrailToken.AuditTrailToken.isTerraformResource(x: any)
+```
+
+###### `x`Required
+
+- *Type:* any
+
+---
+
+##### `generateConfigForImport`
+
+```typescript
+import { auditTrailToken } from '@cdktf/provider-tfe'
+
+auditTrailToken.AuditTrailToken.generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: TerraformProvider)
+```
+
+Generates CDKTF code for importing a AuditTrailToken resource upon running "cdktf plan ".
+
+###### `scope`Required
+
+- *Type:* constructs.Construct
+
+The scope in which to define this construct.
+
+---
+
+###### `importToId`Required
+
+- *Type:* string
+
+The construct id used in the generated config for the AuditTrailToken to import.
+
+---
+
+###### `importFromId`Required
+
+- *Type:* string
+
+The id of the existing AuditTrailToken that should be imported.
+
+Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/audit_trail_token#import import section} in the documentation of this resource for the id to use
+
+---
+
+###### `provider`Optional
+
+- *Type:* cdktf.TerraformProvider
+
+? Optional instance of the provider where the AuditTrailToken to import is found.
+
+---
+
+#### Properties
+
+| **Name** | **Type** | **Description** |
+| --- | --- | --- |
+| node
| constructs.Node
| The tree node. |
+| cdktfStack
| cdktf.TerraformStack
| *No description.* |
+| fqn
| string
| *No description.* |
+| friendlyUniqueId
| string
| *No description.* |
+| terraformMetaArguments
| {[ key: string ]: any}
| *No description.* |
+| terraformResourceType
| string
| *No description.* |
+| terraformGeneratorMetadata
| cdktf.TerraformProviderGeneratorMetadata
| *No description.* |
+| connection
| cdktf.SSHProvisionerConnection \| cdktf.WinrmProvisionerConnection
| *No description.* |
+| count
| number \| cdktf.TerraformCount
| *No description.* |
+| dependsOn
| string[]
| *No description.* |
+| forEach
| cdktf.ITerraformIterator
| *No description.* |
+| lifecycle
| cdktf.TerraformResourceLifecycle
| *No description.* |
+| provider
| cdktf.TerraformProvider
| *No description.* |
+| provisioners
| cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[]
| *No description.* |
+| id
| string
| *No description.* |
+| token
| string
| *No description.* |
+| expiredAtInput
| string
| *No description.* |
+| forceRegenerateInput
| boolean \| cdktf.IResolvable
| *No description.* |
+| organizationInput
| string
| *No description.* |
+| expiredAt
| string
| *No description.* |
+| forceRegenerate
| boolean \| cdktf.IResolvable
| *No description.* |
+| organization
| string
| *No description.* |
+
+---
+
+##### `node`Required
+
+```typescript
+public readonly node: Node;
+```
+
+- *Type:* constructs.Node
+
+The tree node.
+
+---
+
+##### `cdktfStack`Required
+
+```typescript
+public readonly cdktfStack: TerraformStack;
+```
+
+- *Type:* cdktf.TerraformStack
+
+---
+
+##### `fqn`Required
+
+```typescript
+public readonly fqn: string;
+```
+
+- *Type:* string
+
+---
+
+##### `friendlyUniqueId`Required
+
+```typescript
+public readonly friendlyUniqueId: string;
+```
+
+- *Type:* string
+
+---
+
+##### `terraformMetaArguments`Required
+
+```typescript
+public readonly terraformMetaArguments: {[ key: string ]: any};
+```
+
+- *Type:* {[ key: string ]: any}
+
+---
+
+##### `terraformResourceType`Required
+
+```typescript
+public readonly terraformResourceType: string;
+```
+
+- *Type:* string
+
+---
+
+##### `terraformGeneratorMetadata`Optional
+
+```typescript
+public readonly terraformGeneratorMetadata: TerraformProviderGeneratorMetadata;
+```
+
+- *Type:* cdktf.TerraformProviderGeneratorMetadata
+
+---
+
+##### `connection`Optional
+
+```typescript
+public readonly connection: SSHProvisionerConnection | WinrmProvisionerConnection;
+```
+
+- *Type:* cdktf.SSHProvisionerConnection | cdktf.WinrmProvisionerConnection
+
+---
+
+##### `count`Optional
+
+```typescript
+public readonly count: number | TerraformCount;
+```
+
+- *Type:* number | cdktf.TerraformCount
+
+---
+
+##### `dependsOn`Optional
+
+```typescript
+public readonly dependsOn: string[];
+```
+
+- *Type:* string[]
+
+---
+
+##### `forEach`Optional
+
+```typescript
+public readonly forEach: ITerraformIterator;
+```
+
+- *Type:* cdktf.ITerraformIterator
+
+---
+
+##### `lifecycle`Optional
+
+```typescript
+public readonly lifecycle: TerraformResourceLifecycle;
+```
+
+- *Type:* cdktf.TerraformResourceLifecycle
+
+---
+
+##### `provider`Optional
+
+```typescript
+public readonly provider: TerraformProvider;
+```
+
+- *Type:* cdktf.TerraformProvider
+
+---
+
+##### `provisioners`Optional
+
+```typescript
+public readonly provisioners: FileProvisioner | LocalExecProvisioner | RemoteExecProvisioner[];
+```
+
+- *Type:* cdktf.FileProvisioner | cdktf.LocalExecProvisioner | cdktf.RemoteExecProvisioner[]
+
+---
+
+##### `id`Required
+
+```typescript
+public readonly id: string;
+```
+
+- *Type:* string
+
+---
+
+##### `token`Required
+
+```typescript
+public readonly token: string;
+```
+
+- *Type:* string
+
+---
+
+##### `expiredAtInput`Optional
+
+```typescript
+public readonly expiredAtInput: string;
+```
+
+- *Type:* string
+
+---
+
+##### `forceRegenerateInput`Optional
+
+```typescript
+public readonly forceRegenerateInput: boolean | IResolvable;
+```
+
+- *Type:* boolean | cdktf.IResolvable
+
+---
+
+##### `organizationInput`Optional
+
+```typescript
+public readonly organizationInput: string;
+```
+
+- *Type:* string
+
+---
+
+##### `expiredAt`Required
+
+```typescript
+public readonly expiredAt: string;
+```
+
+- *Type:* string
+
+---
+
+##### `forceRegenerate`Required
+
+```typescript
+public readonly forceRegenerate: boolean | IResolvable;
+```
+
+- *Type:* boolean | cdktf.IResolvable
+
+---
+
+##### `organization`Required
+
+```typescript
+public readonly organization: string;
+```
+
+- *Type:* string
+
+---
+
+#### Constants
+
+| **Name** | **Type** | **Description** |
+| --- | --- | --- |
+| tfResourceType
| string
| *No description.* |
+
+---
+
+##### `tfResourceType`Required
+
+```typescript
+public readonly tfResourceType: string;
+```
+
+- *Type:* string
+
+---
+
+## Structs
+
+### AuditTrailTokenConfig
+
+#### Initializer
+
+```typescript
+import { auditTrailToken } from '@cdktf/provider-tfe'
+
+const auditTrailTokenConfig: auditTrailToken.AuditTrailTokenConfig = { ... }
+```
+
+#### Properties
+
+| **Name** | **Type** | **Description** |
+| --- | --- | --- |
+| connection
| cdktf.SSHProvisionerConnection \| cdktf.WinrmProvisionerConnection
| *No description.* |
+| count
| number \| cdktf.TerraformCount
| *No description.* |
+| dependsOn
| cdktf.ITerraformDependable[]
| *No description.* |
+| forEach
| cdktf.ITerraformIterator
| *No description.* |
+| lifecycle
| cdktf.TerraformResourceLifecycle
| *No description.* |
+| provider
| cdktf.TerraformProvider
| *No description.* |
+| provisioners
| cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[]
| *No description.* |
+| expiredAt
| string
| The time when the audit trail token will expire. This must be a valid ISO8601 timestamp. |
+| forceRegenerate
| boolean \| cdktf.IResolvable
| When set to true will force the audit trail token to be recreated. |
+| organization
| string
| Name of the organization. If omitted, organization must be defined in the provider config. |
+
+---
+
+##### `connection`Optional
+
+```typescript
+public readonly connection: SSHProvisionerConnection | WinrmProvisionerConnection;
+```
+
+- *Type:* cdktf.SSHProvisionerConnection | cdktf.WinrmProvisionerConnection
+
+---
+
+##### `count`Optional
+
+```typescript
+public readonly count: number | TerraformCount;
+```
+
+- *Type:* number | cdktf.TerraformCount
+
+---
+
+##### `dependsOn`Optional
+
+```typescript
+public readonly dependsOn: ITerraformDependable[];
+```
+
+- *Type:* cdktf.ITerraformDependable[]
+
+---
+
+##### `forEach`Optional
+
+```typescript
+public readonly forEach: ITerraformIterator;
+```
+
+- *Type:* cdktf.ITerraformIterator
+
+---
+
+##### `lifecycle`Optional
+
+```typescript
+public readonly lifecycle: TerraformResourceLifecycle;
+```
+
+- *Type:* cdktf.TerraformResourceLifecycle
+
+---
+
+##### `provider`Optional
+
+```typescript
+public readonly provider: TerraformProvider;
+```
+
+- *Type:* cdktf.TerraformProvider
+
+---
+
+##### `provisioners`Optional
+
+```typescript
+public readonly provisioners: FileProvisioner | LocalExecProvisioner | RemoteExecProvisioner[];
+```
+
+- *Type:* cdktf.FileProvisioner | cdktf.LocalExecProvisioner | cdktf.RemoteExecProvisioner[]
+
+---
+
+##### `expiredAt`Optional
+
+```typescript
+public readonly expiredAt: string;
+```
+
+- *Type:* string
+
+The time when the audit trail token will expire. This must be a valid ISO8601 timestamp.
+
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/audit_trail_token#expired_at AuditTrailToken#expired_at}
+
+---
+
+##### `forceRegenerate`Optional
+
+```typescript
+public readonly forceRegenerate: boolean | IResolvable;
+```
+
+- *Type:* boolean | cdktf.IResolvable
+
+When set to true will force the audit trail token to be recreated.
+
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/audit_trail_token#force_regenerate AuditTrailToken#force_regenerate}
+
+---
+
+##### `organization`Optional
+
+```typescript
+public readonly organization: string;
+```
+
+- *Type:* string
+
+Name of the organization. If omitted, organization must be defined in the provider config.
+
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/audit_trail_token#organization AuditTrailToken#organization}
+
+---
+
+
+
diff --git a/docs/dataRetentionPolicy.csharp.md b/docs/dataRetentionPolicy.csharp.md
index 762a2de7b..6e9a2b6b5 100644
--- a/docs/dataRetentionPolicy.csharp.md
+++ b/docs/dataRetentionPolicy.csharp.md
@@ -4,7 +4,7 @@
### DataRetentionPolicy
-Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/data_retention_policy tfe_data_retention_policy}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/data_retention_policy tfe_data_retention_policy}.
#### Initializers
@@ -514,7 +514,7 @@ The construct id used in the generated config for the DataRetentionPolicy to imp
The id of the existing DataRetentionPolicy that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/data_retention_policy#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/data_retention_policy#import import section} in the documentation of this resource for the id to use
---
@@ -928,7 +928,7 @@ public DataRetentionPolicyDeleteOlderThan DeleteOlderThan { get; set; }
delete_older_than block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/data_retention_policy#delete_older_than DataRetentionPolicy#delete_older_than}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/data_retention_policy#delete_older_than DataRetentionPolicy#delete_older_than}
---
@@ -942,7 +942,7 @@ public DataRetentionPolicyDontDelete DontDelete { get; set; }
dont_delete block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/data_retention_policy#dont_delete DataRetentionPolicy#dont_delete}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/data_retention_policy#dont_delete DataRetentionPolicy#dont_delete}
---
@@ -956,7 +956,7 @@ public string Organization { get; set; }
Name of the organization. If omitted, organization must be defined in the provider config.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/data_retention_policy#organization DataRetentionPolicy#organization}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/data_retention_policy#organization DataRetentionPolicy#organization}
---
@@ -972,7 +972,7 @@ ID of the workspace that the data retention policy should apply to.
If omitted, the data retention policy will apply to the entire organization.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/data_retention_policy#workspace_id DataRetentionPolicy#workspace_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/data_retention_policy#workspace_id DataRetentionPolicy#workspace_id}
---
@@ -1006,7 +1006,7 @@ public double Days { get; set; }
Number of days.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/data_retention_policy#days DataRetentionPolicy#days}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/data_retention_policy#days DataRetentionPolicy#days}
---
diff --git a/docs/dataRetentionPolicy.go.md b/docs/dataRetentionPolicy.go.md
index 16ae1f6e6..93afeedc6 100644
--- a/docs/dataRetentionPolicy.go.md
+++ b/docs/dataRetentionPolicy.go.md
@@ -4,7 +4,7 @@
### DataRetentionPolicy
-Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/data_retention_policy tfe_data_retention_policy}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/data_retention_policy tfe_data_retention_policy}.
#### Initializers
@@ -514,7 +514,7 @@ The construct id used in the generated config for the DataRetentionPolicy to imp
The id of the existing DataRetentionPolicy that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/data_retention_policy#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/data_retention_policy#import import section} in the documentation of this resource for the id to use
---
@@ -928,7 +928,7 @@ DeleteOlderThan DataRetentionPolicyDeleteOlderThan
delete_older_than block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/data_retention_policy#delete_older_than DataRetentionPolicy#delete_older_than}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/data_retention_policy#delete_older_than DataRetentionPolicy#delete_older_than}
---
@@ -942,7 +942,7 @@ DontDelete DataRetentionPolicyDontDelete
dont_delete block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/data_retention_policy#dont_delete DataRetentionPolicy#dont_delete}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/data_retention_policy#dont_delete DataRetentionPolicy#dont_delete}
---
@@ -956,7 +956,7 @@ Organization *string
Name of the organization. If omitted, organization must be defined in the provider config.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/data_retention_policy#organization DataRetentionPolicy#organization}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/data_retention_policy#organization DataRetentionPolicy#organization}
---
@@ -972,7 +972,7 @@ ID of the workspace that the data retention policy should apply to.
If omitted, the data retention policy will apply to the entire organization.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/data_retention_policy#workspace_id DataRetentionPolicy#workspace_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/data_retention_policy#workspace_id DataRetentionPolicy#workspace_id}
---
@@ -1006,7 +1006,7 @@ Days *f64
Number of days.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/data_retention_policy#days DataRetentionPolicy#days}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/data_retention_policy#days DataRetentionPolicy#days}
---
diff --git a/docs/dataRetentionPolicy.java.md b/docs/dataRetentionPolicy.java.md
index 61ea1b788..6439f300a 100644
--- a/docs/dataRetentionPolicy.java.md
+++ b/docs/dataRetentionPolicy.java.md
@@ -4,7 +4,7 @@
### DataRetentionPolicy
-Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/data_retention_policy tfe_data_retention_policy}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/data_retention_policy tfe_data_retention_policy}.
#### Initializers
@@ -114,7 +114,7 @@ Must be unique amongst siblings in the same scope
delete_older_than block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/data_retention_policy#delete_older_than DataRetentionPolicy#delete_older_than}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/data_retention_policy#delete_older_than DataRetentionPolicy#delete_older_than}
---
@@ -124,7 +124,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
dont_delete block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/data_retention_policy#dont_delete DataRetentionPolicy#dont_delete}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/data_retention_policy#dont_delete DataRetentionPolicy#dont_delete}
---
@@ -134,7 +134,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
Name of the organization. If omitted, organization must be defined in the provider config.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/data_retention_policy#organization DataRetentionPolicy#organization}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/data_retention_policy#organization DataRetentionPolicy#organization}
---
@@ -146,7 +146,7 @@ ID of the workspace that the data retention policy should apply to.
If omitted, the data retention policy will apply to the entire organization.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/data_retention_policy#workspace_id DataRetentionPolicy#workspace_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/data_retention_policy#workspace_id DataRetentionPolicy#workspace_id}
---
@@ -620,7 +620,7 @@ The construct id used in the generated config for the DataRetentionPolicy to imp
The id of the existing DataRetentionPolicy that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/data_retention_policy#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/data_retention_policy#import import section} in the documentation of this resource for the id to use
---
@@ -1038,7 +1038,7 @@ public DataRetentionPolicyDeleteOlderThan getDeleteOlderThan();
delete_older_than block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/data_retention_policy#delete_older_than DataRetentionPolicy#delete_older_than}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/data_retention_policy#delete_older_than DataRetentionPolicy#delete_older_than}
---
@@ -1052,7 +1052,7 @@ public DataRetentionPolicyDontDelete getDontDelete();
dont_delete block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/data_retention_policy#dont_delete DataRetentionPolicy#dont_delete}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/data_retention_policy#dont_delete DataRetentionPolicy#dont_delete}
---
@@ -1066,7 +1066,7 @@ public java.lang.String getOrganization();
Name of the organization. If omitted, organization must be defined in the provider config.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/data_retention_policy#organization DataRetentionPolicy#organization}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/data_retention_policy#organization DataRetentionPolicy#organization}
---
@@ -1082,7 +1082,7 @@ ID of the workspace that the data retention policy should apply to.
If omitted, the data retention policy will apply to the entire organization.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/data_retention_policy#workspace_id DataRetentionPolicy#workspace_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/data_retention_policy#workspace_id DataRetentionPolicy#workspace_id}
---
@@ -1116,7 +1116,7 @@ public java.lang.Number getDays();
Number of days.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/data_retention_policy#days DataRetentionPolicy#days}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/data_retention_policy#days DataRetentionPolicy#days}
---
diff --git a/docs/dataRetentionPolicy.python.md b/docs/dataRetentionPolicy.python.md
index ec67c41f8..b96b1771c 100644
--- a/docs/dataRetentionPolicy.python.md
+++ b/docs/dataRetentionPolicy.python.md
@@ -4,7 +4,7 @@
### DataRetentionPolicy
-Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/data_retention_policy tfe_data_retention_policy}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/data_retention_policy tfe_data_retention_policy}.
#### Initializers
@@ -112,7 +112,7 @@ Must be unique amongst siblings in the same scope
delete_older_than block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/data_retention_policy#delete_older_than DataRetentionPolicy#delete_older_than}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/data_retention_policy#delete_older_than DataRetentionPolicy#delete_older_than}
---
@@ -122,7 +122,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
dont_delete block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/data_retention_policy#dont_delete DataRetentionPolicy#dont_delete}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/data_retention_policy#dont_delete DataRetentionPolicy#dont_delete}
---
@@ -132,7 +132,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
Name of the organization. If omitted, organization must be defined in the provider config.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/data_retention_policy#organization DataRetentionPolicy#organization}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/data_retention_policy#organization DataRetentionPolicy#organization}
---
@@ -144,7 +144,7 @@ ID of the workspace that the data retention policy should apply to.
If omitted, the data retention policy will apply to the entire organization.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/data_retention_policy#workspace_id DataRetentionPolicy#workspace_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/data_retention_policy#workspace_id DataRetentionPolicy#workspace_id}
---
@@ -522,7 +522,7 @@ def put_delete_older_than(
Number of days.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/data_retention_policy#days DataRetentionPolicy#days}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/data_retention_policy#days DataRetentionPolicy#days}
---
@@ -664,7 +664,7 @@ The construct id used in the generated config for the DataRetentionPolicy to imp
The id of the existing DataRetentionPolicy that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/data_retention_policy#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/data_retention_policy#import import section} in the documentation of this resource for the id to use
---
@@ -1078,7 +1078,7 @@ delete_older_than: DataRetentionPolicyDeleteOlderThan
delete_older_than block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/data_retention_policy#delete_older_than DataRetentionPolicy#delete_older_than}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/data_retention_policy#delete_older_than DataRetentionPolicy#delete_older_than}
---
@@ -1092,7 +1092,7 @@ dont_delete: DataRetentionPolicyDontDelete
dont_delete block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/data_retention_policy#dont_delete DataRetentionPolicy#dont_delete}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/data_retention_policy#dont_delete DataRetentionPolicy#dont_delete}
---
@@ -1106,7 +1106,7 @@ organization: str
Name of the organization. If omitted, organization must be defined in the provider config.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/data_retention_policy#organization DataRetentionPolicy#organization}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/data_retention_policy#organization DataRetentionPolicy#organization}
---
@@ -1122,7 +1122,7 @@ ID of the workspace that the data retention policy should apply to.
If omitted, the data retention policy will apply to the entire organization.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/data_retention_policy#workspace_id DataRetentionPolicy#workspace_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/data_retention_policy#workspace_id DataRetentionPolicy#workspace_id}
---
@@ -1156,7 +1156,7 @@ days: typing.Union[int, float]
Number of days.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/data_retention_policy#days DataRetentionPolicy#days}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/data_retention_policy#days DataRetentionPolicy#days}
---
diff --git a/docs/dataRetentionPolicy.typescript.md b/docs/dataRetentionPolicy.typescript.md
index 8923c1b4e..52079394b 100644
--- a/docs/dataRetentionPolicy.typescript.md
+++ b/docs/dataRetentionPolicy.typescript.md
@@ -4,7 +4,7 @@
### DataRetentionPolicy
-Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/data_retention_policy tfe_data_retention_policy}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/data_retention_policy tfe_data_retention_policy}.
#### Initializers
@@ -514,7 +514,7 @@ The construct id used in the generated config for the DataRetentionPolicy to imp
The id of the existing DataRetentionPolicy that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/data_retention_policy#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/data_retention_policy#import import section} in the documentation of this resource for the id to use
---
@@ -916,7 +916,7 @@ public readonly deleteOlderThan: DataRetentionPolicyDeleteOlderThan;
delete_older_than block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/data_retention_policy#delete_older_than DataRetentionPolicy#delete_older_than}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/data_retention_policy#delete_older_than DataRetentionPolicy#delete_older_than}
---
@@ -930,7 +930,7 @@ public readonly dontDelete: DataRetentionPolicyDontDelete;
dont_delete block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/data_retention_policy#dont_delete DataRetentionPolicy#dont_delete}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/data_retention_policy#dont_delete DataRetentionPolicy#dont_delete}
---
@@ -944,7 +944,7 @@ public readonly organization: string;
Name of the organization. If omitted, organization must be defined in the provider config.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/data_retention_policy#organization DataRetentionPolicy#organization}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/data_retention_policy#organization DataRetentionPolicy#organization}
---
@@ -960,7 +960,7 @@ ID of the workspace that the data retention policy should apply to.
If omitted, the data retention policy will apply to the entire organization.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/data_retention_policy#workspace_id DataRetentionPolicy#workspace_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/data_retention_policy#workspace_id DataRetentionPolicy#workspace_id}
---
@@ -992,7 +992,7 @@ public readonly days: number;
Number of days.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/data_retention_policy#days DataRetentionPolicy#days}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/data_retention_policy#days DataRetentionPolicy#days}
---
diff --git a/docs/dataTfeAgentPool.csharp.md b/docs/dataTfeAgentPool.csharp.md
index 6556bb5ee..bad5d7d36 100644
--- a/docs/dataTfeAgentPool.csharp.md
+++ b/docs/dataTfeAgentPool.csharp.md
@@ -4,7 +4,7 @@
### DataTfeAgentPool
-Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/agent_pool tfe_agent_pool}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/agent_pool tfe_agent_pool}.
#### Initializers
@@ -379,7 +379,7 @@ The construct id used in the generated config for the DataTfeAgentPool to import
The id of the existing DataTfeAgentPool that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/agent_pool#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/agent_pool#import import section} in the documentation of this resource for the id to use
---
@@ -672,9 +672,9 @@ new DataTfeAgentPoolConfig {
| 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/hashicorp/tfe/0.60.1/docs/data-sources/agent_pool#name DataTfeAgentPool#name}. |
-| Id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/agent_pool#id DataTfeAgentPool#id}. |
-| Organization
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/agent_pool#organization DataTfeAgentPool#organization}. |
+| Name
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/agent_pool#name DataTfeAgentPool#name}. |
+| Id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/agent_pool#id DataTfeAgentPool#id}. |
+| Organization
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/agent_pool#organization DataTfeAgentPool#organization}. |
---
@@ -756,7 +756,7 @@ public string Name { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/agent_pool#name DataTfeAgentPool#name}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/agent_pool#name DataTfeAgentPool#name}.
---
@@ -768,7 +768,7 @@ public string Id { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/agent_pool#id DataTfeAgentPool#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/agent_pool#id DataTfeAgentPool#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you 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 Organization { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/agent_pool#organization DataTfeAgentPool#organization}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/agent_pool#organization DataTfeAgentPool#organization}.
---
diff --git a/docs/dataTfeAgentPool.go.md b/docs/dataTfeAgentPool.go.md
index 5e822d867..84e7ae51e 100644
--- a/docs/dataTfeAgentPool.go.md
+++ b/docs/dataTfeAgentPool.go.md
@@ -4,7 +4,7 @@
### DataTfeAgentPool
-Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/agent_pool tfe_agent_pool}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/agent_pool tfe_agent_pool}.
#### Initializers
@@ -379,7 +379,7 @@ The construct id used in the generated config for the DataTfeAgentPool to import
The id of the existing DataTfeAgentPool that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/agent_pool#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/agent_pool#import import section} in the documentation of this resource for the id to use
---
@@ -672,9 +672,9 @@ import "github.com/cdktf/cdktf-provider-tfe-go/tfe/v11/datatfeagentpool"
| 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/hashicorp/tfe/0.60.1/docs/data-sources/agent_pool#name DataTfeAgentPool#name}. |
-| Id
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/agent_pool#id DataTfeAgentPool#id}. |
-| Organization
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/agent_pool#organization DataTfeAgentPool#organization}. |
+| Name
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/agent_pool#name DataTfeAgentPool#name}. |
+| Id
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/agent_pool#id DataTfeAgentPool#id}. |
+| Organization
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/agent_pool#organization DataTfeAgentPool#organization}. |
---
@@ -756,7 +756,7 @@ Name *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/agent_pool#name DataTfeAgentPool#name}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/agent_pool#name DataTfeAgentPool#name}.
---
@@ -768,7 +768,7 @@ Id *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/agent_pool#id DataTfeAgentPool#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/agent_pool#id DataTfeAgentPool#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you 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 @@ Organization *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/agent_pool#organization DataTfeAgentPool#organization}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/agent_pool#organization DataTfeAgentPool#organization}.
---
diff --git a/docs/dataTfeAgentPool.java.md b/docs/dataTfeAgentPool.java.md
index 8d9704040..c028336bc 100644
--- a/docs/dataTfeAgentPool.java.md
+++ b/docs/dataTfeAgentPool.java.md
@@ -4,7 +4,7 @@
### DataTfeAgentPool
-Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/agent_pool tfe_agent_pool}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/agent_pool tfe_agent_pool}.
#### Initializers
@@ -40,9 +40,9 @@ DataTfeAgentPool.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/hashicorp/tfe/0.60.1/docs/data-sources/agent_pool#name DataTfeAgentPool#name}. |
-| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/agent_pool#id DataTfeAgentPool#id}. |
-| organization
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/agent_pool#organization DataTfeAgentPool#organization}. |
+| name
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/agent_pool#name DataTfeAgentPool#name}. |
+| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/agent_pool#id DataTfeAgentPool#id}. |
+| organization
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/agent_pool#organization DataTfeAgentPool#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/hashicorp/tfe/0.60.1/docs/data-sources/agent_pool#name DataTfeAgentPool#name}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/agent_pool#name DataTfeAgentPool#name}.
---
@@ -118,7 +118,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/agent_pool#id DataTfeAgentPool#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/agent_pool#id DataTfeAgentPool#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you 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/hashicorp/tfe/0.60.1/docs/data-sources/agent_pool#organization DataTfeAgentPool#organization}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/agent_pool#organization DataTfeAgentPool#organization}.
---
@@ -466,7 +466,7 @@ The construct id used in the generated config for the DataTfeAgentPool to import
The id of the existing DataTfeAgentPool that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/agent_pool#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/agent_pool#import import section} in the documentation of this resource for the id to use
---
@@ -763,9 +763,9 @@ DataTfeAgentPoolConfig.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/hashicorp/tfe/0.60.1/docs/data-sources/agent_pool#name DataTfeAgentPool#name}. |
-| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/agent_pool#id DataTfeAgentPool#id}. |
-| organization
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/agent_pool#organization DataTfeAgentPool#organization}. |
+| name
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/agent_pool#name DataTfeAgentPool#name}. |
+| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/agent_pool#id DataTfeAgentPool#id}. |
+| organization
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/agent_pool#organization DataTfeAgentPool#organization}. |
---
@@ -847,7 +847,7 @@ public java.lang.String getName();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/agent_pool#name DataTfeAgentPool#name}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/agent_pool#name DataTfeAgentPool#name}.
---
@@ -859,7 +859,7 @@ public java.lang.String getId();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/agent_pool#id DataTfeAgentPool#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/agent_pool#id DataTfeAgentPool#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -874,7 +874,7 @@ public java.lang.String getOrganization();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/agent_pool#organization DataTfeAgentPool#organization}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/agent_pool#organization DataTfeAgentPool#organization}.
---
diff --git a/docs/dataTfeAgentPool.python.md b/docs/dataTfeAgentPool.python.md
index d85275f40..b8d73e2e9 100644
--- a/docs/dataTfeAgentPool.python.md
+++ b/docs/dataTfeAgentPool.python.md
@@ -4,7 +4,7 @@
### DataTfeAgentPool
-Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/agent_pool tfe_agent_pool}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/agent_pool tfe_agent_pool}.
#### Initializers
@@ -38,9 +38,9 @@ dataTfeAgentPool.DataTfeAgentPool(
| 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/hashicorp/tfe/0.60.1/docs/data-sources/agent_pool#name DataTfeAgentPool#name}. |
-| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/agent_pool#id DataTfeAgentPool#id}. |
-| organization
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/agent_pool#organization DataTfeAgentPool#organization}. |
+| name
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/agent_pool#name DataTfeAgentPool#name}. |
+| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/agent_pool#id DataTfeAgentPool#id}. |
+| organization
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/agent_pool#organization DataTfeAgentPool#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/hashicorp/tfe/0.60.1/docs/data-sources/agent_pool#name DataTfeAgentPool#name}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/agent_pool#name DataTfeAgentPool#name}.
---
@@ -116,7 +116,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/agent_pool#id DataTfeAgentPool#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/agent_pool#id DataTfeAgentPool#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you 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/hashicorp/tfe/0.60.1/docs/data-sources/agent_pool#organization DataTfeAgentPool#organization}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/agent_pool#organization DataTfeAgentPool#organization}.
---
@@ -500,7 +500,7 @@ The construct id used in the generated config for the DataTfeAgentPool to import
The id of the existing DataTfeAgentPool that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/agent_pool#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/agent_pool#import import section} in the documentation of this resource for the id to use
---
@@ -793,9 +793,9 @@ dataTfeAgentPool.DataTfeAgentPoolConfig(
| 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/hashicorp/tfe/0.60.1/docs/data-sources/agent_pool#name DataTfeAgentPool#name}. |
-| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/agent_pool#id DataTfeAgentPool#id}. |
-| organization
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/agent_pool#organization DataTfeAgentPool#organization}. |
+| name
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/agent_pool#name DataTfeAgentPool#name}. |
+| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/agent_pool#id DataTfeAgentPool#id}. |
+| organization
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/agent_pool#organization DataTfeAgentPool#organization}. |
---
@@ -877,7 +877,7 @@ name: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/agent_pool#name DataTfeAgentPool#name}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/agent_pool#name DataTfeAgentPool#name}.
---
@@ -889,7 +889,7 @@ id: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/agent_pool#id DataTfeAgentPool#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/agent_pool#id DataTfeAgentPool#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you 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 @@ organization: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/agent_pool#organization DataTfeAgentPool#organization}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/agent_pool#organization DataTfeAgentPool#organization}.
---
diff --git a/docs/dataTfeAgentPool.typescript.md b/docs/dataTfeAgentPool.typescript.md
index 005d88d61..f5a3984d8 100644
--- a/docs/dataTfeAgentPool.typescript.md
+++ b/docs/dataTfeAgentPool.typescript.md
@@ -4,7 +4,7 @@
### DataTfeAgentPool
-Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/agent_pool tfe_agent_pool}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/agent_pool tfe_agent_pool}.
#### Initializers
@@ -379,7 +379,7 @@ The construct id used in the generated config for the DataTfeAgentPool to import
The id of the existing DataTfeAgentPool that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/agent_pool#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/agent_pool#import import section} in the documentation of this resource for the id to use
---
@@ -661,9 +661,9 @@ const dataTfeAgentPoolConfig: dataTfeAgentPool.DataTfeAgentPoolConfig = { ... }
| 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/hashicorp/tfe/0.60.1/docs/data-sources/agent_pool#name DataTfeAgentPool#name}. |
-| id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/agent_pool#id DataTfeAgentPool#id}. |
-| organization
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/agent_pool#organization DataTfeAgentPool#organization}. |
+| name
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/agent_pool#name DataTfeAgentPool#name}. |
+| id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/agent_pool#id DataTfeAgentPool#id}. |
+| organization
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/agent_pool#organization DataTfeAgentPool#organization}. |
---
@@ -745,7 +745,7 @@ public readonly name: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/agent_pool#name DataTfeAgentPool#name}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/agent_pool#name DataTfeAgentPool#name}.
---
@@ -757,7 +757,7 @@ public readonly id: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/agent_pool#id DataTfeAgentPool#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/agent_pool#id DataTfeAgentPool#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you 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 organization: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/agent_pool#organization DataTfeAgentPool#organization}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/agent_pool#organization DataTfeAgentPool#organization}.
---
diff --git a/docs/dataTfeGithubAppInstallation.csharp.md b/docs/dataTfeGithubAppInstallation.csharp.md
index 4ca45463b..ce7645f72 100644
--- a/docs/dataTfeGithubAppInstallation.csharp.md
+++ b/docs/dataTfeGithubAppInstallation.csharp.md
@@ -4,7 +4,7 @@
### DataTfeGithubAppInstallation
-Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/github_app_installation tfe_github_app_installation}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/github_app_installation tfe_github_app_installation}.
#### Initializers
@@ -379,7 +379,7 @@ The construct id used in the generated config for the DataTfeGithubAppInstallati
The id of the existing DataTfeGithubAppInstallation that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/github_app_installation#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/github_app_installation#import import section} in the documentation of this resource for the id to use
---
@@ -638,8 +638,8 @@ new DataTfeGithubAppInstallationConfig {
| Lifecycle
| HashiCorp.Cdktf.TerraformResourceLifecycle
| *No description.* |
| Provider
| HashiCorp.Cdktf.TerraformProvider
| *No description.* |
| Provisioners
| object[]
| *No description.* |
-| InstallationId
| double
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/github_app_installation#installation_id DataTfeGithubAppInstallation#installation_id}. |
-| Name
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/github_app_installation#name DataTfeGithubAppInstallation#name}. |
+| InstallationId
| double
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/github_app_installation#installation_id DataTfeGithubAppInstallation#installation_id}. |
+| Name
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/github_app_installation#name DataTfeGithubAppInstallation#name}. |
---
@@ -721,7 +721,7 @@ public double InstallationId { get; set; }
- *Type:* double
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/github_app_installation#installation_id DataTfeGithubAppInstallation#installation_id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/github_app_installation#installation_id DataTfeGithubAppInstallation#installation_id}.
---
@@ -733,7 +733,7 @@ public string Name { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/github_app_installation#name DataTfeGithubAppInstallation#name}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/github_app_installation#name DataTfeGithubAppInstallation#name}.
---
diff --git a/docs/dataTfeGithubAppInstallation.go.md b/docs/dataTfeGithubAppInstallation.go.md
index d419676ca..62f61136e 100644
--- a/docs/dataTfeGithubAppInstallation.go.md
+++ b/docs/dataTfeGithubAppInstallation.go.md
@@ -4,7 +4,7 @@
### DataTfeGithubAppInstallation
-Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/github_app_installation tfe_github_app_installation}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/github_app_installation tfe_github_app_installation}.
#### Initializers
@@ -379,7 +379,7 @@ The construct id used in the generated config for the DataTfeGithubAppInstallati
The id of the existing DataTfeGithubAppInstallation that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/github_app_installation#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/github_app_installation#import import section} in the documentation of this resource for the id to use
---
@@ -638,8 +638,8 @@ import "github.com/cdktf/cdktf-provider-tfe-go/tfe/v11/datatfegithubappinstallat
| 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.* |
-| InstallationId
| *f64
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/github_app_installation#installation_id DataTfeGithubAppInstallation#installation_id}. |
-| Name
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/github_app_installation#name DataTfeGithubAppInstallation#name}. |
+| InstallationId
| *f64
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/github_app_installation#installation_id DataTfeGithubAppInstallation#installation_id}. |
+| Name
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/github_app_installation#name DataTfeGithubAppInstallation#name}. |
---
@@ -721,7 +721,7 @@ InstallationId *f64
- *Type:* *f64
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/github_app_installation#installation_id DataTfeGithubAppInstallation#installation_id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/github_app_installation#installation_id DataTfeGithubAppInstallation#installation_id}.
---
@@ -733,7 +733,7 @@ Name *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/github_app_installation#name DataTfeGithubAppInstallation#name}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/github_app_installation#name DataTfeGithubAppInstallation#name}.
---
diff --git a/docs/dataTfeGithubAppInstallation.java.md b/docs/dataTfeGithubAppInstallation.java.md
index 1c1c18692..4a6a9812a 100644
--- a/docs/dataTfeGithubAppInstallation.java.md
+++ b/docs/dataTfeGithubAppInstallation.java.md
@@ -4,7 +4,7 @@
### DataTfeGithubAppInstallation
-Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/github_app_installation tfe_github_app_installation}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/github_app_installation tfe_github_app_installation}.
#### Initializers
@@ -39,8 +39,8 @@ DataTfeGithubAppInstallation.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.* |
-| installationId
| java.lang.Number
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/github_app_installation#installation_id DataTfeGithubAppInstallation#installation_id}. |
-| name
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/github_app_installation#name DataTfeGithubAppInstallation#name}. |
+| installationId
| java.lang.Number
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/github_app_installation#installation_id DataTfeGithubAppInstallation#installation_id}. |
+| name
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/github_app_installation#name DataTfeGithubAppInstallation#name}. |
---
@@ -108,7 +108,7 @@ Must be unique amongst siblings in the same scope
- *Type:* java.lang.Number
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/github_app_installation#installation_id DataTfeGithubAppInstallation#installation_id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/github_app_installation#installation_id DataTfeGithubAppInstallation#installation_id}.
---
@@ -116,7 +116,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/github_app_installation#name DataTfeGithubAppInstallation#name}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/github_app_installation#name DataTfeGithubAppInstallation#name}.
---
@@ -453,7 +453,7 @@ The construct id used in the generated config for the DataTfeGithubAppInstallati
The id of the existing DataTfeGithubAppInstallation that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/github_app_installation#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/github_app_installation#import import section} in the documentation of this resource for the id to use
---
@@ -716,8 +716,8 @@ DataTfeGithubAppInstallationConfig.builder()
| lifecycle
| com.hashicorp.cdktf.TerraformResourceLifecycle
| *No description.* |
| provider
| com.hashicorp.cdktf.TerraformProvider
| *No description.* |
| provisioners
| java.util.List
| *No description.* |
-| installationId
| java.lang.Number
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/github_app_installation#installation_id DataTfeGithubAppInstallation#installation_id}. |
-| name
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/github_app_installation#name DataTfeGithubAppInstallation#name}. |
+| installationId
| java.lang.Number
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/github_app_installation#installation_id DataTfeGithubAppInstallation#installation_id}. |
+| name
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/github_app_installation#name DataTfeGithubAppInstallation#name}. |
---
@@ -799,7 +799,7 @@ public java.lang.Number getInstallationId();
- *Type:* java.lang.Number
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/github_app_installation#installation_id DataTfeGithubAppInstallation#installation_id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/github_app_installation#installation_id DataTfeGithubAppInstallation#installation_id}.
---
@@ -811,7 +811,7 @@ public java.lang.String getName();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/github_app_installation#name DataTfeGithubAppInstallation#name}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/github_app_installation#name DataTfeGithubAppInstallation#name}.
---
diff --git a/docs/dataTfeGithubAppInstallation.python.md b/docs/dataTfeGithubAppInstallation.python.md
index c99f443e7..abc8c8b9f 100644
--- a/docs/dataTfeGithubAppInstallation.python.md
+++ b/docs/dataTfeGithubAppInstallation.python.md
@@ -4,7 +4,7 @@
### DataTfeGithubAppInstallation
-Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/github_app_installation tfe_github_app_installation}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/github_app_installation tfe_github_app_installation}.
#### Initializers
@@ -37,8 +37,8 @@ dataTfeGithubAppInstallation.DataTfeGithubAppInstallation(
| lifecycle
| cdktf.TerraformResourceLifecycle
| *No description.* |
| provider
| cdktf.TerraformProvider
| *No description.* |
| provisioners
| typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]]
| *No description.* |
-| installation_id
| typing.Union[int, float]
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/github_app_installation#installation_id DataTfeGithubAppInstallation#installation_id}. |
-| name
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/github_app_installation#name DataTfeGithubAppInstallation#name}. |
+| installation_id
| typing.Union[int, float]
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/github_app_installation#installation_id DataTfeGithubAppInstallation#installation_id}. |
+| name
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/github_app_installation#name DataTfeGithubAppInstallation#name}. |
---
@@ -106,7 +106,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/hashicorp/tfe/0.60.1/docs/data-sources/github_app_installation#installation_id DataTfeGithubAppInstallation#installation_id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/github_app_installation#installation_id DataTfeGithubAppInstallation#installation_id}.
---
@@ -114,7 +114,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/github_app_installation#name DataTfeGithubAppInstallation#name}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/github_app_installation#name DataTfeGithubAppInstallation#name}.
---
@@ -487,7 +487,7 @@ The construct id used in the generated config for the DataTfeGithubAppInstallati
The id of the existing DataTfeGithubAppInstallation that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/github_app_installation#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/github_app_installation#import import section} in the documentation of this resource for the id to use
---
@@ -746,8 +746,8 @@ dataTfeGithubAppInstallation.DataTfeGithubAppInstallationConfig(
| lifecycle
| cdktf.TerraformResourceLifecycle
| *No description.* |
| provider
| cdktf.TerraformProvider
| *No description.* |
| provisioners
| typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]]
| *No description.* |
-| installation_id
| typing.Union[int, float]
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/github_app_installation#installation_id DataTfeGithubAppInstallation#installation_id}. |
-| name
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/github_app_installation#name DataTfeGithubAppInstallation#name}. |
+| installation_id
| typing.Union[int, float]
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/github_app_installation#installation_id DataTfeGithubAppInstallation#installation_id}. |
+| name
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/github_app_installation#name DataTfeGithubAppInstallation#name}. |
---
@@ -829,7 +829,7 @@ installation_id: typing.Union[int, float]
- *Type:* typing.Union[int, float]
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/github_app_installation#installation_id DataTfeGithubAppInstallation#installation_id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/github_app_installation#installation_id DataTfeGithubAppInstallation#installation_id}.
---
@@ -841,7 +841,7 @@ name: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/github_app_installation#name DataTfeGithubAppInstallation#name}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/github_app_installation#name DataTfeGithubAppInstallation#name}.
---
diff --git a/docs/dataTfeGithubAppInstallation.typescript.md b/docs/dataTfeGithubAppInstallation.typescript.md
index 041f3f6f1..29016c53b 100644
--- a/docs/dataTfeGithubAppInstallation.typescript.md
+++ b/docs/dataTfeGithubAppInstallation.typescript.md
@@ -4,7 +4,7 @@
### DataTfeGithubAppInstallation
-Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/github_app_installation tfe_github_app_installation}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/github_app_installation tfe_github_app_installation}.
#### Initializers
@@ -379,7 +379,7 @@ The construct id used in the generated config for the DataTfeGithubAppInstallati
The id of the existing DataTfeGithubAppInstallation that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/github_app_installation#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/github_app_installation#import import section} in the documentation of this resource for the id to use
---
@@ -628,8 +628,8 @@ const dataTfeGithubAppInstallationConfig: dataTfeGithubAppInstallation.DataTfeGi
| lifecycle
| cdktf.TerraformResourceLifecycle
| *No description.* |
| provider
| cdktf.TerraformProvider
| *No description.* |
| provisioners
| cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[]
| *No description.* |
-| installationId
| number
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/github_app_installation#installation_id DataTfeGithubAppInstallation#installation_id}. |
-| name
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/github_app_installation#name DataTfeGithubAppInstallation#name}. |
+| installationId
| number
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/github_app_installation#installation_id DataTfeGithubAppInstallation#installation_id}. |
+| name
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/github_app_installation#name DataTfeGithubAppInstallation#name}. |
---
@@ -711,7 +711,7 @@ public readonly installationId: number;
- *Type:* number
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/github_app_installation#installation_id DataTfeGithubAppInstallation#installation_id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/github_app_installation#installation_id DataTfeGithubAppInstallation#installation_id}.
---
@@ -723,7 +723,7 @@ public readonly name: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/github_app_installation#name DataTfeGithubAppInstallation#name}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/github_app_installation#name DataTfeGithubAppInstallation#name}.
---
diff --git a/docs/dataTfeIpRanges.csharp.md b/docs/dataTfeIpRanges.csharp.md
index 4986feae3..32c8cd74f 100644
--- a/docs/dataTfeIpRanges.csharp.md
+++ b/docs/dataTfeIpRanges.csharp.md
@@ -4,7 +4,7 @@
### DataTfeIpRanges
-Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/ip_ranges tfe_ip_ranges}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/ip_ranges tfe_ip_ranges}.
#### Initializers
@@ -372,7 +372,7 @@ The construct id used in the generated config for the DataTfeIpRanges to import.
The id of the existing DataTfeIpRanges that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/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/hashicorp/tfe/0.61.0/docs/data-sources/ip_ranges#import import section} in the documentation of this resource for the id to use
---
@@ -641,7 +641,7 @@ new DataTfeIpRangesConfig {
| 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/hashicorp/tfe/0.60.1/docs/data-sources/ip_ranges#id DataTfeIpRanges#id}. |
+| Id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/ip_ranges#id DataTfeIpRanges#id}. |
---
@@ -723,7 +723,7 @@ public string Id { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/ip_ranges#id DataTfeIpRanges#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/ip_ranges#id DataTfeIpRanges#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
diff --git a/docs/dataTfeIpRanges.go.md b/docs/dataTfeIpRanges.go.md
index da60aa47b..2b1ac55a1 100644
--- a/docs/dataTfeIpRanges.go.md
+++ b/docs/dataTfeIpRanges.go.md
@@ -4,7 +4,7 @@
### DataTfeIpRanges
-Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/ip_ranges tfe_ip_ranges}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/ip_ranges tfe_ip_ranges}.
#### Initializers
@@ -372,7 +372,7 @@ The construct id used in the generated config for the DataTfeIpRanges to import.
The id of the existing DataTfeIpRanges that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/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/hashicorp/tfe/0.61.0/docs/data-sources/ip_ranges#import import section} in the documentation of this resource for the id to use
---
@@ -641,7 +641,7 @@ import "github.com/cdktf/cdktf-provider-tfe-go/tfe/v11/datatfeipranges"
| 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/hashicorp/tfe/0.60.1/docs/data-sources/ip_ranges#id DataTfeIpRanges#id}. |
+| Id
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/ip_ranges#id DataTfeIpRanges#id}. |
---
@@ -723,7 +723,7 @@ Id *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/ip_ranges#id DataTfeIpRanges#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/ip_ranges#id DataTfeIpRanges#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
diff --git a/docs/dataTfeIpRanges.java.md b/docs/dataTfeIpRanges.java.md
index 6214f9fba..997310287 100644
--- a/docs/dataTfeIpRanges.java.md
+++ b/docs/dataTfeIpRanges.java.md
@@ -4,7 +4,7 @@
### DataTfeIpRanges
-Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/ip_ranges tfe_ip_ranges}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/ip_ranges tfe_ip_ranges}.
#### Initializers
@@ -38,7 +38,7 @@ DataTfeIpRanges.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/hashicorp/tfe/0.60.1/docs/data-sources/ip_ranges#id DataTfeIpRanges#id}. |
+| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/ip_ranges#id DataTfeIpRanges#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/hashicorp/tfe/0.60.1/docs/data-sources/ip_ranges#id DataTfeIpRanges#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/ip_ranges#id DataTfeIpRanges#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you 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 DataTfeIpRanges to import.
The id of the existing DataTfeIpRanges that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/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/hashicorp/tfe/0.61.0/docs/data-sources/ip_ranges#import import section} in the documentation of this resource for the id to use
---
@@ -712,7 +712,7 @@ DataTfeIpRangesConfig.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/hashicorp/tfe/0.60.1/docs/data-sources/ip_ranges#id DataTfeIpRanges#id}. |
+| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/ip_ranges#id DataTfeIpRanges#id}. |
---
@@ -794,7 +794,7 @@ public java.lang.String getId();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/ip_ranges#id DataTfeIpRanges#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/ip_ranges#id DataTfeIpRanges#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
diff --git a/docs/dataTfeIpRanges.python.md b/docs/dataTfeIpRanges.python.md
index 7812629d7..a5cad5bbf 100644
--- a/docs/dataTfeIpRanges.python.md
+++ b/docs/dataTfeIpRanges.python.md
@@ -4,7 +4,7 @@
### DataTfeIpRanges
-Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/ip_ranges tfe_ip_ranges}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/ip_ranges tfe_ip_ranges}.
#### Initializers
@@ -36,7 +36,7 @@ dataTfeIpRanges.DataTfeIpRanges(
| 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/hashicorp/tfe/0.60.1/docs/data-sources/ip_ranges#id DataTfeIpRanges#id}. |
+| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/ip_ranges#id DataTfeIpRanges#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/hashicorp/tfe/0.60.1/docs/data-sources/ip_ranges#id DataTfeIpRanges#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/ip_ranges#id DataTfeIpRanges#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you 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 DataTfeIpRanges to import.
The id of the existing DataTfeIpRanges that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/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/hashicorp/tfe/0.61.0/docs/data-sources/ip_ranges#import import section} in the documentation of this resource for the id to use
---
@@ -742,7 +742,7 @@ dataTfeIpRanges.DataTfeIpRangesConfig(
| 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/hashicorp/tfe/0.60.1/docs/data-sources/ip_ranges#id DataTfeIpRanges#id}. |
+| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/ip_ranges#id DataTfeIpRanges#id}. |
---
@@ -824,7 +824,7 @@ id: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/ip_ranges#id DataTfeIpRanges#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/ip_ranges#id DataTfeIpRanges#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
diff --git a/docs/dataTfeIpRanges.typescript.md b/docs/dataTfeIpRanges.typescript.md
index f65d472a8..d8abf4693 100644
--- a/docs/dataTfeIpRanges.typescript.md
+++ b/docs/dataTfeIpRanges.typescript.md
@@ -4,7 +4,7 @@
### DataTfeIpRanges
-Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/ip_ranges tfe_ip_ranges}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/ip_ranges tfe_ip_ranges}.
#### Initializers
@@ -372,7 +372,7 @@ The construct id used in the generated config for the DataTfeIpRanges to import.
The id of the existing DataTfeIpRanges that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/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/hashicorp/tfe/0.61.0/docs/data-sources/ip_ranges#import import section} in the documentation of this resource for the id to use
---
@@ -632,7 +632,7 @@ const dataTfeIpRangesConfig: dataTfeIpRanges.DataTfeIpRangesConfig = { ... }
| 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/hashicorp/tfe/0.60.1/docs/data-sources/ip_ranges#id DataTfeIpRanges#id}. |
+| id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/ip_ranges#id DataTfeIpRanges#id}. |
---
@@ -714,7 +714,7 @@ public readonly id: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/ip_ranges#id DataTfeIpRanges#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/ip_ranges#id DataTfeIpRanges#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
diff --git a/docs/dataTfeNoCodeModule.csharp.md b/docs/dataTfeNoCodeModule.csharp.md
index 44ad41204..5694f19f4 100644
--- a/docs/dataTfeNoCodeModule.csharp.md
+++ b/docs/dataTfeNoCodeModule.csharp.md
@@ -4,7 +4,7 @@
### DataTfeNoCodeModule
-Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/no_code_module tfe_no_code_module}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/no_code_module tfe_no_code_module}.
#### Initializers
@@ -365,7 +365,7 @@ The construct id used in the generated config for the DataTfeNoCodeModule to imp
The id of the existing DataTfeNoCodeModule that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/no_code_module#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/no_code_module#import import section} in the documentation of this resource for the id to use
---
@@ -729,7 +729,7 @@ public string Id { get; set; }
ID of the no-code module.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/no_code_module#id DataTfeNoCodeModule#id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/no_code_module#id DataTfeNoCodeModule#id}
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
diff --git a/docs/dataTfeNoCodeModule.go.md b/docs/dataTfeNoCodeModule.go.md
index 10f431a35..99b20c2c0 100644
--- a/docs/dataTfeNoCodeModule.go.md
+++ b/docs/dataTfeNoCodeModule.go.md
@@ -4,7 +4,7 @@
### DataTfeNoCodeModule
-Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/no_code_module tfe_no_code_module}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/no_code_module tfe_no_code_module}.
#### Initializers
@@ -365,7 +365,7 @@ The construct id used in the generated config for the DataTfeNoCodeModule to imp
The id of the existing DataTfeNoCodeModule that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/no_code_module#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/no_code_module#import import section} in the documentation of this resource for the id to use
---
@@ -729,7 +729,7 @@ Id *string
ID of the no-code module.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/no_code_module#id DataTfeNoCodeModule#id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/no_code_module#id DataTfeNoCodeModule#id}
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
diff --git a/docs/dataTfeNoCodeModule.java.md b/docs/dataTfeNoCodeModule.java.md
index 63954ecef..a6a462fd3 100644
--- a/docs/dataTfeNoCodeModule.java.md
+++ b/docs/dataTfeNoCodeModule.java.md
@@ -4,7 +4,7 @@
### DataTfeNoCodeModule
-Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/no_code_module tfe_no_code_module}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/no_code_module tfe_no_code_module}.
#### Initializers
@@ -108,7 +108,7 @@ Must be unique amongst siblings in the same scope
ID of the no-code module.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/no_code_module#id DataTfeNoCodeModule#id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/no_code_module#id DataTfeNoCodeModule#id}
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -434,7 +434,7 @@ The construct id used in the generated config for the DataTfeNoCodeModule to imp
The id of the existing DataTfeNoCodeModule that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/no_code_module#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/no_code_module#import import section} in the documentation of this resource for the id to use
---
@@ -802,7 +802,7 @@ public java.lang.String getId();
ID of the no-code module.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/no_code_module#id DataTfeNoCodeModule#id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/no_code_module#id DataTfeNoCodeModule#id}
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
diff --git a/docs/dataTfeNoCodeModule.python.md b/docs/dataTfeNoCodeModule.python.md
index ebcf24e9e..aeb4f0705 100644
--- a/docs/dataTfeNoCodeModule.python.md
+++ b/docs/dataTfeNoCodeModule.python.md
@@ -4,7 +4,7 @@
### DataTfeNoCodeModule
-Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/no_code_module tfe_no_code_module}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/no_code_module tfe_no_code_module}.
#### Initializers
@@ -106,7 +106,7 @@ Must be unique amongst siblings in the same scope
ID of the no-code module.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/no_code_module#id DataTfeNoCodeModule#id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/no_code_module#id DataTfeNoCodeModule#id}
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -468,7 +468,7 @@ The construct id used in the generated config for the DataTfeNoCodeModule to imp
The id of the existing DataTfeNoCodeModule that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/no_code_module#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/no_code_module#import import section} in the documentation of this resource for the id to use
---
@@ -832,7 +832,7 @@ id: str
ID of the no-code module.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/no_code_module#id DataTfeNoCodeModule#id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/no_code_module#id DataTfeNoCodeModule#id}
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
diff --git a/docs/dataTfeNoCodeModule.typescript.md b/docs/dataTfeNoCodeModule.typescript.md
index 2ca5851c1..3f032db01 100644
--- a/docs/dataTfeNoCodeModule.typescript.md
+++ b/docs/dataTfeNoCodeModule.typescript.md
@@ -4,7 +4,7 @@
### DataTfeNoCodeModule
-Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/no_code_module tfe_no_code_module}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/no_code_module tfe_no_code_module}.
#### Initializers
@@ -365,7 +365,7 @@ The construct id used in the generated config for the DataTfeNoCodeModule to imp
The id of the existing DataTfeNoCodeModule that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/no_code_module#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/no_code_module#import import section} in the documentation of this resource for the id to use
---
@@ -720,7 +720,7 @@ public readonly id: string;
ID of the no-code module.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/no_code_module#id DataTfeNoCodeModule#id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/no_code_module#id DataTfeNoCodeModule#id}
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
diff --git a/docs/dataTfeOauthClient.csharp.md b/docs/dataTfeOauthClient.csharp.md
index 979e2fc6f..f88448b85 100644
--- a/docs/dataTfeOauthClient.csharp.md
+++ b/docs/dataTfeOauthClient.csharp.md
@@ -4,7 +4,7 @@
### DataTfeOauthClient
-Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/oauth_client tfe_oauth_client}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/oauth_client tfe_oauth_client}.
#### Initializers
@@ -400,7 +400,7 @@ The construct id used in the generated config for the DataTfeOauthClient to impo
The id of the existing DataTfeOauthClient that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/oauth_client#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/oauth_client#import import section} in the documentation of this resource for the id to use
---
@@ -805,11 +805,11 @@ new DataTfeOauthClientConfig {
| 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/hashicorp/tfe/0.60.1/docs/data-sources/oauth_client#id DataTfeOauthClient#id}. |
-| Name
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/oauth_client#name DataTfeOauthClient#name}. |
-| OauthClientId
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/oauth_client#oauth_client_id DataTfeOauthClient#oauth_client_id}. |
-| Organization
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/oauth_client#organization DataTfeOauthClient#organization}. |
-| ServiceProvider
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/oauth_client#service_provider DataTfeOauthClient#service_provider}. |
+| Id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/oauth_client#id DataTfeOauthClient#id}. |
+| Name
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/oauth_client#name DataTfeOauthClient#name}. |
+| OauthClientId
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/oauth_client#oauth_client_id DataTfeOauthClient#oauth_client_id}. |
+| Organization
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/oauth_client#organization DataTfeOauthClient#organization}. |
+| ServiceProvider
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/oauth_client#service_provider DataTfeOauthClient#service_provider}. |
---
@@ -891,7 +891,7 @@ public string Id { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/oauth_client#id DataTfeOauthClient#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/oauth_client#id DataTfeOauthClient#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -906,7 +906,7 @@ public string Name { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/oauth_client#name DataTfeOauthClient#name}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/oauth_client#name DataTfeOauthClient#name}.
---
@@ -918,7 +918,7 @@ public string OauthClientId { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/oauth_client#oauth_client_id DataTfeOauthClient#oauth_client_id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/oauth_client#oauth_client_id DataTfeOauthClient#oauth_client_id}.
---
@@ -930,7 +930,7 @@ public string Organization { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/oauth_client#organization DataTfeOauthClient#organization}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/oauth_client#organization DataTfeOauthClient#organization}.
---
@@ -942,7 +942,7 @@ public string ServiceProvider { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/oauth_client#service_provider DataTfeOauthClient#service_provider}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/oauth_client#service_provider DataTfeOauthClient#service_provider}.
---
diff --git a/docs/dataTfeOauthClient.go.md b/docs/dataTfeOauthClient.go.md
index 0abb88b3c..ad77e45b2 100644
--- a/docs/dataTfeOauthClient.go.md
+++ b/docs/dataTfeOauthClient.go.md
@@ -4,7 +4,7 @@
### DataTfeOauthClient
-Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/oauth_client tfe_oauth_client}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/oauth_client tfe_oauth_client}.
#### Initializers
@@ -400,7 +400,7 @@ The construct id used in the generated config for the DataTfeOauthClient to impo
The id of the existing DataTfeOauthClient that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/oauth_client#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/oauth_client#import import section} in the documentation of this resource for the id to use
---
@@ -805,11 +805,11 @@ import "github.com/cdktf/cdktf-provider-tfe-go/tfe/v11/datatfeoauthclient"
| 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/hashicorp/tfe/0.60.1/docs/data-sources/oauth_client#id DataTfeOauthClient#id}. |
-| Name
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/oauth_client#name DataTfeOauthClient#name}. |
-| OauthClientId
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/oauth_client#oauth_client_id DataTfeOauthClient#oauth_client_id}. |
-| Organization
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/oauth_client#organization DataTfeOauthClient#organization}. |
-| ServiceProvider
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/oauth_client#service_provider DataTfeOauthClient#service_provider}. |
+| Id
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/oauth_client#id DataTfeOauthClient#id}. |
+| Name
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/oauth_client#name DataTfeOauthClient#name}. |
+| OauthClientId
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/oauth_client#oauth_client_id DataTfeOauthClient#oauth_client_id}. |
+| Organization
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/oauth_client#organization DataTfeOauthClient#organization}. |
+| ServiceProvider
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/oauth_client#service_provider DataTfeOauthClient#service_provider}. |
---
@@ -891,7 +891,7 @@ Id *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/oauth_client#id DataTfeOauthClient#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/oauth_client#id DataTfeOauthClient#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -906,7 +906,7 @@ Name *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/oauth_client#name DataTfeOauthClient#name}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/oauth_client#name DataTfeOauthClient#name}.
---
@@ -918,7 +918,7 @@ OauthClientId *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/oauth_client#oauth_client_id DataTfeOauthClient#oauth_client_id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/oauth_client#oauth_client_id DataTfeOauthClient#oauth_client_id}.
---
@@ -930,7 +930,7 @@ Organization *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/oauth_client#organization DataTfeOauthClient#organization}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/oauth_client#organization DataTfeOauthClient#organization}.
---
@@ -942,7 +942,7 @@ ServiceProvider *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/oauth_client#service_provider DataTfeOauthClient#service_provider}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/oauth_client#service_provider DataTfeOauthClient#service_provider}.
---
diff --git a/docs/dataTfeOauthClient.java.md b/docs/dataTfeOauthClient.java.md
index dd1b754f4..0368eba91 100644
--- a/docs/dataTfeOauthClient.java.md
+++ b/docs/dataTfeOauthClient.java.md
@@ -4,7 +4,7 @@
### DataTfeOauthClient
-Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/oauth_client tfe_oauth_client}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/oauth_client tfe_oauth_client}.
#### Initializers
@@ -42,11 +42,11 @@ DataTfeOauthClient.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/hashicorp/tfe/0.60.1/docs/data-sources/oauth_client#id DataTfeOauthClient#id}. |
-| name
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/oauth_client#name DataTfeOauthClient#name}. |
-| oauthClientId
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/oauth_client#oauth_client_id DataTfeOauthClient#oauth_client_id}. |
-| organization
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/oauth_client#organization DataTfeOauthClient#organization}. |
-| serviceProvider
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/oauth_client#service_provider DataTfeOauthClient#service_provider}. |
+| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/oauth_client#id DataTfeOauthClient#id}. |
+| name
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/oauth_client#name DataTfeOauthClient#name}. |
+| oauthClientId
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/oauth_client#oauth_client_id DataTfeOauthClient#oauth_client_id}. |
+| organization
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/oauth_client#organization DataTfeOauthClient#organization}. |
+| serviceProvider
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/oauth_client#service_provider DataTfeOauthClient#service_provider}. |
---
@@ -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/hashicorp/tfe/0.60.1/docs/data-sources/oauth_client#id DataTfeOauthClient#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/oauth_client#id DataTfeOauthClient#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you 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.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/oauth_client#name DataTfeOauthClient#name}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/oauth_client#name DataTfeOauthClient#name}.
---
@@ -133,7 +133,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/oauth_client#oauth_client_id DataTfeOauthClient#oauth_client_id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/oauth_client#oauth_client_id DataTfeOauthClient#oauth_client_id}.
---
@@ -141,7 +141,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/oauth_client#organization DataTfeOauthClient#organization}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/oauth_client#organization DataTfeOauthClient#organization}.
---
@@ -149,7 +149,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/oauth_client#service_provider DataTfeOauthClient#service_provider}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/oauth_client#service_provider DataTfeOauthClient#service_provider}.
---
@@ -507,7 +507,7 @@ The construct id used in the generated config for the DataTfeOauthClient to impo
The id of the existing DataTfeOauthClient that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/oauth_client#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/oauth_client#import import section} in the documentation of this resource for the id to use
---
@@ -916,11 +916,11 @@ DataTfeOauthClientConfig.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/hashicorp/tfe/0.60.1/docs/data-sources/oauth_client#id DataTfeOauthClient#id}. |
-| name
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/oauth_client#name DataTfeOauthClient#name}. |
-| oauthClientId
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/oauth_client#oauth_client_id DataTfeOauthClient#oauth_client_id}. |
-| organization
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/oauth_client#organization DataTfeOauthClient#organization}. |
-| serviceProvider
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/oauth_client#service_provider DataTfeOauthClient#service_provider}. |
+| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/oauth_client#id DataTfeOauthClient#id}. |
+| name
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/oauth_client#name DataTfeOauthClient#name}. |
+| oauthClientId
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/oauth_client#oauth_client_id DataTfeOauthClient#oauth_client_id}. |
+| organization
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/oauth_client#organization DataTfeOauthClient#organization}. |
+| serviceProvider
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/oauth_client#service_provider DataTfeOauthClient#service_provider}. |
---
@@ -1002,7 +1002,7 @@ public java.lang.String getId();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/oauth_client#id DataTfeOauthClient#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/oauth_client#id DataTfeOauthClient#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -1017,7 +1017,7 @@ public java.lang.String getName();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/oauth_client#name DataTfeOauthClient#name}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/oauth_client#name DataTfeOauthClient#name}.
---
@@ -1029,7 +1029,7 @@ public java.lang.String getOauthClientId();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/oauth_client#oauth_client_id DataTfeOauthClient#oauth_client_id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/oauth_client#oauth_client_id DataTfeOauthClient#oauth_client_id}.
---
@@ -1041,7 +1041,7 @@ public java.lang.String getOrganization();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/oauth_client#organization DataTfeOauthClient#organization}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/oauth_client#organization DataTfeOauthClient#organization}.
---
@@ -1053,7 +1053,7 @@ public java.lang.String getServiceProvider();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/oauth_client#service_provider DataTfeOauthClient#service_provider}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/oauth_client#service_provider DataTfeOauthClient#service_provider}.
---
diff --git a/docs/dataTfeOauthClient.python.md b/docs/dataTfeOauthClient.python.md
index a90dd89e8..5427bad22 100644
--- a/docs/dataTfeOauthClient.python.md
+++ b/docs/dataTfeOauthClient.python.md
@@ -4,7 +4,7 @@
### DataTfeOauthClient
-Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/oauth_client tfe_oauth_client}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/oauth_client tfe_oauth_client}.
#### Initializers
@@ -40,11 +40,11 @@ dataTfeOauthClient.DataTfeOauthClient(
| 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/hashicorp/tfe/0.60.1/docs/data-sources/oauth_client#id DataTfeOauthClient#id}. |
-| name
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/oauth_client#name DataTfeOauthClient#name}. |
-| oauth_client_id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/oauth_client#oauth_client_id DataTfeOauthClient#oauth_client_id}. |
-| organization
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/oauth_client#organization DataTfeOauthClient#organization}. |
-| service_provider
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/oauth_client#service_provider DataTfeOauthClient#service_provider}. |
+| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/oauth_client#id DataTfeOauthClient#id}. |
+| name
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/oauth_client#name DataTfeOauthClient#name}. |
+| oauth_client_id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/oauth_client#oauth_client_id DataTfeOauthClient#oauth_client_id}. |
+| organization
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/oauth_client#organization DataTfeOauthClient#organization}. |
+| service_provider
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/oauth_client#service_provider DataTfeOauthClient#service_provider}. |
---
@@ -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/hashicorp/tfe/0.60.1/docs/data-sources/oauth_client#id DataTfeOauthClient#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/oauth_client#id DataTfeOauthClient#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -123,7 +123,7 @@ If you experience problems setting this value it might not be settable. Please t
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/oauth_client#name DataTfeOauthClient#name}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/oauth_client#name DataTfeOauthClient#name}.
---
@@ -131,7 +131,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/oauth_client#oauth_client_id DataTfeOauthClient#oauth_client_id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/oauth_client#oauth_client_id DataTfeOauthClient#oauth_client_id}.
---
@@ -139,7 +139,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/oauth_client#organization DataTfeOauthClient#organization}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/oauth_client#organization DataTfeOauthClient#organization}.
---
@@ -147,7 +147,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/oauth_client#service_provider DataTfeOauthClient#service_provider}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/oauth_client#service_provider DataTfeOauthClient#service_provider}.
---
@@ -541,7 +541,7 @@ The construct id used in the generated config for the DataTfeOauthClient to impo
The id of the existing DataTfeOauthClient that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/oauth_client#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/oauth_client#import import section} in the documentation of this resource for the id to use
---
@@ -946,11 +946,11 @@ dataTfeOauthClient.DataTfeOauthClientConfig(
| 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/hashicorp/tfe/0.60.1/docs/data-sources/oauth_client#id DataTfeOauthClient#id}. |
-| name
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/oauth_client#name DataTfeOauthClient#name}. |
-| oauth_client_id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/oauth_client#oauth_client_id DataTfeOauthClient#oauth_client_id}. |
-| organization
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/oauth_client#organization DataTfeOauthClient#organization}. |
-| service_provider
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/oauth_client#service_provider DataTfeOauthClient#service_provider}. |
+| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/oauth_client#id DataTfeOauthClient#id}. |
+| name
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/oauth_client#name DataTfeOauthClient#name}. |
+| oauth_client_id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/oauth_client#oauth_client_id DataTfeOauthClient#oauth_client_id}. |
+| organization
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/oauth_client#organization DataTfeOauthClient#organization}. |
+| service_provider
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/oauth_client#service_provider DataTfeOauthClient#service_provider}. |
---
@@ -1032,7 +1032,7 @@ id: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/oauth_client#id DataTfeOauthClient#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/oauth_client#id DataTfeOauthClient#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you 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 @@ name: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/oauth_client#name DataTfeOauthClient#name}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/oauth_client#name DataTfeOauthClient#name}.
---
@@ -1059,7 +1059,7 @@ oauth_client_id: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/oauth_client#oauth_client_id DataTfeOauthClient#oauth_client_id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/oauth_client#oauth_client_id DataTfeOauthClient#oauth_client_id}.
---
@@ -1071,7 +1071,7 @@ organization: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/oauth_client#organization DataTfeOauthClient#organization}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/oauth_client#organization DataTfeOauthClient#organization}.
---
@@ -1083,7 +1083,7 @@ service_provider: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/oauth_client#service_provider DataTfeOauthClient#service_provider}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/oauth_client#service_provider DataTfeOauthClient#service_provider}.
---
diff --git a/docs/dataTfeOauthClient.typescript.md b/docs/dataTfeOauthClient.typescript.md
index d0ad9cd60..25a6523ab 100644
--- a/docs/dataTfeOauthClient.typescript.md
+++ b/docs/dataTfeOauthClient.typescript.md
@@ -4,7 +4,7 @@
### DataTfeOauthClient
-Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/oauth_client tfe_oauth_client}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/oauth_client tfe_oauth_client}.
#### Initializers
@@ -400,7 +400,7 @@ The construct id used in the generated config for the DataTfeOauthClient to impo
The id of the existing DataTfeOauthClient that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/oauth_client#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/oauth_client#import import section} in the documentation of this resource for the id to use
---
@@ -792,11 +792,11 @@ const dataTfeOauthClientConfig: dataTfeOauthClient.DataTfeOauthClientConfig = {
| 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/hashicorp/tfe/0.60.1/docs/data-sources/oauth_client#id DataTfeOauthClient#id}. |
-| name
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/oauth_client#name DataTfeOauthClient#name}. |
-| oauthClientId
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/oauth_client#oauth_client_id DataTfeOauthClient#oauth_client_id}. |
-| organization
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/oauth_client#organization DataTfeOauthClient#organization}. |
-| serviceProvider
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/oauth_client#service_provider DataTfeOauthClient#service_provider}. |
+| id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/oauth_client#id DataTfeOauthClient#id}. |
+| name
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/oauth_client#name DataTfeOauthClient#name}. |
+| oauthClientId
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/oauth_client#oauth_client_id DataTfeOauthClient#oauth_client_id}. |
+| organization
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/oauth_client#organization DataTfeOauthClient#organization}. |
+| serviceProvider
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/oauth_client#service_provider DataTfeOauthClient#service_provider}. |
---
@@ -878,7 +878,7 @@ public readonly id: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/oauth_client#id DataTfeOauthClient#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/oauth_client#id DataTfeOauthClient#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -893,7 +893,7 @@ public readonly name: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/oauth_client#name DataTfeOauthClient#name}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/oauth_client#name DataTfeOauthClient#name}.
---
@@ -905,7 +905,7 @@ public readonly oauthClientId: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/oauth_client#oauth_client_id DataTfeOauthClient#oauth_client_id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/oauth_client#oauth_client_id DataTfeOauthClient#oauth_client_id}.
---
@@ -917,7 +917,7 @@ public readonly organization: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/oauth_client#organization DataTfeOauthClient#organization}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/oauth_client#organization DataTfeOauthClient#organization}.
---
@@ -929,7 +929,7 @@ public readonly serviceProvider: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/oauth_client#service_provider DataTfeOauthClient#service_provider}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/oauth_client#service_provider DataTfeOauthClient#service_provider}.
---
diff --git a/docs/dataTfeOrganization.csharp.md b/docs/dataTfeOrganization.csharp.md
index b27ed3858..3c8cbb7a3 100644
--- a/docs/dataTfeOrganization.csharp.md
+++ b/docs/dataTfeOrganization.csharp.md
@@ -4,7 +4,7 @@
### DataTfeOrganization
-Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/organization tfe_organization}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/organization tfe_organization}.
#### Initializers
@@ -379,7 +379,7 @@ The construct id used in the generated config for the DataTfeOrganization to imp
The id of the existing DataTfeOrganization that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/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/hashicorp/tfe/0.61.0/docs/data-sources/organization#import import section} in the documentation of this resource for the id to use
---
@@ -748,8 +748,8 @@ new DataTfeOrganizationConfig {
| 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/hashicorp/tfe/0.60.1/docs/data-sources/organization#id DataTfeOrganization#id}. |
-| Name
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/organization#name DataTfeOrganization#name}. |
+| Id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/organization#id DataTfeOrganization#id}. |
+| Name
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/organization#name DataTfeOrganization#name}. |
---
@@ -831,7 +831,7 @@ public string Id { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/organization#id DataTfeOrganization#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/organization#id DataTfeOrganization#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -846,7 +846,7 @@ public string Name { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/organization#name DataTfeOrganization#name}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/organization#name DataTfeOrganization#name}.
---
diff --git a/docs/dataTfeOrganization.go.md b/docs/dataTfeOrganization.go.md
index a7c9b7b4f..ae8028686 100644
--- a/docs/dataTfeOrganization.go.md
+++ b/docs/dataTfeOrganization.go.md
@@ -4,7 +4,7 @@
### DataTfeOrganization
-Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/organization tfe_organization}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/organization tfe_organization}.
#### Initializers
@@ -379,7 +379,7 @@ The construct id used in the generated config for the DataTfeOrganization to imp
The id of the existing DataTfeOrganization that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/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/hashicorp/tfe/0.61.0/docs/data-sources/organization#import import section} in the documentation of this resource for the id to use
---
@@ -748,8 +748,8 @@ import "github.com/cdktf/cdktf-provider-tfe-go/tfe/v11/datatfeorganization"
| 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/hashicorp/tfe/0.60.1/docs/data-sources/organization#id DataTfeOrganization#id}. |
-| Name
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/organization#name DataTfeOrganization#name}. |
+| Id
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/organization#id DataTfeOrganization#id}. |
+| Name
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/organization#name DataTfeOrganization#name}. |
---
@@ -831,7 +831,7 @@ Id *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/organization#id DataTfeOrganization#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/organization#id DataTfeOrganization#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -846,7 +846,7 @@ Name *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/organization#name DataTfeOrganization#name}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/organization#name DataTfeOrganization#name}.
---
diff --git a/docs/dataTfeOrganization.java.md b/docs/dataTfeOrganization.java.md
index 3fec7f5bc..c1b451cf9 100644
--- a/docs/dataTfeOrganization.java.md
+++ b/docs/dataTfeOrganization.java.md
@@ -4,7 +4,7 @@
### DataTfeOrganization
-Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/organization tfe_organization}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/organization tfe_organization}.
#### Initializers
@@ -39,8 +39,8 @@ DataTfeOrganization.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/hashicorp/tfe/0.60.1/docs/data-sources/organization#id DataTfeOrganization#id}. |
-| name
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/organization#name DataTfeOrganization#name}. |
+| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/organization#id DataTfeOrganization#id}. |
+| name
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/organization#name DataTfeOrganization#name}. |
---
@@ -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/hashicorp/tfe/0.60.1/docs/data-sources/organization#id DataTfeOrganization#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/organization#id DataTfeOrganization#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -119,7 +119,7 @@ If you experience problems setting this value it might not be settable. Please t
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/organization#name DataTfeOrganization#name}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/organization#name DataTfeOrganization#name}.
---
@@ -456,7 +456,7 @@ The construct id used in the generated config for the DataTfeOrganization to imp
The id of the existing DataTfeOrganization that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/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/hashicorp/tfe/0.61.0/docs/data-sources/organization#import import section} in the documentation of this resource for the id to use
---
@@ -829,8 +829,8 @@ DataTfeOrganizationConfig.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/hashicorp/tfe/0.60.1/docs/data-sources/organization#id DataTfeOrganization#id}. |
-| name
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/organization#name DataTfeOrganization#name}. |
+| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/organization#id DataTfeOrganization#id}. |
+| name
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/organization#name DataTfeOrganization#name}. |
---
@@ -912,7 +912,7 @@ public java.lang.String getId();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/organization#id DataTfeOrganization#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/organization#id DataTfeOrganization#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you 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 java.lang.String getName();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/organization#name DataTfeOrganization#name}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/organization#name DataTfeOrganization#name}.
---
diff --git a/docs/dataTfeOrganization.python.md b/docs/dataTfeOrganization.python.md
index 47a61828b..948503882 100644
--- a/docs/dataTfeOrganization.python.md
+++ b/docs/dataTfeOrganization.python.md
@@ -4,7 +4,7 @@
### DataTfeOrganization
-Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/organization tfe_organization}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/organization tfe_organization}.
#### Initializers
@@ -37,8 +37,8 @@ dataTfeOrganization.DataTfeOrganization(
| 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/hashicorp/tfe/0.60.1/docs/data-sources/organization#id DataTfeOrganization#id}. |
-| name
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/organization#name DataTfeOrganization#name}. |
+| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/organization#id DataTfeOrganization#id}. |
+| name
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/organization#name DataTfeOrganization#name}. |
---
@@ -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/hashicorp/tfe/0.60.1/docs/data-sources/organization#id DataTfeOrganization#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/organization#id DataTfeOrganization#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you 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 @@ 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/hashicorp/tfe/0.60.1/docs/data-sources/organization#name DataTfeOrganization#name}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/organization#name DataTfeOrganization#name}.
---
@@ -490,7 +490,7 @@ The construct id used in the generated config for the DataTfeOrganization to imp
The id of the existing DataTfeOrganization that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/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/hashicorp/tfe/0.61.0/docs/data-sources/organization#import import section} in the documentation of this resource for the id to use
---
@@ -859,8 +859,8 @@ dataTfeOrganization.DataTfeOrganizationConfig(
| 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/hashicorp/tfe/0.60.1/docs/data-sources/organization#id DataTfeOrganization#id}. |
-| name
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/organization#name DataTfeOrganization#name}. |
+| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/organization#id DataTfeOrganization#id}. |
+| name
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/organization#name DataTfeOrganization#name}. |
---
@@ -942,7 +942,7 @@ id: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/organization#id DataTfeOrganization#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/organization#id DataTfeOrganization#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -957,7 +957,7 @@ name: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/organization#name DataTfeOrganization#name}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/organization#name DataTfeOrganization#name}.
---
diff --git a/docs/dataTfeOrganization.typescript.md b/docs/dataTfeOrganization.typescript.md
index 2dbc0343f..312da03ed 100644
--- a/docs/dataTfeOrganization.typescript.md
+++ b/docs/dataTfeOrganization.typescript.md
@@ -4,7 +4,7 @@
### DataTfeOrganization
-Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/organization tfe_organization}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/organization tfe_organization}.
#### Initializers
@@ -379,7 +379,7 @@ The construct id used in the generated config for the DataTfeOrganization to imp
The id of the existing DataTfeOrganization that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/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/hashicorp/tfe/0.61.0/docs/data-sources/organization#import import section} in the documentation of this resource for the id to use
---
@@ -738,8 +738,8 @@ const dataTfeOrganizationConfig: dataTfeOrganization.DataTfeOrganizationConfig =
| 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/hashicorp/tfe/0.60.1/docs/data-sources/organization#id DataTfeOrganization#id}. |
-| name
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/organization#name DataTfeOrganization#name}. |
+| id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/organization#id DataTfeOrganization#id}. |
+| name
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/organization#name DataTfeOrganization#name}. |
---
@@ -821,7 +821,7 @@ public readonly id: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/organization#id DataTfeOrganization#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/organization#id DataTfeOrganization#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -836,7 +836,7 @@ public readonly name: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/organization#name DataTfeOrganization#name}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/organization#name DataTfeOrganization#name}.
---
diff --git a/docs/dataTfeOrganizationMembers.csharp.md b/docs/dataTfeOrganizationMembers.csharp.md
index 3234b06f6..cfce09dfd 100644
--- a/docs/dataTfeOrganizationMembers.csharp.md
+++ b/docs/dataTfeOrganizationMembers.csharp.md
@@ -4,7 +4,7 @@
### DataTfeOrganizationMembers
-Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/organization_members tfe_organization_members}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/organization_members tfe_organization_members}.
#### Initializers
@@ -379,7 +379,7 @@ The construct id used in the generated config for the DataTfeOrganizationMembers
The id of the existing DataTfeOrganizationMembers that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/organization_members#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/organization_members#import import section} in the documentation of this resource for the id to use
---
@@ -649,8 +649,8 @@ new DataTfeOrganizationMembersConfig {
| 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/hashicorp/tfe/0.60.1/docs/data-sources/organization_members#id DataTfeOrganizationMembers#id}. |
-| Organization
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/organization_members#organization DataTfeOrganizationMembers#organization}. |
+| Id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/organization_members#id DataTfeOrganizationMembers#id}. |
+| Organization
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/organization_members#organization DataTfeOrganizationMembers#organization}. |
---
@@ -732,7 +732,7 @@ public string Id { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/organization_members#id DataTfeOrganizationMembers#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/organization_members#id DataTfeOrganizationMembers#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -747,7 +747,7 @@ public string Organization { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/organization_members#organization DataTfeOrganizationMembers#organization}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/organization_members#organization DataTfeOrganizationMembers#organization}.
---
diff --git a/docs/dataTfeOrganizationMembers.go.md b/docs/dataTfeOrganizationMembers.go.md
index f65acacb1..a19f7e3d9 100644
--- a/docs/dataTfeOrganizationMembers.go.md
+++ b/docs/dataTfeOrganizationMembers.go.md
@@ -4,7 +4,7 @@
### DataTfeOrganizationMembers
-Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/organization_members tfe_organization_members}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/organization_members tfe_organization_members}.
#### Initializers
@@ -379,7 +379,7 @@ The construct id used in the generated config for the DataTfeOrganizationMembers
The id of the existing DataTfeOrganizationMembers that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/organization_members#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/organization_members#import import section} in the documentation of this resource for the id to use
---
@@ -649,8 +649,8 @@ import "github.com/cdktf/cdktf-provider-tfe-go/tfe/v11/datatfeorganizationmember
| 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/hashicorp/tfe/0.60.1/docs/data-sources/organization_members#id DataTfeOrganizationMembers#id}. |
-| Organization
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/organization_members#organization DataTfeOrganizationMembers#organization}. |
+| Id
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/organization_members#id DataTfeOrganizationMembers#id}. |
+| Organization
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/organization_members#organization DataTfeOrganizationMembers#organization}. |
---
@@ -732,7 +732,7 @@ Id *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/organization_members#id DataTfeOrganizationMembers#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/organization_members#id DataTfeOrganizationMembers#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -747,7 +747,7 @@ Organization *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/organization_members#organization DataTfeOrganizationMembers#organization}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/organization_members#organization DataTfeOrganizationMembers#organization}.
---
diff --git a/docs/dataTfeOrganizationMembers.java.md b/docs/dataTfeOrganizationMembers.java.md
index 9d6ff2b57..932b6482b 100644
--- a/docs/dataTfeOrganizationMembers.java.md
+++ b/docs/dataTfeOrganizationMembers.java.md
@@ -4,7 +4,7 @@
### DataTfeOrganizationMembers
-Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/organization_members tfe_organization_members}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/organization_members tfe_organization_members}.
#### Initializers
@@ -39,8 +39,8 @@ DataTfeOrganizationMembers.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/hashicorp/tfe/0.60.1/docs/data-sources/organization_members#id DataTfeOrganizationMembers#id}. |
-| organization
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/organization_members#organization DataTfeOrganizationMembers#organization}. |
+| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/organization_members#id DataTfeOrganizationMembers#id}. |
+| organization
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/organization_members#organization DataTfeOrganizationMembers#organization}. |
---
@@ -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/hashicorp/tfe/0.60.1/docs/data-sources/organization_members#id DataTfeOrganizationMembers#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/organization_members#id DataTfeOrganizationMembers#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -119,7 +119,7 @@ If you experience problems setting this value it might not be settable. Please t
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/organization_members#organization DataTfeOrganizationMembers#organization}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/organization_members#organization DataTfeOrganizationMembers#organization}.
---
@@ -456,7 +456,7 @@ The construct id used in the generated config for the DataTfeOrganizationMembers
The id of the existing DataTfeOrganizationMembers that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/organization_members#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/organization_members#import import section} in the documentation of this resource for the id to use
---
@@ -730,8 +730,8 @@ DataTfeOrganizationMembersConfig.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/hashicorp/tfe/0.60.1/docs/data-sources/organization_members#id DataTfeOrganizationMembers#id}. |
-| organization
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/organization_members#organization DataTfeOrganizationMembers#organization}. |
+| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/organization_members#id DataTfeOrganizationMembers#id}. |
+| organization
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/organization_members#organization DataTfeOrganizationMembers#organization}. |
---
@@ -813,7 +813,7 @@ public java.lang.String getId();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/organization_members#id DataTfeOrganizationMembers#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/organization_members#id DataTfeOrganizationMembers#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -828,7 +828,7 @@ public java.lang.String getOrganization();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/organization_members#organization DataTfeOrganizationMembers#organization}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/organization_members#organization DataTfeOrganizationMembers#organization}.
---
diff --git a/docs/dataTfeOrganizationMembers.python.md b/docs/dataTfeOrganizationMembers.python.md
index 84b8a3785..6dc8cdb72 100644
--- a/docs/dataTfeOrganizationMembers.python.md
+++ b/docs/dataTfeOrganizationMembers.python.md
@@ -4,7 +4,7 @@
### DataTfeOrganizationMembers
-Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/organization_members tfe_organization_members}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/organization_members tfe_organization_members}.
#### Initializers
@@ -37,8 +37,8 @@ dataTfeOrganizationMembers.DataTfeOrganizationMembers(
| 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/hashicorp/tfe/0.60.1/docs/data-sources/organization_members#id DataTfeOrganizationMembers#id}. |
-| organization
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/organization_members#organization DataTfeOrganizationMembers#organization}. |
+| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/organization_members#id DataTfeOrganizationMembers#id}. |
+| organization
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/organization_members#organization DataTfeOrganizationMembers#organization}. |
---
@@ -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/hashicorp/tfe/0.60.1/docs/data-sources/organization_members#id DataTfeOrganizationMembers#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/organization_members#id DataTfeOrganizationMembers#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you 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 @@ 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/hashicorp/tfe/0.60.1/docs/data-sources/organization_members#organization DataTfeOrganizationMembers#organization}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/organization_members#organization DataTfeOrganizationMembers#organization}.
---
@@ -490,7 +490,7 @@ The construct id used in the generated config for the DataTfeOrganizationMembers
The id of the existing DataTfeOrganizationMembers that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/organization_members#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/organization_members#import import section} in the documentation of this resource for the id to use
---
@@ -760,8 +760,8 @@ dataTfeOrganizationMembers.DataTfeOrganizationMembersConfig(
| 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/hashicorp/tfe/0.60.1/docs/data-sources/organization_members#id DataTfeOrganizationMembers#id}. |
-| organization
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/organization_members#organization DataTfeOrganizationMembers#organization}. |
+| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/organization_members#id DataTfeOrganizationMembers#id}. |
+| organization
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/organization_members#organization DataTfeOrganizationMembers#organization}. |
---
@@ -843,7 +843,7 @@ id: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/organization_members#id DataTfeOrganizationMembers#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/organization_members#id DataTfeOrganizationMembers#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -858,7 +858,7 @@ organization: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/organization_members#organization DataTfeOrganizationMembers#organization}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/organization_members#organization DataTfeOrganizationMembers#organization}.
---
diff --git a/docs/dataTfeOrganizationMembers.typescript.md b/docs/dataTfeOrganizationMembers.typescript.md
index ae064d951..f02188e88 100644
--- a/docs/dataTfeOrganizationMembers.typescript.md
+++ b/docs/dataTfeOrganizationMembers.typescript.md
@@ -4,7 +4,7 @@
### DataTfeOrganizationMembers
-Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/organization_members tfe_organization_members}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/organization_members tfe_organization_members}.
#### Initializers
@@ -379,7 +379,7 @@ The construct id used in the generated config for the DataTfeOrganizationMembers
The id of the existing DataTfeOrganizationMembers that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/organization_members#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/organization_members#import import section} in the documentation of this resource for the id to use
---
@@ -639,8 +639,8 @@ const dataTfeOrganizationMembersConfig: dataTfeOrganizationMembers.DataTfeOrgani
| 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/hashicorp/tfe/0.60.1/docs/data-sources/organization_members#id DataTfeOrganizationMembers#id}. |
-| organization
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/organization_members#organization DataTfeOrganizationMembers#organization}. |
+| id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/organization_members#id DataTfeOrganizationMembers#id}. |
+| organization
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/organization_members#organization DataTfeOrganizationMembers#organization}. |
---
@@ -722,7 +722,7 @@ public readonly id: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/organization_members#id DataTfeOrganizationMembers#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/organization_members#id DataTfeOrganizationMembers#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -737,7 +737,7 @@ public readonly organization: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/organization_members#organization DataTfeOrganizationMembers#organization}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/organization_members#organization DataTfeOrganizationMembers#organization}.
---
diff --git a/docs/dataTfeOrganizationMembership.csharp.md b/docs/dataTfeOrganizationMembership.csharp.md
index efd1eed1c..ce10ad0fa 100644
--- a/docs/dataTfeOrganizationMembership.csharp.md
+++ b/docs/dataTfeOrganizationMembership.csharp.md
@@ -4,7 +4,7 @@
### DataTfeOrganizationMembership
-Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/organization_membership tfe_organization_membership}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/organization_membership tfe_organization_membership}.
#### Initializers
@@ -400,7 +400,7 @@ The construct id used in the generated config for the DataTfeOrganizationMembers
The id of the existing DataTfeOrganizationMembership that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/organization_membership#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/organization_membership#import import section} in the documentation of this resource for the id to use
---
@@ -728,11 +728,11 @@ new DataTfeOrganizationMembershipConfig {
| Lifecycle
| HashiCorp.Cdktf.TerraformResourceLifecycle
| *No description.* |
| Provider
| HashiCorp.Cdktf.TerraformProvider
| *No description.* |
| Provisioners
| object[]
| *No description.* |
-| Email
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/organization_membership#email DataTfeOrganizationMembership#email}. |
-| Id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/organization_membership#id DataTfeOrganizationMembership#id}. |
-| Organization
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/organization_membership#organization DataTfeOrganizationMembership#organization}. |
-| OrganizationMembershipId
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/organization_membership#organization_membership_id DataTfeOrganizationMembership#organization_membership_id}. |
-| Username
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/organization_membership#username DataTfeOrganizationMembership#username}. |
+| Email
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/organization_membership#email DataTfeOrganizationMembership#email}. |
+| Id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/organization_membership#id DataTfeOrganizationMembership#id}. |
+| Organization
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/organization_membership#organization DataTfeOrganizationMembership#organization}. |
+| OrganizationMembershipId
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/organization_membership#organization_membership_id DataTfeOrganizationMembership#organization_membership_id}. |
+| Username
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/organization_membership#username DataTfeOrganizationMembership#username}. |
---
@@ -814,7 +814,7 @@ public string Email { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/organization_membership#email DataTfeOrganizationMembership#email}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/organization_membership#email DataTfeOrganizationMembership#email}.
---
@@ -826,7 +826,7 @@ public string Id { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/organization_membership#id DataTfeOrganizationMembership#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/organization_membership#id DataTfeOrganizationMembership#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -841,7 +841,7 @@ public string Organization { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/organization_membership#organization DataTfeOrganizationMembership#organization}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/organization_membership#organization DataTfeOrganizationMembership#organization}.
---
@@ -853,7 +853,7 @@ public string OrganizationMembershipId { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/organization_membership#organization_membership_id DataTfeOrganizationMembership#organization_membership_id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/organization_membership#organization_membership_id DataTfeOrganizationMembership#organization_membership_id}.
---
@@ -865,7 +865,7 @@ public string Username { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/organization_membership#username DataTfeOrganizationMembership#username}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/organization_membership#username DataTfeOrganizationMembership#username}.
---
diff --git a/docs/dataTfeOrganizationMembership.go.md b/docs/dataTfeOrganizationMembership.go.md
index 3153fc33a..70683a354 100644
--- a/docs/dataTfeOrganizationMembership.go.md
+++ b/docs/dataTfeOrganizationMembership.go.md
@@ -4,7 +4,7 @@
### DataTfeOrganizationMembership
-Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/organization_membership tfe_organization_membership}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/organization_membership tfe_organization_membership}.
#### Initializers
@@ -400,7 +400,7 @@ The construct id used in the generated config for the DataTfeOrganizationMembers
The id of the existing DataTfeOrganizationMembership that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/organization_membership#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/organization_membership#import import section} in the documentation of this resource for the id to use
---
@@ -728,11 +728,11 @@ import "github.com/cdktf/cdktf-provider-tfe-go/tfe/v11/datatfeorganizationmember
| 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.* |
-| Email
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/organization_membership#email DataTfeOrganizationMembership#email}. |
-| Id
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/organization_membership#id DataTfeOrganizationMembership#id}. |
-| Organization
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/organization_membership#organization DataTfeOrganizationMembership#organization}. |
-| OrganizationMembershipId
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/organization_membership#organization_membership_id DataTfeOrganizationMembership#organization_membership_id}. |
-| Username
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/organization_membership#username DataTfeOrganizationMembership#username}. |
+| Email
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/organization_membership#email DataTfeOrganizationMembership#email}. |
+| Id
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/organization_membership#id DataTfeOrganizationMembership#id}. |
+| Organization
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/organization_membership#organization DataTfeOrganizationMembership#organization}. |
+| OrganizationMembershipId
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/organization_membership#organization_membership_id DataTfeOrganizationMembership#organization_membership_id}. |
+| Username
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/organization_membership#username DataTfeOrganizationMembership#username}. |
---
@@ -814,7 +814,7 @@ Email *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/organization_membership#email DataTfeOrganizationMembership#email}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/organization_membership#email DataTfeOrganizationMembership#email}.
---
@@ -826,7 +826,7 @@ Id *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/organization_membership#id DataTfeOrganizationMembership#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/organization_membership#id DataTfeOrganizationMembership#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -841,7 +841,7 @@ Organization *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/organization_membership#organization DataTfeOrganizationMembership#organization}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/organization_membership#organization DataTfeOrganizationMembership#organization}.
---
@@ -853,7 +853,7 @@ OrganizationMembershipId *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/organization_membership#organization_membership_id DataTfeOrganizationMembership#organization_membership_id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/organization_membership#organization_membership_id DataTfeOrganizationMembership#organization_membership_id}.
---
@@ -865,7 +865,7 @@ Username *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/organization_membership#username DataTfeOrganizationMembership#username}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/organization_membership#username DataTfeOrganizationMembership#username}.
---
diff --git a/docs/dataTfeOrganizationMembership.java.md b/docs/dataTfeOrganizationMembership.java.md
index c7d841540..f8e0e5254 100644
--- a/docs/dataTfeOrganizationMembership.java.md
+++ b/docs/dataTfeOrganizationMembership.java.md
@@ -4,7 +4,7 @@
### DataTfeOrganizationMembership
-Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/organization_membership tfe_organization_membership}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/organization_membership tfe_organization_membership}.
#### Initializers
@@ -42,11 +42,11 @@ DataTfeOrganizationMembership.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.* |
-| email
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/organization_membership#email DataTfeOrganizationMembership#email}. |
-| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/organization_membership#id DataTfeOrganizationMembership#id}. |
-| organization
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/organization_membership#organization DataTfeOrganizationMembership#organization}. |
-| organizationMembershipId
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/organization_membership#organization_membership_id DataTfeOrganizationMembership#organization_membership_id}. |
-| username
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/organization_membership#username DataTfeOrganizationMembership#username}. |
+| email
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/organization_membership#email DataTfeOrganizationMembership#email}. |
+| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/organization_membership#id DataTfeOrganizationMembership#id}. |
+| organization
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/organization_membership#organization DataTfeOrganizationMembership#organization}. |
+| organizationMembershipId
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/organization_membership#organization_membership_id DataTfeOrganizationMembership#organization_membership_id}. |
+| username
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/organization_membership#username DataTfeOrganizationMembership#username}. |
---
@@ -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/hashicorp/tfe/0.60.1/docs/data-sources/organization_membership#email DataTfeOrganizationMembership#email}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/organization_membership#email DataTfeOrganizationMembership#email}.
---
@@ -122,7 +122,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/organization_membership#id DataTfeOrganizationMembership#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/organization_membership#id DataTfeOrganizationMembership#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you 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.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/organization_membership#organization DataTfeOrganizationMembership#organization}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/organization_membership#organization DataTfeOrganizationMembership#organization}.
---
@@ -141,7 +141,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/organization_membership#organization_membership_id DataTfeOrganizationMembership#organization_membership_id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/organization_membership#organization_membership_id DataTfeOrganizationMembership#organization_membership_id}.
---
@@ -149,7 +149,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/organization_membership#username DataTfeOrganizationMembership#username}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/organization_membership#username DataTfeOrganizationMembership#username}.
---
@@ -507,7 +507,7 @@ The construct id used in the generated config for the DataTfeOrganizationMembers
The id of the existing DataTfeOrganizationMembership that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/organization_membership#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/organization_membership#import import section} in the documentation of this resource for the id to use
---
@@ -839,11 +839,11 @@ DataTfeOrganizationMembershipConfig.builder()
| lifecycle
| com.hashicorp.cdktf.TerraformResourceLifecycle
| *No description.* |
| provider
| com.hashicorp.cdktf.TerraformProvider
| *No description.* |
| provisioners
| java.util.List
| *No description.* |
-| email
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/organization_membership#email DataTfeOrganizationMembership#email}. |
-| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/organization_membership#id DataTfeOrganizationMembership#id}. |
-| organization
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/organization_membership#organization DataTfeOrganizationMembership#organization}. |
-| organizationMembershipId
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/organization_membership#organization_membership_id DataTfeOrganizationMembership#organization_membership_id}. |
-| username
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/organization_membership#username DataTfeOrganizationMembership#username}. |
+| email
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/organization_membership#email DataTfeOrganizationMembership#email}. |
+| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/organization_membership#id DataTfeOrganizationMembership#id}. |
+| organization
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/organization_membership#organization DataTfeOrganizationMembership#organization}. |
+| organizationMembershipId
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/organization_membership#organization_membership_id DataTfeOrganizationMembership#organization_membership_id}. |
+| username
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/organization_membership#username DataTfeOrganizationMembership#username}. |
---
@@ -925,7 +925,7 @@ public java.lang.String getEmail();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/organization_membership#email DataTfeOrganizationMembership#email}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/organization_membership#email DataTfeOrganizationMembership#email}.
---
@@ -937,7 +937,7 @@ public java.lang.String getId();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/organization_membership#id DataTfeOrganizationMembership#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/organization_membership#id DataTfeOrganizationMembership#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -952,7 +952,7 @@ public java.lang.String getOrganization();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/organization_membership#organization DataTfeOrganizationMembership#organization}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/organization_membership#organization DataTfeOrganizationMembership#organization}.
---
@@ -964,7 +964,7 @@ public java.lang.String getOrganizationMembershipId();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/organization_membership#organization_membership_id DataTfeOrganizationMembership#organization_membership_id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/organization_membership#organization_membership_id DataTfeOrganizationMembership#organization_membership_id}.
---
@@ -976,7 +976,7 @@ public java.lang.String getUsername();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/organization_membership#username DataTfeOrganizationMembership#username}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/organization_membership#username DataTfeOrganizationMembership#username}.
---
diff --git a/docs/dataTfeOrganizationMembership.python.md b/docs/dataTfeOrganizationMembership.python.md
index a7914d272..1ee2804d4 100644
--- a/docs/dataTfeOrganizationMembership.python.md
+++ b/docs/dataTfeOrganizationMembership.python.md
@@ -4,7 +4,7 @@
### DataTfeOrganizationMembership
-Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/organization_membership tfe_organization_membership}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/organization_membership tfe_organization_membership}.
#### Initializers
@@ -40,11 +40,11 @@ dataTfeOrganizationMembership.DataTfeOrganizationMembership(
| lifecycle
| cdktf.TerraformResourceLifecycle
| *No description.* |
| provider
| cdktf.TerraformProvider
| *No description.* |
| provisioners
| typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]]
| *No description.* |
-| email
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/organization_membership#email DataTfeOrganizationMembership#email}. |
-| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/organization_membership#id DataTfeOrganizationMembership#id}. |
-| organization
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/organization_membership#organization DataTfeOrganizationMembership#organization}. |
-| organization_membership_id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/organization_membership#organization_membership_id DataTfeOrganizationMembership#organization_membership_id}. |
-| username
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/organization_membership#username DataTfeOrganizationMembership#username}. |
+| email
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/organization_membership#email DataTfeOrganizationMembership#email}. |
+| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/organization_membership#id DataTfeOrganizationMembership#id}. |
+| organization
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/organization_membership#organization DataTfeOrganizationMembership#organization}. |
+| organization_membership_id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/organization_membership#organization_membership_id DataTfeOrganizationMembership#organization_membership_id}. |
+| username
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/organization_membership#username DataTfeOrganizationMembership#username}. |
---
@@ -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/hashicorp/tfe/0.60.1/docs/data-sources/organization_membership#email DataTfeOrganizationMembership#email}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/organization_membership#email DataTfeOrganizationMembership#email}.
---
@@ -120,7 +120,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/organization_membership#id DataTfeOrganizationMembership#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/organization_membership#id DataTfeOrganizationMembership#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you 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/hashicorp/tfe/0.60.1/docs/data-sources/organization_membership#organization DataTfeOrganizationMembership#organization}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/organization_membership#organization DataTfeOrganizationMembership#organization}.
---
@@ -139,7 +139,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/organization_membership#organization_membership_id DataTfeOrganizationMembership#organization_membership_id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/organization_membership#organization_membership_id DataTfeOrganizationMembership#organization_membership_id}.
---
@@ -147,7 +147,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/organization_membership#username DataTfeOrganizationMembership#username}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/organization_membership#username DataTfeOrganizationMembership#username}.
---
@@ -541,7 +541,7 @@ The construct id used in the generated config for the DataTfeOrganizationMembers
The id of the existing DataTfeOrganizationMembership that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/organization_membership#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/organization_membership#import import section} in the documentation of this resource for the id to use
---
@@ -869,11 +869,11 @@ dataTfeOrganizationMembership.DataTfeOrganizationMembershipConfig(
| lifecycle
| cdktf.TerraformResourceLifecycle
| *No description.* |
| provider
| cdktf.TerraformProvider
| *No description.* |
| provisioners
| typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]]
| *No description.* |
-| email
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/organization_membership#email DataTfeOrganizationMembership#email}. |
-| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/organization_membership#id DataTfeOrganizationMembership#id}. |
-| organization
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/organization_membership#organization DataTfeOrganizationMembership#organization}. |
-| organization_membership_id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/organization_membership#organization_membership_id DataTfeOrganizationMembership#organization_membership_id}. |
-| username
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/organization_membership#username DataTfeOrganizationMembership#username}. |
+| email
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/organization_membership#email DataTfeOrganizationMembership#email}. |
+| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/organization_membership#id DataTfeOrganizationMembership#id}. |
+| organization
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/organization_membership#organization DataTfeOrganizationMembership#organization}. |
+| organization_membership_id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/organization_membership#organization_membership_id DataTfeOrganizationMembership#organization_membership_id}. |
+| username
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/organization_membership#username DataTfeOrganizationMembership#username}. |
---
@@ -955,7 +955,7 @@ email: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/organization_membership#email DataTfeOrganizationMembership#email}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/organization_membership#email DataTfeOrganizationMembership#email}.
---
@@ -967,7 +967,7 @@ id: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/organization_membership#id DataTfeOrganizationMembership#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/organization_membership#id DataTfeOrganizationMembership#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -982,7 +982,7 @@ organization: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/organization_membership#organization DataTfeOrganizationMembership#organization}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/organization_membership#organization DataTfeOrganizationMembership#organization}.
---
@@ -994,7 +994,7 @@ organization_membership_id: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/organization_membership#organization_membership_id DataTfeOrganizationMembership#organization_membership_id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/organization_membership#organization_membership_id DataTfeOrganizationMembership#organization_membership_id}.
---
@@ -1006,7 +1006,7 @@ username: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/organization_membership#username DataTfeOrganizationMembership#username}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/organization_membership#username DataTfeOrganizationMembership#username}.
---
diff --git a/docs/dataTfeOrganizationMembership.typescript.md b/docs/dataTfeOrganizationMembership.typescript.md
index 2b5ec4236..92cf387de 100644
--- a/docs/dataTfeOrganizationMembership.typescript.md
+++ b/docs/dataTfeOrganizationMembership.typescript.md
@@ -4,7 +4,7 @@
### DataTfeOrganizationMembership
-Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/organization_membership tfe_organization_membership}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/organization_membership tfe_organization_membership}.
#### Initializers
@@ -400,7 +400,7 @@ The construct id used in the generated config for the DataTfeOrganizationMembers
The id of the existing DataTfeOrganizationMembership that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/organization_membership#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/organization_membership#import import section} in the documentation of this resource for the id to use
---
@@ -715,11 +715,11 @@ const dataTfeOrganizationMembershipConfig: dataTfeOrganizationMembership.DataTfe
| lifecycle
| cdktf.TerraformResourceLifecycle
| *No description.* |
| provider
| cdktf.TerraformProvider
| *No description.* |
| provisioners
| cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[]
| *No description.* |
-| email
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/organization_membership#email DataTfeOrganizationMembership#email}. |
-| id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/organization_membership#id DataTfeOrganizationMembership#id}. |
-| organization
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/organization_membership#organization DataTfeOrganizationMembership#organization}. |
-| organizationMembershipId
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/organization_membership#organization_membership_id DataTfeOrganizationMembership#organization_membership_id}. |
-| username
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/organization_membership#username DataTfeOrganizationMembership#username}. |
+| email
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/organization_membership#email DataTfeOrganizationMembership#email}. |
+| id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/organization_membership#id DataTfeOrganizationMembership#id}. |
+| organization
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/organization_membership#organization DataTfeOrganizationMembership#organization}. |
+| organizationMembershipId
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/organization_membership#organization_membership_id DataTfeOrganizationMembership#organization_membership_id}. |
+| username
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/organization_membership#username DataTfeOrganizationMembership#username}. |
---
@@ -801,7 +801,7 @@ public readonly email: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/organization_membership#email DataTfeOrganizationMembership#email}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/organization_membership#email DataTfeOrganizationMembership#email}.
---
@@ -813,7 +813,7 @@ public readonly id: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/organization_membership#id DataTfeOrganizationMembership#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/organization_membership#id DataTfeOrganizationMembership#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -828,7 +828,7 @@ public readonly organization: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/organization_membership#organization DataTfeOrganizationMembership#organization}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/organization_membership#organization DataTfeOrganizationMembership#organization}.
---
@@ -840,7 +840,7 @@ public readonly organizationMembershipId: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/organization_membership#organization_membership_id DataTfeOrganizationMembership#organization_membership_id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/organization_membership#organization_membership_id DataTfeOrganizationMembership#organization_membership_id}.
---
@@ -852,7 +852,7 @@ public readonly username: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/organization_membership#username DataTfeOrganizationMembership#username}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/organization_membership#username DataTfeOrganizationMembership#username}.
---
diff --git a/docs/dataTfeOrganizationRunTask.csharp.md b/docs/dataTfeOrganizationRunTask.csharp.md
index d0e615cf2..a540e350e 100644
--- a/docs/dataTfeOrganizationRunTask.csharp.md
+++ b/docs/dataTfeOrganizationRunTask.csharp.md
@@ -4,7 +4,7 @@
### DataTfeOrganizationRunTask
-Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/organization_run_task tfe_organization_run_task}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/organization_run_task tfe_organization_run_task}.
#### Initializers
@@ -400,7 +400,7 @@ The construct id used in the generated config for the DataTfeOrganizationRunTask
The id of the existing DataTfeOrganizationRunTask that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/organization_run_task#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/organization_run_task#import import section} in the documentation of this resource for the id to use
---
@@ -751,12 +751,12 @@ new DataTfeOrganizationRunTaskConfig {
| 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/hashicorp/tfe/0.60.1/docs/data-sources/organization_run_task#name DataTfeOrganizationRunTask#name}. |
-| Category
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/organization_run_task#category DataTfeOrganizationRunTask#category}. |
-| Description
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/organization_run_task#description DataTfeOrganizationRunTask#description}. |
-| Enabled
| object
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/organization_run_task#enabled DataTfeOrganizationRunTask#enabled}. |
-| Organization
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/organization_run_task#organization DataTfeOrganizationRunTask#organization}. |
-| Url
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/organization_run_task#url DataTfeOrganizationRunTask#url}. |
+| Name
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/organization_run_task#name DataTfeOrganizationRunTask#name}. |
+| Category
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/organization_run_task#category DataTfeOrganizationRunTask#category}. |
+| Description
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/organization_run_task#description DataTfeOrganizationRunTask#description}. |
+| Enabled
| object
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/organization_run_task#enabled DataTfeOrganizationRunTask#enabled}. |
+| Organization
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/organization_run_task#organization DataTfeOrganizationRunTask#organization}. |
+| Url
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/organization_run_task#url DataTfeOrganizationRunTask#url}. |
---
@@ -838,7 +838,7 @@ public string Name { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/organization_run_task#name DataTfeOrganizationRunTask#name}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/organization_run_task#name DataTfeOrganizationRunTask#name}.
---
@@ -850,7 +850,7 @@ public string Category { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/organization_run_task#category DataTfeOrganizationRunTask#category}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/organization_run_task#category DataTfeOrganizationRunTask#category}.
---
@@ -862,7 +862,7 @@ public string Description { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/organization_run_task#description DataTfeOrganizationRunTask#description}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/organization_run_task#description DataTfeOrganizationRunTask#description}.
---
@@ -874,7 +874,7 @@ public object Enabled { get; set; }
- *Type:* object
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/organization_run_task#enabled DataTfeOrganizationRunTask#enabled}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/organization_run_task#enabled DataTfeOrganizationRunTask#enabled}.
---
@@ -886,7 +886,7 @@ public string Organization { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/organization_run_task#organization DataTfeOrganizationRunTask#organization}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/organization_run_task#organization DataTfeOrganizationRunTask#organization}.
---
@@ -898,7 +898,7 @@ public string Url { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/organization_run_task#url DataTfeOrganizationRunTask#url}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/organization_run_task#url DataTfeOrganizationRunTask#url}.
---
diff --git a/docs/dataTfeOrganizationRunTask.go.md b/docs/dataTfeOrganizationRunTask.go.md
index 3361ce70d..c6e9df669 100644
--- a/docs/dataTfeOrganizationRunTask.go.md
+++ b/docs/dataTfeOrganizationRunTask.go.md
@@ -4,7 +4,7 @@
### DataTfeOrganizationRunTask
-Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/organization_run_task tfe_organization_run_task}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/organization_run_task tfe_organization_run_task}.
#### Initializers
@@ -400,7 +400,7 @@ The construct id used in the generated config for the DataTfeOrganizationRunTask
The id of the existing DataTfeOrganizationRunTask that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/organization_run_task#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/organization_run_task#import import section} in the documentation of this resource for the id to use
---
@@ -751,12 +751,12 @@ import "github.com/cdktf/cdktf-provider-tfe-go/tfe/v11/datatfeorganizationruntas
| 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/hashicorp/tfe/0.60.1/docs/data-sources/organization_run_task#name DataTfeOrganizationRunTask#name}. |
-| Category
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/organization_run_task#category DataTfeOrganizationRunTask#category}. |
-| Description
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/organization_run_task#description DataTfeOrganizationRunTask#description}. |
-| Enabled
| interface{}
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/organization_run_task#enabled DataTfeOrganizationRunTask#enabled}. |
-| Organization
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/organization_run_task#organization DataTfeOrganizationRunTask#organization}. |
-| Url
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/organization_run_task#url DataTfeOrganizationRunTask#url}. |
+| Name
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/organization_run_task#name DataTfeOrganizationRunTask#name}. |
+| Category
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/organization_run_task#category DataTfeOrganizationRunTask#category}. |
+| Description
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/organization_run_task#description DataTfeOrganizationRunTask#description}. |
+| Enabled
| interface{}
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/organization_run_task#enabled DataTfeOrganizationRunTask#enabled}. |
+| Organization
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/organization_run_task#organization DataTfeOrganizationRunTask#organization}. |
+| Url
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/organization_run_task#url DataTfeOrganizationRunTask#url}. |
---
@@ -838,7 +838,7 @@ Name *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/organization_run_task#name DataTfeOrganizationRunTask#name}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/organization_run_task#name DataTfeOrganizationRunTask#name}.
---
@@ -850,7 +850,7 @@ Category *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/organization_run_task#category DataTfeOrganizationRunTask#category}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/organization_run_task#category DataTfeOrganizationRunTask#category}.
---
@@ -862,7 +862,7 @@ Description *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/organization_run_task#description DataTfeOrganizationRunTask#description}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/organization_run_task#description DataTfeOrganizationRunTask#description}.
---
@@ -874,7 +874,7 @@ Enabled interface{}
- *Type:* interface{}
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/organization_run_task#enabled DataTfeOrganizationRunTask#enabled}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/organization_run_task#enabled DataTfeOrganizationRunTask#enabled}.
---
@@ -886,7 +886,7 @@ Organization *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/organization_run_task#organization DataTfeOrganizationRunTask#organization}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/organization_run_task#organization DataTfeOrganizationRunTask#organization}.
---
@@ -898,7 +898,7 @@ Url *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/organization_run_task#url DataTfeOrganizationRunTask#url}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/organization_run_task#url DataTfeOrganizationRunTask#url}.
---
diff --git a/docs/dataTfeOrganizationRunTask.java.md b/docs/dataTfeOrganizationRunTask.java.md
index 3d2d09875..0ec91f818 100644
--- a/docs/dataTfeOrganizationRunTask.java.md
+++ b/docs/dataTfeOrganizationRunTask.java.md
@@ -4,7 +4,7 @@
### DataTfeOrganizationRunTask
-Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/organization_run_task tfe_organization_run_task}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/organization_run_task tfe_organization_run_task}.
#### Initializers
@@ -44,12 +44,12 @@ DataTfeOrganizationRunTask.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/hashicorp/tfe/0.60.1/docs/data-sources/organization_run_task#name DataTfeOrganizationRunTask#name}. |
-| category
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/organization_run_task#category DataTfeOrganizationRunTask#category}. |
-| description
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/organization_run_task#description DataTfeOrganizationRunTask#description}. |
-| enabled
| java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/organization_run_task#enabled DataTfeOrganizationRunTask#enabled}. |
-| organization
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/organization_run_task#organization DataTfeOrganizationRunTask#organization}. |
-| url
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/organization_run_task#url DataTfeOrganizationRunTask#url}. |
+| name
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/organization_run_task#name DataTfeOrganizationRunTask#name}. |
+| category
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/organization_run_task#category DataTfeOrganizationRunTask#category}. |
+| description
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/organization_run_task#description DataTfeOrganizationRunTask#description}. |
+| enabled
| java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/organization_run_task#enabled DataTfeOrganizationRunTask#enabled}. |
+| organization
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/organization_run_task#organization DataTfeOrganizationRunTask#organization}. |
+| url
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/organization_run_task#url DataTfeOrganizationRunTask#url}. |
---
@@ -117,7 +117,7 @@ Must be unique amongst siblings in the same scope
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/organization_run_task#name DataTfeOrganizationRunTask#name}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/organization_run_task#name DataTfeOrganizationRunTask#name}.
---
@@ -125,7 +125,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/organization_run_task#category DataTfeOrganizationRunTask#category}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/organization_run_task#category DataTfeOrganizationRunTask#category}.
---
@@ -133,7 +133,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/organization_run_task#description DataTfeOrganizationRunTask#description}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/organization_run_task#description DataTfeOrganizationRunTask#description}.
---
@@ -141,7 +141,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/organization_run_task#enabled DataTfeOrganizationRunTask#enabled}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/organization_run_task#enabled DataTfeOrganizationRunTask#enabled}.
---
@@ -149,7 +149,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/organization_run_task#organization DataTfeOrganizationRunTask#organization}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/organization_run_task#organization DataTfeOrganizationRunTask#organization}.
---
@@ -157,7 +157,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/organization_run_task#url DataTfeOrganizationRunTask#url}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/organization_run_task#url DataTfeOrganizationRunTask#url}.
---
@@ -515,7 +515,7 @@ The construct id used in the generated config for the DataTfeOrganizationRunTask
The id of the existing DataTfeOrganizationRunTask that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/organization_run_task#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/organization_run_task#import import section} in the documentation of this resource for the id to use
---
@@ -871,12 +871,12 @@ DataTfeOrganizationRunTaskConfig.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/hashicorp/tfe/0.60.1/docs/data-sources/organization_run_task#name DataTfeOrganizationRunTask#name}. |
-| category
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/organization_run_task#category DataTfeOrganizationRunTask#category}. |
-| description
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/organization_run_task#description DataTfeOrganizationRunTask#description}. |
-| enabled
| java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/organization_run_task#enabled DataTfeOrganizationRunTask#enabled}. |
-| organization
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/organization_run_task#organization DataTfeOrganizationRunTask#organization}. |
-| url
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/organization_run_task#url DataTfeOrganizationRunTask#url}. |
+| name
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/organization_run_task#name DataTfeOrganizationRunTask#name}. |
+| category
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/organization_run_task#category DataTfeOrganizationRunTask#category}. |
+| description
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/organization_run_task#description DataTfeOrganizationRunTask#description}. |
+| enabled
| java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/organization_run_task#enabled DataTfeOrganizationRunTask#enabled}. |
+| organization
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/organization_run_task#organization DataTfeOrganizationRunTask#organization}. |
+| url
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/organization_run_task#url DataTfeOrganizationRunTask#url}. |
---
@@ -958,7 +958,7 @@ public java.lang.String getName();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/organization_run_task#name DataTfeOrganizationRunTask#name}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/organization_run_task#name DataTfeOrganizationRunTask#name}.
---
@@ -970,7 +970,7 @@ public java.lang.String getCategory();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/organization_run_task#category DataTfeOrganizationRunTask#category}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/organization_run_task#category DataTfeOrganizationRunTask#category}.
---
@@ -982,7 +982,7 @@ public java.lang.String getDescription();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/organization_run_task#description DataTfeOrganizationRunTask#description}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/organization_run_task#description DataTfeOrganizationRunTask#description}.
---
@@ -994,7 +994,7 @@ public java.lang.Object getEnabled();
- *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/organization_run_task#enabled DataTfeOrganizationRunTask#enabled}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/organization_run_task#enabled DataTfeOrganizationRunTask#enabled}.
---
@@ -1006,7 +1006,7 @@ public java.lang.String getOrganization();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/organization_run_task#organization DataTfeOrganizationRunTask#organization}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/organization_run_task#organization DataTfeOrganizationRunTask#organization}.
---
@@ -1018,7 +1018,7 @@ public java.lang.String getUrl();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/organization_run_task#url DataTfeOrganizationRunTask#url}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/organization_run_task#url DataTfeOrganizationRunTask#url}.
---
diff --git a/docs/dataTfeOrganizationRunTask.python.md b/docs/dataTfeOrganizationRunTask.python.md
index ca5d2fcea..50c2536e0 100644
--- a/docs/dataTfeOrganizationRunTask.python.md
+++ b/docs/dataTfeOrganizationRunTask.python.md
@@ -4,7 +4,7 @@
### DataTfeOrganizationRunTask
-Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/organization_run_task tfe_organization_run_task}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/organization_run_task tfe_organization_run_task}.
#### Initializers
@@ -41,12 +41,12 @@ dataTfeOrganizationRunTask.DataTfeOrganizationRunTask(
| 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/hashicorp/tfe/0.60.1/docs/data-sources/organization_run_task#name DataTfeOrganizationRunTask#name}. |
-| category
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/organization_run_task#category DataTfeOrganizationRunTask#category}. |
-| description
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/organization_run_task#description DataTfeOrganizationRunTask#description}. |
-| enabled
| typing.Union[bool, cdktf.IResolvable]
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/organization_run_task#enabled DataTfeOrganizationRunTask#enabled}. |
-| organization
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/organization_run_task#organization DataTfeOrganizationRunTask#organization}. |
-| url
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/organization_run_task#url DataTfeOrganizationRunTask#url}. |
+| name
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/organization_run_task#name DataTfeOrganizationRunTask#name}. |
+| category
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/organization_run_task#category DataTfeOrganizationRunTask#category}. |
+| description
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/organization_run_task#description DataTfeOrganizationRunTask#description}. |
+| enabled
| typing.Union[bool, cdktf.IResolvable]
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/organization_run_task#enabled DataTfeOrganizationRunTask#enabled}. |
+| organization
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/organization_run_task#organization DataTfeOrganizationRunTask#organization}. |
+| url
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/organization_run_task#url DataTfeOrganizationRunTask#url}. |
---
@@ -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/hashicorp/tfe/0.60.1/docs/data-sources/organization_run_task#name DataTfeOrganizationRunTask#name}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/organization_run_task#name DataTfeOrganizationRunTask#name}.
---
@@ -122,7 +122,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/organization_run_task#category DataTfeOrganizationRunTask#category}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/organization_run_task#category DataTfeOrganizationRunTask#category}.
---
@@ -130,7 +130,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/organization_run_task#description DataTfeOrganizationRunTask#description}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/organization_run_task#description DataTfeOrganizationRunTask#description}.
---
@@ -138,7 +138,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* typing.Union[bool, cdktf.IResolvable]
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/organization_run_task#enabled DataTfeOrganizationRunTask#enabled}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/organization_run_task#enabled DataTfeOrganizationRunTask#enabled}.
---
@@ -146,7 +146,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/organization_run_task#organization DataTfeOrganizationRunTask#organization}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/organization_run_task#organization DataTfeOrganizationRunTask#organization}.
---
@@ -154,7 +154,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/organization_run_task#url DataTfeOrganizationRunTask#url}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/organization_run_task#url DataTfeOrganizationRunTask#url}.
---
@@ -548,7 +548,7 @@ The construct id used in the generated config for the DataTfeOrganizationRunTask
The id of the existing DataTfeOrganizationRunTask that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/organization_run_task#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/organization_run_task#import import section} in the documentation of this resource for the id to use
---
@@ -899,12 +899,12 @@ dataTfeOrganizationRunTask.DataTfeOrganizationRunTaskConfig(
| 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/hashicorp/tfe/0.60.1/docs/data-sources/organization_run_task#name DataTfeOrganizationRunTask#name}. |
-| category
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/organization_run_task#category DataTfeOrganizationRunTask#category}. |
-| description
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/organization_run_task#description DataTfeOrganizationRunTask#description}. |
-| enabled
| typing.Union[bool, cdktf.IResolvable]
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/organization_run_task#enabled DataTfeOrganizationRunTask#enabled}. |
-| organization
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/organization_run_task#organization DataTfeOrganizationRunTask#organization}. |
-| url
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/organization_run_task#url DataTfeOrganizationRunTask#url}. |
+| name
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/organization_run_task#name DataTfeOrganizationRunTask#name}. |
+| category
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/organization_run_task#category DataTfeOrganizationRunTask#category}. |
+| description
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/organization_run_task#description DataTfeOrganizationRunTask#description}. |
+| enabled
| typing.Union[bool, cdktf.IResolvable]
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/organization_run_task#enabled DataTfeOrganizationRunTask#enabled}. |
+| organization
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/organization_run_task#organization DataTfeOrganizationRunTask#organization}. |
+| url
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/organization_run_task#url DataTfeOrganizationRunTask#url}. |
---
@@ -986,7 +986,7 @@ name: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/organization_run_task#name DataTfeOrganizationRunTask#name}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/organization_run_task#name DataTfeOrganizationRunTask#name}.
---
@@ -998,7 +998,7 @@ category: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/organization_run_task#category DataTfeOrganizationRunTask#category}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/organization_run_task#category DataTfeOrganizationRunTask#category}.
---
@@ -1010,7 +1010,7 @@ description: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/organization_run_task#description DataTfeOrganizationRunTask#description}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/organization_run_task#description DataTfeOrganizationRunTask#description}.
---
@@ -1022,7 +1022,7 @@ enabled: typing.Union[bool, IResolvable]
- *Type:* typing.Union[bool, cdktf.IResolvable]
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/organization_run_task#enabled DataTfeOrganizationRunTask#enabled}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/organization_run_task#enabled DataTfeOrganizationRunTask#enabled}.
---
@@ -1034,7 +1034,7 @@ organization: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/organization_run_task#organization DataTfeOrganizationRunTask#organization}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/organization_run_task#organization DataTfeOrganizationRunTask#organization}.
---
@@ -1046,7 +1046,7 @@ url: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/organization_run_task#url DataTfeOrganizationRunTask#url}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/organization_run_task#url DataTfeOrganizationRunTask#url}.
---
diff --git a/docs/dataTfeOrganizationRunTask.typescript.md b/docs/dataTfeOrganizationRunTask.typescript.md
index 10928d335..58a9a7133 100644
--- a/docs/dataTfeOrganizationRunTask.typescript.md
+++ b/docs/dataTfeOrganizationRunTask.typescript.md
@@ -4,7 +4,7 @@
### DataTfeOrganizationRunTask
-Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/organization_run_task tfe_organization_run_task}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/organization_run_task tfe_organization_run_task}.
#### Initializers
@@ -400,7 +400,7 @@ The construct id used in the generated config for the DataTfeOrganizationRunTask
The id of the existing DataTfeOrganizationRunTask that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/organization_run_task#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/organization_run_task#import import section} in the documentation of this resource for the id to use
---
@@ -737,12 +737,12 @@ const dataTfeOrganizationRunTaskConfig: dataTfeOrganizationRunTask.DataTfeOrgani
| 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/hashicorp/tfe/0.60.1/docs/data-sources/organization_run_task#name DataTfeOrganizationRunTask#name}. |
-| category
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/organization_run_task#category DataTfeOrganizationRunTask#category}. |
-| description
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/organization_run_task#description DataTfeOrganizationRunTask#description}. |
-| enabled
| boolean \| cdktf.IResolvable
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/organization_run_task#enabled DataTfeOrganizationRunTask#enabled}. |
-| organization
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/organization_run_task#organization DataTfeOrganizationRunTask#organization}. |
-| url
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/organization_run_task#url DataTfeOrganizationRunTask#url}. |
+| name
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/organization_run_task#name DataTfeOrganizationRunTask#name}. |
+| category
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/organization_run_task#category DataTfeOrganizationRunTask#category}. |
+| description
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/organization_run_task#description DataTfeOrganizationRunTask#description}. |
+| enabled
| boolean \| cdktf.IResolvable
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/organization_run_task#enabled DataTfeOrganizationRunTask#enabled}. |
+| organization
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/organization_run_task#organization DataTfeOrganizationRunTask#organization}. |
+| url
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/organization_run_task#url DataTfeOrganizationRunTask#url}. |
---
@@ -824,7 +824,7 @@ public readonly name: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/organization_run_task#name DataTfeOrganizationRunTask#name}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/organization_run_task#name DataTfeOrganizationRunTask#name}.
---
@@ -836,7 +836,7 @@ public readonly category: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/organization_run_task#category DataTfeOrganizationRunTask#category}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/organization_run_task#category DataTfeOrganizationRunTask#category}.
---
@@ -848,7 +848,7 @@ public readonly description: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/organization_run_task#description DataTfeOrganizationRunTask#description}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/organization_run_task#description DataTfeOrganizationRunTask#description}.
---
@@ -860,7 +860,7 @@ public readonly enabled: boolean | IResolvable;
- *Type:* boolean | cdktf.IResolvable
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/organization_run_task#enabled DataTfeOrganizationRunTask#enabled}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/organization_run_task#enabled DataTfeOrganizationRunTask#enabled}.
---
@@ -872,7 +872,7 @@ public readonly organization: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/organization_run_task#organization DataTfeOrganizationRunTask#organization}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/organization_run_task#organization DataTfeOrganizationRunTask#organization}.
---
@@ -884,7 +884,7 @@ public readonly url: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/organization_run_task#url DataTfeOrganizationRunTask#url}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/organization_run_task#url DataTfeOrganizationRunTask#url}.
---
diff --git a/docs/dataTfeOrganizationRunTaskGlobalSettings.csharp.md b/docs/dataTfeOrganizationRunTaskGlobalSettings.csharp.md
index 65f883441..bf4b055ce 100644
--- a/docs/dataTfeOrganizationRunTaskGlobalSettings.csharp.md
+++ b/docs/dataTfeOrganizationRunTaskGlobalSettings.csharp.md
@@ -4,7 +4,7 @@
### DataTfeOrganizationRunTaskGlobalSettings
-Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/organization_run_task_global_settings tfe_organization_run_task_global_settings}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/organization_run_task_global_settings tfe_organization_run_task_global_settings}.
#### Initializers
@@ -386,7 +386,7 @@ The construct id used in the generated config for the DataTfeOrganizationRunTask
The id of the existing DataTfeOrganizationRunTaskGlobalSettings that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/organization_run_task_global_settings#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/organization_run_task_global_settings#import import section} in the documentation of this resource for the id to use
---
@@ -778,7 +778,7 @@ public string TaskId { get; set; }
The id of the run task.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/organization_run_task_global_settings#task_id DataTfeOrganizationRunTaskGlobalSettings#task_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/organization_run_task_global_settings#task_id DataTfeOrganizationRunTaskGlobalSettings#task_id}
---
@@ -792,7 +792,7 @@ public object Enabled { get; set; }
Whether the run task will be applied globally.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/organization_run_task_global_settings#enabled DataTfeOrganizationRunTaskGlobalSettings#enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/organization_run_task_global_settings#enabled DataTfeOrganizationRunTaskGlobalSettings#enabled}
---
@@ -806,7 +806,7 @@ public string EnforcementLevel { get; set; }
The enforcement level of the global task.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/organization_run_task_global_settings#enforcement_level DataTfeOrganizationRunTaskGlobalSettings#enforcement_level}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/organization_run_task_global_settings#enforcement_level DataTfeOrganizationRunTaskGlobalSettings#enforcement_level}
---
@@ -820,7 +820,7 @@ public string[] Stages { get; set; }
Which stages the task will run in.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/organization_run_task_global_settings#stages DataTfeOrganizationRunTaskGlobalSettings#stages}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/organization_run_task_global_settings#stages DataTfeOrganizationRunTaskGlobalSettings#stages}
---
diff --git a/docs/dataTfeOrganizationRunTaskGlobalSettings.go.md b/docs/dataTfeOrganizationRunTaskGlobalSettings.go.md
index 2e3790add..b654b0035 100644
--- a/docs/dataTfeOrganizationRunTaskGlobalSettings.go.md
+++ b/docs/dataTfeOrganizationRunTaskGlobalSettings.go.md
@@ -4,7 +4,7 @@
### DataTfeOrganizationRunTaskGlobalSettings
-Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/organization_run_task_global_settings tfe_organization_run_task_global_settings}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/organization_run_task_global_settings tfe_organization_run_task_global_settings}.
#### Initializers
@@ -386,7 +386,7 @@ The construct id used in the generated config for the DataTfeOrganizationRunTask
The id of the existing DataTfeOrganizationRunTaskGlobalSettings that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/organization_run_task_global_settings#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/organization_run_task_global_settings#import import section} in the documentation of this resource for the id to use
---
@@ -778,7 +778,7 @@ TaskId *string
The id of the run task.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/organization_run_task_global_settings#task_id DataTfeOrganizationRunTaskGlobalSettings#task_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/organization_run_task_global_settings#task_id DataTfeOrganizationRunTaskGlobalSettings#task_id}
---
@@ -792,7 +792,7 @@ Enabled interface{}
Whether the run task will be applied globally.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/organization_run_task_global_settings#enabled DataTfeOrganizationRunTaskGlobalSettings#enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/organization_run_task_global_settings#enabled DataTfeOrganizationRunTaskGlobalSettings#enabled}
---
@@ -806,7 +806,7 @@ EnforcementLevel *string
The enforcement level of the global task.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/organization_run_task_global_settings#enforcement_level DataTfeOrganizationRunTaskGlobalSettings#enforcement_level}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/organization_run_task_global_settings#enforcement_level DataTfeOrganizationRunTaskGlobalSettings#enforcement_level}
---
@@ -820,7 +820,7 @@ Stages *[]*string
Which stages the task will run in.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/organization_run_task_global_settings#stages DataTfeOrganizationRunTaskGlobalSettings#stages}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/organization_run_task_global_settings#stages DataTfeOrganizationRunTaskGlobalSettings#stages}
---
diff --git a/docs/dataTfeOrganizationRunTaskGlobalSettings.java.md b/docs/dataTfeOrganizationRunTaskGlobalSettings.java.md
index fe0777db9..468217b1a 100644
--- a/docs/dataTfeOrganizationRunTaskGlobalSettings.java.md
+++ b/docs/dataTfeOrganizationRunTaskGlobalSettings.java.md
@@ -4,7 +4,7 @@
### DataTfeOrganizationRunTaskGlobalSettings
-Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/organization_run_task_global_settings tfe_organization_run_task_global_settings}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/organization_run_task_global_settings tfe_organization_run_task_global_settings}.
#### Initializers
@@ -115,7 +115,7 @@ Must be unique amongst siblings in the same scope
The id of the run task.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/organization_run_task_global_settings#task_id DataTfeOrganizationRunTaskGlobalSettings#task_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/organization_run_task_global_settings#task_id DataTfeOrganizationRunTaskGlobalSettings#task_id}
---
@@ -125,7 +125,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
Whether the run task will be applied globally.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/organization_run_task_global_settings#enabled DataTfeOrganizationRunTaskGlobalSettings#enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/organization_run_task_global_settings#enabled DataTfeOrganizationRunTaskGlobalSettings#enabled}
---
@@ -135,7 +135,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
The enforcement level of the global task.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/organization_run_task_global_settings#enforcement_level DataTfeOrganizationRunTaskGlobalSettings#enforcement_level}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/organization_run_task_global_settings#enforcement_level DataTfeOrganizationRunTaskGlobalSettings#enforcement_level}
---
@@ -145,7 +145,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
Which stages the task will run in.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/organization_run_task_global_settings#stages DataTfeOrganizationRunTaskGlobalSettings#stages}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/organization_run_task_global_settings#stages DataTfeOrganizationRunTaskGlobalSettings#stages}
---
@@ -489,7 +489,7 @@ The construct id used in the generated config for the DataTfeOrganizationRunTask
The id of the existing DataTfeOrganizationRunTaskGlobalSettings that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/organization_run_task_global_settings#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/organization_run_task_global_settings#import import section} in the documentation of this resource for the id to use
---
@@ -886,7 +886,7 @@ public java.lang.String getTaskId();
The id of the run task.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/organization_run_task_global_settings#task_id DataTfeOrganizationRunTaskGlobalSettings#task_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/organization_run_task_global_settings#task_id DataTfeOrganizationRunTaskGlobalSettings#task_id}
---
@@ -900,7 +900,7 @@ public java.lang.Object getEnabled();
Whether the run task will be applied globally.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/organization_run_task_global_settings#enabled DataTfeOrganizationRunTaskGlobalSettings#enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/organization_run_task_global_settings#enabled DataTfeOrganizationRunTaskGlobalSettings#enabled}
---
@@ -914,7 +914,7 @@ public java.lang.String getEnforcementLevel();
The enforcement level of the global task.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/organization_run_task_global_settings#enforcement_level DataTfeOrganizationRunTaskGlobalSettings#enforcement_level}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/organization_run_task_global_settings#enforcement_level DataTfeOrganizationRunTaskGlobalSettings#enforcement_level}
---
@@ -928,7 +928,7 @@ public java.util.List getStages();
Which stages the task will run in.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/organization_run_task_global_settings#stages DataTfeOrganizationRunTaskGlobalSettings#stages}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/organization_run_task_global_settings#stages DataTfeOrganizationRunTaskGlobalSettings#stages}
---
diff --git a/docs/dataTfeOrganizationRunTaskGlobalSettings.python.md b/docs/dataTfeOrganizationRunTaskGlobalSettings.python.md
index 10fe417bb..1eca0456f 100644
--- a/docs/dataTfeOrganizationRunTaskGlobalSettings.python.md
+++ b/docs/dataTfeOrganizationRunTaskGlobalSettings.python.md
@@ -4,7 +4,7 @@
### DataTfeOrganizationRunTaskGlobalSettings
-Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/organization_run_task_global_settings tfe_organization_run_task_global_settings}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/organization_run_task_global_settings tfe_organization_run_task_global_settings}.
#### Initializers
@@ -112,7 +112,7 @@ Must be unique amongst siblings in the same scope
The id of the run task.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/organization_run_task_global_settings#task_id DataTfeOrganizationRunTaskGlobalSettings#task_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/organization_run_task_global_settings#task_id DataTfeOrganizationRunTaskGlobalSettings#task_id}
---
@@ -122,7 +122,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
Whether the run task will be applied globally.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/organization_run_task_global_settings#enabled DataTfeOrganizationRunTaskGlobalSettings#enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/organization_run_task_global_settings#enabled DataTfeOrganizationRunTaskGlobalSettings#enabled}
---
@@ -132,7 +132,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
The enforcement level of the global task.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/organization_run_task_global_settings#enforcement_level DataTfeOrganizationRunTaskGlobalSettings#enforcement_level}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/organization_run_task_global_settings#enforcement_level DataTfeOrganizationRunTaskGlobalSettings#enforcement_level}
---
@@ -142,7 +142,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
Which stages the task will run in.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/organization_run_task_global_settings#stages DataTfeOrganizationRunTaskGlobalSettings#stages}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/organization_run_task_global_settings#stages DataTfeOrganizationRunTaskGlobalSettings#stages}
---
@@ -522,7 +522,7 @@ The construct id used in the generated config for the DataTfeOrganizationRunTask
The id of the existing DataTfeOrganizationRunTaskGlobalSettings that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/organization_run_task_global_settings#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/organization_run_task_global_settings#import import section} in the documentation of this resource for the id to use
---
@@ -914,7 +914,7 @@ task_id: str
The id of the run task.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/organization_run_task_global_settings#task_id DataTfeOrganizationRunTaskGlobalSettings#task_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/organization_run_task_global_settings#task_id DataTfeOrganizationRunTaskGlobalSettings#task_id}
---
@@ -928,7 +928,7 @@ enabled: typing.Union[bool, IResolvable]
Whether the run task will be applied globally.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/organization_run_task_global_settings#enabled DataTfeOrganizationRunTaskGlobalSettings#enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/organization_run_task_global_settings#enabled DataTfeOrganizationRunTaskGlobalSettings#enabled}
---
@@ -942,7 +942,7 @@ enforcement_level: str
The enforcement level of the global task.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/organization_run_task_global_settings#enforcement_level DataTfeOrganizationRunTaskGlobalSettings#enforcement_level}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/organization_run_task_global_settings#enforcement_level DataTfeOrganizationRunTaskGlobalSettings#enforcement_level}
---
@@ -956,7 +956,7 @@ stages: typing.List[str]
Which stages the task will run in.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/organization_run_task_global_settings#stages DataTfeOrganizationRunTaskGlobalSettings#stages}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/organization_run_task_global_settings#stages DataTfeOrganizationRunTaskGlobalSettings#stages}
---
diff --git a/docs/dataTfeOrganizationRunTaskGlobalSettings.typescript.md b/docs/dataTfeOrganizationRunTaskGlobalSettings.typescript.md
index 19c9d66c9..2982e03bd 100644
--- a/docs/dataTfeOrganizationRunTaskGlobalSettings.typescript.md
+++ b/docs/dataTfeOrganizationRunTaskGlobalSettings.typescript.md
@@ -4,7 +4,7 @@
### DataTfeOrganizationRunTaskGlobalSettings
-Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/organization_run_task_global_settings tfe_organization_run_task_global_settings}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/organization_run_task_global_settings tfe_organization_run_task_global_settings}.
#### Initializers
@@ -386,7 +386,7 @@ The construct id used in the generated config for the DataTfeOrganizationRunTask
The id of the existing DataTfeOrganizationRunTaskGlobalSettings that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/organization_run_task_global_settings#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/organization_run_task_global_settings#import import section} in the documentation of this resource for the id to use
---
@@ -766,7 +766,7 @@ public readonly taskId: string;
The id of the run task.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/organization_run_task_global_settings#task_id DataTfeOrganizationRunTaskGlobalSettings#task_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/organization_run_task_global_settings#task_id DataTfeOrganizationRunTaskGlobalSettings#task_id}
---
@@ -780,7 +780,7 @@ public readonly enabled: boolean | IResolvable;
Whether the run task will be applied globally.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/organization_run_task_global_settings#enabled DataTfeOrganizationRunTaskGlobalSettings#enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/organization_run_task_global_settings#enabled DataTfeOrganizationRunTaskGlobalSettings#enabled}
---
@@ -794,7 +794,7 @@ public readonly enforcementLevel: string;
The enforcement level of the global task.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/organization_run_task_global_settings#enforcement_level DataTfeOrganizationRunTaskGlobalSettings#enforcement_level}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/organization_run_task_global_settings#enforcement_level DataTfeOrganizationRunTaskGlobalSettings#enforcement_level}
---
@@ -808,7 +808,7 @@ public readonly stages: string[];
Which stages the task will run in.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/organization_run_task_global_settings#stages DataTfeOrganizationRunTaskGlobalSettings#stages}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/organization_run_task_global_settings#stages DataTfeOrganizationRunTaskGlobalSettings#stages}
---
diff --git a/docs/dataTfeOrganizationTags.csharp.md b/docs/dataTfeOrganizationTags.csharp.md
index 63142d11a..70117944d 100644
--- a/docs/dataTfeOrganizationTags.csharp.md
+++ b/docs/dataTfeOrganizationTags.csharp.md
@@ -4,7 +4,7 @@
### DataTfeOrganizationTags
-Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/organization_tags tfe_organization_tags}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/organization_tags tfe_organization_tags}.
#### Initializers
@@ -379,7 +379,7 @@ The construct id used in the generated config for the DataTfeOrganizationTags to
The id of the existing DataTfeOrganizationTags that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/organization_tags#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/organization_tags#import import section} in the documentation of this resource for the id to use
---
@@ -638,8 +638,8 @@ new DataTfeOrganizationTagsConfig {
| 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/hashicorp/tfe/0.60.1/docs/data-sources/organization_tags#id DataTfeOrganizationTags#id}. |
-| Organization
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/organization_tags#organization DataTfeOrganizationTags#organization}. |
+| Id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/organization_tags#id DataTfeOrganizationTags#id}. |
+| Organization
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/organization_tags#organization DataTfeOrganizationTags#organization}. |
---
@@ -721,7 +721,7 @@ public string Id { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/organization_tags#id DataTfeOrganizationTags#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/organization_tags#id DataTfeOrganizationTags#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -736,7 +736,7 @@ public string Organization { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/organization_tags#organization DataTfeOrganizationTags#organization}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/organization_tags#organization DataTfeOrganizationTags#organization}.
---
diff --git a/docs/dataTfeOrganizationTags.go.md b/docs/dataTfeOrganizationTags.go.md
index 556ecdc81..d037566e8 100644
--- a/docs/dataTfeOrganizationTags.go.md
+++ b/docs/dataTfeOrganizationTags.go.md
@@ -4,7 +4,7 @@
### DataTfeOrganizationTags
-Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/organization_tags tfe_organization_tags}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/organization_tags tfe_organization_tags}.
#### Initializers
@@ -379,7 +379,7 @@ The construct id used in the generated config for the DataTfeOrganizationTags to
The id of the existing DataTfeOrganizationTags that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/organization_tags#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/organization_tags#import import section} in the documentation of this resource for the id to use
---
@@ -638,8 +638,8 @@ import "github.com/cdktf/cdktf-provider-tfe-go/tfe/v11/datatfeorganizationtags"
| 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/hashicorp/tfe/0.60.1/docs/data-sources/organization_tags#id DataTfeOrganizationTags#id}. |
-| Organization
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/organization_tags#organization DataTfeOrganizationTags#organization}. |
+| Id
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/organization_tags#id DataTfeOrganizationTags#id}. |
+| Organization
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/organization_tags#organization DataTfeOrganizationTags#organization}. |
---
@@ -721,7 +721,7 @@ Id *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/organization_tags#id DataTfeOrganizationTags#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/organization_tags#id DataTfeOrganizationTags#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -736,7 +736,7 @@ Organization *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/organization_tags#organization DataTfeOrganizationTags#organization}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/organization_tags#organization DataTfeOrganizationTags#organization}.
---
diff --git a/docs/dataTfeOrganizationTags.java.md b/docs/dataTfeOrganizationTags.java.md
index d166d84a6..90bbfbb9b 100644
--- a/docs/dataTfeOrganizationTags.java.md
+++ b/docs/dataTfeOrganizationTags.java.md
@@ -4,7 +4,7 @@
### DataTfeOrganizationTags
-Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/organization_tags tfe_organization_tags}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/organization_tags tfe_organization_tags}.
#### Initializers
@@ -39,8 +39,8 @@ DataTfeOrganizationTags.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/hashicorp/tfe/0.60.1/docs/data-sources/organization_tags#id DataTfeOrganizationTags#id}. |
-| organization
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/organization_tags#organization DataTfeOrganizationTags#organization}. |
+| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/organization_tags#id DataTfeOrganizationTags#id}. |
+| organization
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/organization_tags#organization DataTfeOrganizationTags#organization}. |
---
@@ -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/hashicorp/tfe/0.60.1/docs/data-sources/organization_tags#id DataTfeOrganizationTags#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/organization_tags#id DataTfeOrganizationTags#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -119,7 +119,7 @@ If you experience problems setting this value it might not be settable. Please t
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/organization_tags#organization DataTfeOrganizationTags#organization}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/organization_tags#organization DataTfeOrganizationTags#organization}.
---
@@ -456,7 +456,7 @@ The construct id used in the generated config for the DataTfeOrganizationTags to
The id of the existing DataTfeOrganizationTags that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/organization_tags#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/organization_tags#import import section} in the documentation of this resource for the id to use
---
@@ -719,8 +719,8 @@ DataTfeOrganizationTagsConfig.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/hashicorp/tfe/0.60.1/docs/data-sources/organization_tags#id DataTfeOrganizationTags#id}. |
-| organization
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/organization_tags#organization DataTfeOrganizationTags#organization}. |
+| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/organization_tags#id DataTfeOrganizationTags#id}. |
+| organization
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/organization_tags#organization DataTfeOrganizationTags#organization}. |
---
@@ -802,7 +802,7 @@ public java.lang.String getId();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/organization_tags#id DataTfeOrganizationTags#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/organization_tags#id DataTfeOrganizationTags#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -817,7 +817,7 @@ public java.lang.String getOrganization();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/organization_tags#organization DataTfeOrganizationTags#organization}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/organization_tags#organization DataTfeOrganizationTags#organization}.
---
diff --git a/docs/dataTfeOrganizationTags.python.md b/docs/dataTfeOrganizationTags.python.md
index 59573d8c6..0fae10801 100644
--- a/docs/dataTfeOrganizationTags.python.md
+++ b/docs/dataTfeOrganizationTags.python.md
@@ -4,7 +4,7 @@
### DataTfeOrganizationTags
-Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/organization_tags tfe_organization_tags}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/organization_tags tfe_organization_tags}.
#### Initializers
@@ -37,8 +37,8 @@ dataTfeOrganizationTags.DataTfeOrganizationTags(
| 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/hashicorp/tfe/0.60.1/docs/data-sources/organization_tags#id DataTfeOrganizationTags#id}. |
-| organization
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/organization_tags#organization DataTfeOrganizationTags#organization}. |
+| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/organization_tags#id DataTfeOrganizationTags#id}. |
+| organization
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/organization_tags#organization DataTfeOrganizationTags#organization}. |
---
@@ -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/hashicorp/tfe/0.60.1/docs/data-sources/organization_tags#id DataTfeOrganizationTags#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/organization_tags#id DataTfeOrganizationTags#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you 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 @@ 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/hashicorp/tfe/0.60.1/docs/data-sources/organization_tags#organization DataTfeOrganizationTags#organization}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/organization_tags#organization DataTfeOrganizationTags#organization}.
---
@@ -490,7 +490,7 @@ The construct id used in the generated config for the DataTfeOrganizationTags to
The id of the existing DataTfeOrganizationTags that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/organization_tags#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/organization_tags#import import section} in the documentation of this resource for the id to use
---
@@ -749,8 +749,8 @@ dataTfeOrganizationTags.DataTfeOrganizationTagsConfig(
| 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/hashicorp/tfe/0.60.1/docs/data-sources/organization_tags#id DataTfeOrganizationTags#id}. |
-| organization
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/organization_tags#organization DataTfeOrganizationTags#organization}. |
+| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/organization_tags#id DataTfeOrganizationTags#id}. |
+| organization
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/organization_tags#organization DataTfeOrganizationTags#organization}. |
---
@@ -832,7 +832,7 @@ id: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/organization_tags#id DataTfeOrganizationTags#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/organization_tags#id DataTfeOrganizationTags#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -847,7 +847,7 @@ organization: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/organization_tags#organization DataTfeOrganizationTags#organization}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/organization_tags#organization DataTfeOrganizationTags#organization}.
---
diff --git a/docs/dataTfeOrganizationTags.typescript.md b/docs/dataTfeOrganizationTags.typescript.md
index 1d294974d..23bca4bd4 100644
--- a/docs/dataTfeOrganizationTags.typescript.md
+++ b/docs/dataTfeOrganizationTags.typescript.md
@@ -4,7 +4,7 @@
### DataTfeOrganizationTags
-Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/organization_tags tfe_organization_tags}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/organization_tags tfe_organization_tags}.
#### Initializers
@@ -379,7 +379,7 @@ The construct id used in the generated config for the DataTfeOrganizationTags to
The id of the existing DataTfeOrganizationTags that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/organization_tags#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/organization_tags#import import section} in the documentation of this resource for the id to use
---
@@ -628,8 +628,8 @@ const dataTfeOrganizationTagsConfig: dataTfeOrganizationTags.DataTfeOrganization
| 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/hashicorp/tfe/0.60.1/docs/data-sources/organization_tags#id DataTfeOrganizationTags#id}. |
-| organization
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/organization_tags#organization DataTfeOrganizationTags#organization}. |
+| id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/organization_tags#id DataTfeOrganizationTags#id}. |
+| organization
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/organization_tags#organization DataTfeOrganizationTags#organization}. |
---
@@ -711,7 +711,7 @@ public readonly id: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/organization_tags#id DataTfeOrganizationTags#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/organization_tags#id DataTfeOrganizationTags#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -726,7 +726,7 @@ public readonly organization: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/organization_tags#organization DataTfeOrganizationTags#organization}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/organization_tags#organization DataTfeOrganizationTags#organization}.
---
diff --git a/docs/dataTfeOrganizations.csharp.md b/docs/dataTfeOrganizations.csharp.md
index 17d2702c6..381a3636d 100644
--- a/docs/dataTfeOrganizations.csharp.md
+++ b/docs/dataTfeOrganizations.csharp.md
@@ -4,7 +4,7 @@
### DataTfeOrganizations
-Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/organizations tfe_organizations}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/organizations tfe_organizations}.
#### Initializers
@@ -379,7 +379,7 @@ The construct id used in the generated config for the DataTfeOrganizations to im
The id of the existing DataTfeOrganizations that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/organizations#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/organizations#import import section} in the documentation of this resource for the id to use
---
@@ -649,8 +649,8 @@ new DataTfeOrganizationsConfig {
| Lifecycle
| HashiCorp.Cdktf.TerraformResourceLifecycle
| *No description.* |
| Provider
| HashiCorp.Cdktf.TerraformProvider
| *No description.* |
| Provisioners
| object[]
| *No description.* |
-| Admin
| object
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/organizations#admin DataTfeOrganizations#admin}. |
-| Id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/organizations#id DataTfeOrganizations#id}. |
+| Admin
| object
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/organizations#admin DataTfeOrganizations#admin}. |
+| Id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/organizations#id DataTfeOrganizations#id}. |
---
@@ -732,7 +732,7 @@ public object Admin { get; set; }
- *Type:* object
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/organizations#admin DataTfeOrganizations#admin}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/organizations#admin DataTfeOrganizations#admin}.
---
@@ -744,7 +744,7 @@ public string Id { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/organizations#id DataTfeOrganizations#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/organizations#id DataTfeOrganizations#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
diff --git a/docs/dataTfeOrganizations.go.md b/docs/dataTfeOrganizations.go.md
index 2258321c0..8a763114a 100644
--- a/docs/dataTfeOrganizations.go.md
+++ b/docs/dataTfeOrganizations.go.md
@@ -4,7 +4,7 @@
### DataTfeOrganizations
-Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/organizations tfe_organizations}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/organizations tfe_organizations}.
#### Initializers
@@ -379,7 +379,7 @@ The construct id used in the generated config for the DataTfeOrganizations to im
The id of the existing DataTfeOrganizations that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/organizations#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/organizations#import import section} in the documentation of this resource for the id to use
---
@@ -649,8 +649,8 @@ import "github.com/cdktf/cdktf-provider-tfe-go/tfe/v11/datatfeorganizations"
| 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.* |
-| Admin
| interface{}
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/organizations#admin DataTfeOrganizations#admin}. |
-| Id
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/organizations#id DataTfeOrganizations#id}. |
+| Admin
| interface{}
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/organizations#admin DataTfeOrganizations#admin}. |
+| Id
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/organizations#id DataTfeOrganizations#id}. |
---
@@ -732,7 +732,7 @@ Admin interface{}
- *Type:* interface{}
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/organizations#admin DataTfeOrganizations#admin}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/organizations#admin DataTfeOrganizations#admin}.
---
@@ -744,7 +744,7 @@ Id *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/organizations#id DataTfeOrganizations#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/organizations#id DataTfeOrganizations#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
diff --git a/docs/dataTfeOrganizations.java.md b/docs/dataTfeOrganizations.java.md
index 45ad4f53e..7ef83ce64 100644
--- a/docs/dataTfeOrganizations.java.md
+++ b/docs/dataTfeOrganizations.java.md
@@ -4,7 +4,7 @@
### DataTfeOrganizations
-Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/organizations tfe_organizations}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/organizations tfe_organizations}.
#### Initializers
@@ -40,8 +40,8 @@ DataTfeOrganizations.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.* |
-| admin
| java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/organizations#admin DataTfeOrganizations#admin}. |
-| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/organizations#id DataTfeOrganizations#id}. |
+| admin
| java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/organizations#admin DataTfeOrganizations#admin}. |
+| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/organizations#id DataTfeOrganizations#id}. |
---
@@ -109,7 +109,7 @@ Must be unique amongst siblings in the same scope
- *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/organizations#admin DataTfeOrganizations#admin}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/organizations#admin DataTfeOrganizations#admin}.
---
@@ -117,7 +117,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/organizations#id DataTfeOrganizations#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/organizations#id DataTfeOrganizations#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -457,7 +457,7 @@ The construct id used in the generated config for the DataTfeOrganizations to im
The id of the existing DataTfeOrganizations that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/organizations#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/organizations#import import section} in the documentation of this resource for the id to use
---
@@ -732,8 +732,8 @@ DataTfeOrganizationsConfig.builder()
| lifecycle
| com.hashicorp.cdktf.TerraformResourceLifecycle
| *No description.* |
| provider
| com.hashicorp.cdktf.TerraformProvider
| *No description.* |
| provisioners
| java.util.List
| *No description.* |
-| admin
| java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/organizations#admin DataTfeOrganizations#admin}. |
-| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/organizations#id DataTfeOrganizations#id}. |
+| admin
| java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/organizations#admin DataTfeOrganizations#admin}. |
+| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/organizations#id DataTfeOrganizations#id}. |
---
@@ -815,7 +815,7 @@ public java.lang.Object getAdmin();
- *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/organizations#admin DataTfeOrganizations#admin}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/organizations#admin DataTfeOrganizations#admin}.
---
@@ -827,7 +827,7 @@ public java.lang.String getId();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/organizations#id DataTfeOrganizations#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/organizations#id DataTfeOrganizations#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
diff --git a/docs/dataTfeOrganizations.python.md b/docs/dataTfeOrganizations.python.md
index e20914ffe..376c629cb 100644
--- a/docs/dataTfeOrganizations.python.md
+++ b/docs/dataTfeOrganizations.python.md
@@ -4,7 +4,7 @@
### DataTfeOrganizations
-Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/organizations tfe_organizations}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/organizations tfe_organizations}.
#### Initializers
@@ -37,8 +37,8 @@ dataTfeOrganizations.DataTfeOrganizations(
| lifecycle
| cdktf.TerraformResourceLifecycle
| *No description.* |
| provider
| cdktf.TerraformProvider
| *No description.* |
| provisioners
| typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]]
| *No description.* |
-| admin
| typing.Union[bool, cdktf.IResolvable]
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/organizations#admin DataTfeOrganizations#admin}. |
-| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/organizations#id DataTfeOrganizations#id}. |
+| admin
| typing.Union[bool, cdktf.IResolvable]
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/organizations#admin DataTfeOrganizations#admin}. |
+| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/organizations#id DataTfeOrganizations#id}. |
---
@@ -106,7 +106,7 @@ Must be unique amongst siblings in the same scope
- *Type:* typing.Union[bool, cdktf.IResolvable]
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/organizations#admin DataTfeOrganizations#admin}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/organizations#admin DataTfeOrganizations#admin}.
---
@@ -114,7 +114,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/organizations#id DataTfeOrganizations#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/organizations#id DataTfeOrganizations#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -490,7 +490,7 @@ The construct id used in the generated config for the DataTfeOrganizations to im
The id of the existing DataTfeOrganizations that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/organizations#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/organizations#import import section} in the documentation of this resource for the id to use
---
@@ -760,8 +760,8 @@ dataTfeOrganizations.DataTfeOrganizationsConfig(
| lifecycle
| cdktf.TerraformResourceLifecycle
| *No description.* |
| provider
| cdktf.TerraformProvider
| *No description.* |
| provisioners
| typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]]
| *No description.* |
-| admin
| typing.Union[bool, cdktf.IResolvable]
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/organizations#admin DataTfeOrganizations#admin}. |
-| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/organizations#id DataTfeOrganizations#id}. |
+| admin
| typing.Union[bool, cdktf.IResolvable]
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/organizations#admin DataTfeOrganizations#admin}. |
+| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/organizations#id DataTfeOrganizations#id}. |
---
@@ -843,7 +843,7 @@ admin: typing.Union[bool, IResolvable]
- *Type:* typing.Union[bool, cdktf.IResolvable]
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/organizations#admin DataTfeOrganizations#admin}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/organizations#admin DataTfeOrganizations#admin}.
---
@@ -855,7 +855,7 @@ id: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/organizations#id DataTfeOrganizations#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/organizations#id DataTfeOrganizations#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
diff --git a/docs/dataTfeOrganizations.typescript.md b/docs/dataTfeOrganizations.typescript.md
index 225a7db30..787451f1a 100644
--- a/docs/dataTfeOrganizations.typescript.md
+++ b/docs/dataTfeOrganizations.typescript.md
@@ -4,7 +4,7 @@
### DataTfeOrganizations
-Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/organizations tfe_organizations}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/organizations tfe_organizations}.
#### Initializers
@@ -379,7 +379,7 @@ The construct id used in the generated config for the DataTfeOrganizations to im
The id of the existing DataTfeOrganizations that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/organizations#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/organizations#import import section} in the documentation of this resource for the id to use
---
@@ -639,8 +639,8 @@ const dataTfeOrganizationsConfig: dataTfeOrganizations.DataTfeOrganizationsConfi
| lifecycle
| cdktf.TerraformResourceLifecycle
| *No description.* |
| provider
| cdktf.TerraformProvider
| *No description.* |
| provisioners
| cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[]
| *No description.* |
-| admin
| boolean \| cdktf.IResolvable
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/organizations#admin DataTfeOrganizations#admin}. |
-| id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/organizations#id DataTfeOrganizations#id}. |
+| admin
| boolean \| cdktf.IResolvable
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/organizations#admin DataTfeOrganizations#admin}. |
+| id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/organizations#id DataTfeOrganizations#id}. |
---
@@ -722,7 +722,7 @@ public readonly admin: boolean | IResolvable;
- *Type:* boolean | cdktf.IResolvable
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/organizations#admin DataTfeOrganizations#admin}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/organizations#admin DataTfeOrganizations#admin}.
---
@@ -734,7 +734,7 @@ public readonly id: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/organizations#id DataTfeOrganizations#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/organizations#id DataTfeOrganizations#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
diff --git a/docs/dataTfeOutputs.csharp.md b/docs/dataTfeOutputs.csharp.md
index 4ae189372..270529198 100644
--- a/docs/dataTfeOutputs.csharp.md
+++ b/docs/dataTfeOutputs.csharp.md
@@ -4,7 +4,7 @@
### DataTfeOutputs
-Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/outputs tfe_outputs}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/outputs tfe_outputs}.
#### Initializers
@@ -379,7 +379,7 @@ The construct id used in the generated config for the DataTfeOutputs to import.
The id of the existing DataTfeOutputs that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/outputs#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/outputs#import import section} in the documentation of this resource for the id to use
---
@@ -674,7 +674,7 @@ new DataTfeOutputsConfig {
| Provisioners
| object[]
| *No description.* |
| Workspace
| string
| The workspace to fetch the remote state from. |
| Organization
| string
| The organization to fetch the remote state from. |
-| Values
| System.Collections.Generic.IDictionary
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/outputs#values DataTfeOutputs#values}. |
+| Values
| System.Collections.Generic.IDictionary
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/outputs#values DataTfeOutputs#values}. |
---
@@ -758,7 +758,7 @@ public string Workspace { get; set; }
The workspace to fetch the remote state from.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/outputs#workspace DataTfeOutputs#workspace}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/outputs#workspace DataTfeOutputs#workspace}
---
@@ -772,7 +772,7 @@ public string Organization { get; set; }
The organization to fetch the remote state from.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/outputs#organization DataTfeOutputs#organization}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/outputs#organization DataTfeOutputs#organization}
---
@@ -784,7 +784,7 @@ public System.Collections.Generic.IDictionary Values { get; set;
- *Type:* System.Collections.Generic.IDictionary
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/outputs#values DataTfeOutputs#values}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/outputs#values DataTfeOutputs#values}.
---
diff --git a/docs/dataTfeOutputs.go.md b/docs/dataTfeOutputs.go.md
index 8c8eaf10a..ac849f118 100644
--- a/docs/dataTfeOutputs.go.md
+++ b/docs/dataTfeOutputs.go.md
@@ -4,7 +4,7 @@
### DataTfeOutputs
-Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/outputs tfe_outputs}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/outputs tfe_outputs}.
#### Initializers
@@ -379,7 +379,7 @@ The construct id used in the generated config for the DataTfeOutputs to import.
The id of the existing DataTfeOutputs that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/outputs#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/outputs#import import section} in the documentation of this resource for the id to use
---
@@ -674,7 +674,7 @@ import "github.com/cdktf/cdktf-provider-tfe-go/tfe/v11/datatfeoutputs"
| Provisioners
| *[]interface{}
| *No description.* |
| Workspace
| *string
| The workspace to fetch the remote state from. |
| Organization
| *string
| The organization to fetch the remote state from. |
-| Values
| *map[string]interface{}
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/outputs#values DataTfeOutputs#values}. |
+| Values
| *map[string]interface{}
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/outputs#values DataTfeOutputs#values}. |
---
@@ -758,7 +758,7 @@ Workspace *string
The workspace to fetch the remote state from.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/outputs#workspace DataTfeOutputs#workspace}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/outputs#workspace DataTfeOutputs#workspace}
---
@@ -772,7 +772,7 @@ Organization *string
The organization to fetch the remote state from.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/outputs#organization DataTfeOutputs#organization}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/outputs#organization DataTfeOutputs#organization}
---
@@ -784,7 +784,7 @@ Values *map[string]interface{}
- *Type:* *map[string]interface{}
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/outputs#values DataTfeOutputs#values}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/outputs#values DataTfeOutputs#values}.
---
diff --git a/docs/dataTfeOutputs.java.md b/docs/dataTfeOutputs.java.md
index 50f1b4c4b..e1145fc5e 100644
--- a/docs/dataTfeOutputs.java.md
+++ b/docs/dataTfeOutputs.java.md
@@ -4,7 +4,7 @@
### DataTfeOutputs
-Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/outputs tfe_outputs}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/outputs tfe_outputs}.
#### Initializers
@@ -42,7 +42,7 @@ DataTfeOutputs.Builder.create(Construct scope, java.lang.String id)
| provisioners
| java.util.List
| *No description.* |
| workspace
| java.lang.String
| The workspace to fetch the remote state from. |
| organization
| java.lang.String
| The organization to fetch the remote state from. |
-| values
| java.util.Map
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/outputs#values DataTfeOutputs#values}. |
+| values
| java.util.Map
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/outputs#values DataTfeOutputs#values}. |
---
@@ -112,7 +112,7 @@ Must be unique amongst siblings in the same scope
The workspace to fetch the remote state from.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/outputs#workspace DataTfeOutputs#workspace}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/outputs#workspace DataTfeOutputs#workspace}
---
@@ -122,7 +122,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
The organization to fetch the remote state from.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/outputs#organization DataTfeOutputs#organization}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/outputs#organization DataTfeOutputs#organization}
---
@@ -130,7 +130,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* java.util.Map
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/outputs#values DataTfeOutputs#values}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/outputs#values DataTfeOutputs#values}.
---
@@ -467,7 +467,7 @@ The construct id used in the generated config for the DataTfeOutputs to import.
The id of the existing DataTfeOutputs that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/outputs#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/outputs#import import section} in the documentation of this resource for the id to use
---
@@ -766,7 +766,7 @@ DataTfeOutputsConfig.builder()
| provisioners
| java.util.List
| *No description.* |
| workspace
| java.lang.String
| The workspace to fetch the remote state from. |
| organization
| java.lang.String
| The organization to fetch the remote state from. |
-| values
| java.util.Map
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/outputs#values DataTfeOutputs#values}. |
+| values
| java.util.Map
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/outputs#values DataTfeOutputs#values}. |
---
@@ -850,7 +850,7 @@ public java.lang.String getWorkspace();
The workspace to fetch the remote state from.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/outputs#workspace DataTfeOutputs#workspace}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/outputs#workspace DataTfeOutputs#workspace}
---
@@ -864,7 +864,7 @@ public java.lang.String getOrganization();
The organization to fetch the remote state from.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/outputs#organization DataTfeOutputs#organization}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/outputs#organization DataTfeOutputs#organization}
---
@@ -876,7 +876,7 @@ public java.util.Map getValues();
- *Type:* java.util.Map
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/outputs#values DataTfeOutputs#values}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/outputs#values DataTfeOutputs#values}.
---
diff --git a/docs/dataTfeOutputs.python.md b/docs/dataTfeOutputs.python.md
index 6f6054f63..c0b819b98 100644
--- a/docs/dataTfeOutputs.python.md
+++ b/docs/dataTfeOutputs.python.md
@@ -4,7 +4,7 @@
### DataTfeOutputs
-Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/outputs tfe_outputs}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/outputs tfe_outputs}.
#### Initializers
@@ -40,7 +40,7 @@ dataTfeOutputs.DataTfeOutputs(
| provisioners
| typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]]
| *No description.* |
| workspace
| str
| The workspace to fetch the remote state from. |
| organization
| str
| The organization to fetch the remote state from. |
-| values
| typing.Mapping[typing.Any]
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/outputs#values DataTfeOutputs#values}. |
+| values
| typing.Mapping[typing.Any]
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/outputs#values DataTfeOutputs#values}. |
---
@@ -110,7 +110,7 @@ Must be unique amongst siblings in the same scope
The workspace to fetch the remote state from.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/outputs#workspace DataTfeOutputs#workspace}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/outputs#workspace DataTfeOutputs#workspace}
---
@@ -120,7 +120,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
The organization to fetch the remote state from.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/outputs#organization DataTfeOutputs#organization}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/outputs#organization DataTfeOutputs#organization}
---
@@ -128,7 +128,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* typing.Mapping[typing.Any]
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/outputs#values DataTfeOutputs#values}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/outputs#values DataTfeOutputs#values}.
---
@@ -501,7 +501,7 @@ The construct id used in the generated config for the DataTfeOutputs to import.
The id of the existing DataTfeOutputs that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/outputs#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/outputs#import import section} in the documentation of this resource for the id to use
---
@@ -796,7 +796,7 @@ dataTfeOutputs.DataTfeOutputsConfig(
| provisioners
| typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]]
| *No description.* |
| workspace
| str
| The workspace to fetch the remote state from. |
| organization
| str
| The organization to fetch the remote state from. |
-| values
| typing.Mapping[typing.Any]
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/outputs#values DataTfeOutputs#values}. |
+| values
| typing.Mapping[typing.Any]
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/outputs#values DataTfeOutputs#values}. |
---
@@ -880,7 +880,7 @@ workspace: str
The workspace to fetch the remote state from.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/outputs#workspace DataTfeOutputs#workspace}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/outputs#workspace DataTfeOutputs#workspace}
---
@@ -894,7 +894,7 @@ organization: str
The organization to fetch the remote state from.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/outputs#organization DataTfeOutputs#organization}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/outputs#organization DataTfeOutputs#organization}
---
@@ -906,7 +906,7 @@ values: typing.Mapping[typing.Any]
- *Type:* typing.Mapping[typing.Any]
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/outputs#values DataTfeOutputs#values}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/outputs#values DataTfeOutputs#values}.
---
diff --git a/docs/dataTfeOutputs.typescript.md b/docs/dataTfeOutputs.typescript.md
index 50a6f69a6..3e1be10d1 100644
--- a/docs/dataTfeOutputs.typescript.md
+++ b/docs/dataTfeOutputs.typescript.md
@@ -4,7 +4,7 @@
### DataTfeOutputs
-Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/outputs tfe_outputs}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/outputs tfe_outputs}.
#### Initializers
@@ -379,7 +379,7 @@ The construct id used in the generated config for the DataTfeOutputs to import.
The id of the existing DataTfeOutputs that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/outputs#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/outputs#import import section} in the documentation of this resource for the id to use
---
@@ -663,7 +663,7 @@ const dataTfeOutputsConfig: dataTfeOutputs.DataTfeOutputsConfig = { ... }
| provisioners
| cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[]
| *No description.* |
| workspace
| string
| The workspace to fetch the remote state from. |
| organization
| string
| The organization to fetch the remote state from. |
-| values
| {[ key: string ]: any}
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/outputs#values DataTfeOutputs#values}. |
+| values
| {[ key: string ]: any}
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/outputs#values DataTfeOutputs#values}. |
---
@@ -747,7 +747,7 @@ public readonly workspace: string;
The workspace to fetch the remote state from.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/outputs#workspace DataTfeOutputs#workspace}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/outputs#workspace DataTfeOutputs#workspace}
---
@@ -761,7 +761,7 @@ public readonly organization: string;
The organization to fetch the remote state from.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/outputs#organization DataTfeOutputs#organization}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/outputs#organization DataTfeOutputs#organization}
---
@@ -773,7 +773,7 @@ public readonly values: {[ key: string ]: any};
- *Type:* {[ key: string ]: any}
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/outputs#values DataTfeOutputs#values}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/outputs#values DataTfeOutputs#values}.
---
diff --git a/docs/dataTfePolicySet.csharp.md b/docs/dataTfePolicySet.csharp.md
index 5f954f98b..63c503aad 100644
--- a/docs/dataTfePolicySet.csharp.md
+++ b/docs/dataTfePolicySet.csharp.md
@@ -4,7 +4,7 @@
### DataTfePolicySet
-Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/policy_set tfe_policy_set}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/policy_set tfe_policy_set}.
#### Initializers
@@ -393,7 +393,7 @@ The construct id used in the generated config for the DataTfePolicySet to import
The id of the existing DataTfePolicySet that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/policy_set#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/policy_set#import import section} in the documentation of this resource for the id to use
---
@@ -820,10 +820,10 @@ new DataTfePolicySetConfig {
| 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/hashicorp/tfe/0.60.1/docs/data-sources/policy_set#name DataTfePolicySet#name}. |
-| Id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/policy_set#id DataTfePolicySet#id}. |
+| Name
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/policy_set#name DataTfePolicySet#name}. |
+| Id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/policy_set#id DataTfePolicySet#id}. |
| Kind
| string
| The policy-as-code framework for the policy. Valid values are sentinel and opa. |
-| Organization
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/policy_set#organization DataTfePolicySet#organization}. |
+| Organization
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/policy_set#organization DataTfePolicySet#organization}. |
| Overridable
| object
| Whether users can override this policy when it fails during a run. Only valid for OPA policies. |
---
@@ -906,7 +906,7 @@ public string Name { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/policy_set#name DataTfePolicySet#name}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/policy_set#name DataTfePolicySet#name}.
---
@@ -918,7 +918,7 @@ public string Id { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/policy_set#id DataTfePolicySet#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/policy_set#id DataTfePolicySet#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you 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 string Kind { get; set; }
The policy-as-code framework for the policy. Valid values are sentinel and opa.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/policy_set#kind DataTfePolicySet#kind}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/policy_set#kind DataTfePolicySet#kind}
---
@@ -947,7 +947,7 @@ public string Organization { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/policy_set#organization DataTfePolicySet#organization}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/policy_set#organization DataTfePolicySet#organization}.
---
@@ -961,7 +961,7 @@ public object Overridable { get; set; }
Whether users can override this policy when it fails during a run. Only valid for OPA policies.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/policy_set#overridable DataTfePolicySet#overridable}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/policy_set#overridable DataTfePolicySet#overridable}
---
diff --git a/docs/dataTfePolicySet.go.md b/docs/dataTfePolicySet.go.md
index f2dbbc8f9..6cd3e7097 100644
--- a/docs/dataTfePolicySet.go.md
+++ b/docs/dataTfePolicySet.go.md
@@ -4,7 +4,7 @@
### DataTfePolicySet
-Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/policy_set tfe_policy_set}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/policy_set tfe_policy_set}.
#### Initializers
@@ -393,7 +393,7 @@ The construct id used in the generated config for the DataTfePolicySet to import
The id of the existing DataTfePolicySet that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/policy_set#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/policy_set#import import section} in the documentation of this resource for the id to use
---
@@ -820,10 +820,10 @@ import "github.com/cdktf/cdktf-provider-tfe-go/tfe/v11/datatfepolicyset"
| 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/hashicorp/tfe/0.60.1/docs/data-sources/policy_set#name DataTfePolicySet#name}. |
-| Id
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/policy_set#id DataTfePolicySet#id}. |
+| Name
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/policy_set#name DataTfePolicySet#name}. |
+| Id
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/policy_set#id DataTfePolicySet#id}. |
| Kind
| *string
| The policy-as-code framework for the policy. Valid values are sentinel and opa. |
-| Organization
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/policy_set#organization DataTfePolicySet#organization}. |
+| Organization
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/policy_set#organization DataTfePolicySet#organization}. |
| Overridable
| interface{}
| Whether users can override this policy when it fails during a run. Only valid for OPA policies. |
---
@@ -906,7 +906,7 @@ Name *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/policy_set#name DataTfePolicySet#name}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/policy_set#name DataTfePolicySet#name}.
---
@@ -918,7 +918,7 @@ Id *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/policy_set#id DataTfePolicySet#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/policy_set#id DataTfePolicySet#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you 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 @@ Kind *string
The policy-as-code framework for the policy. Valid values are sentinel and opa.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/policy_set#kind DataTfePolicySet#kind}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/policy_set#kind DataTfePolicySet#kind}
---
@@ -947,7 +947,7 @@ Organization *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/policy_set#organization DataTfePolicySet#organization}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/policy_set#organization DataTfePolicySet#organization}.
---
@@ -961,7 +961,7 @@ Overridable interface{}
Whether users can override this policy when it fails during a run. Only valid for OPA policies.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/policy_set#overridable DataTfePolicySet#overridable}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/policy_set#overridable DataTfePolicySet#overridable}
---
diff --git a/docs/dataTfePolicySet.java.md b/docs/dataTfePolicySet.java.md
index d3a7a68ed..62769dcc8 100644
--- a/docs/dataTfePolicySet.java.md
+++ b/docs/dataTfePolicySet.java.md
@@ -4,7 +4,7 @@
### DataTfePolicySet
-Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/policy_set tfe_policy_set}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/policy_set tfe_policy_set}.
#### Initializers
@@ -43,10 +43,10 @@ DataTfePolicySet.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/hashicorp/tfe/0.60.1/docs/data-sources/policy_set#name DataTfePolicySet#name}. |
-| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/policy_set#id DataTfePolicySet#id}. |
+| name
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/policy_set#name DataTfePolicySet#name}. |
+| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/policy_set#id DataTfePolicySet#id}. |
| kind
| java.lang.String
| The policy-as-code framework for the policy. Valid values are sentinel and opa. |
-| organization
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/policy_set#organization DataTfePolicySet#organization}. |
+| organization
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/policy_set#organization DataTfePolicySet#organization}. |
| overridable
| java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
| Whether users can override this policy when it fails during a run. Only valid for OPA policies. |
---
@@ -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/hashicorp/tfe/0.60.1/docs/data-sources/policy_set#name DataTfePolicySet#name}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/policy_set#name DataTfePolicySet#name}.
---
@@ -123,7 +123,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/policy_set#id DataTfePolicySet#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/policy_set#id DataTfePolicySet#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you 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
The policy-as-code framework for the policy. Valid values are sentinel and opa.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/policy_set#kind DataTfePolicySet#kind}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/policy_set#kind DataTfePolicySet#kind}
---
@@ -144,7 +144,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/policy_set#organization DataTfePolicySet#organization}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/policy_set#organization DataTfePolicySet#organization}.
---
@@ -154,7 +154,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
Whether users can override this policy when it fails during a run. Only valid for OPA policies.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/policy_set#overridable DataTfePolicySet#overridable}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/policy_set#overridable DataTfePolicySet#overridable}
---
@@ -505,7 +505,7 @@ The construct id used in the generated config for the DataTfePolicySet to import
The id of the existing DataTfePolicySet that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/policy_set#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/policy_set#import import section} in the documentation of this resource for the id to use
---
@@ -937,10 +937,10 @@ DataTfePolicySetConfig.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/hashicorp/tfe/0.60.1/docs/data-sources/policy_set#name DataTfePolicySet#name}. |
-| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/policy_set#id DataTfePolicySet#id}. |
+| name
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/policy_set#name DataTfePolicySet#name}. |
+| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/policy_set#id DataTfePolicySet#id}. |
| kind
| java.lang.String
| The policy-as-code framework for the policy. Valid values are sentinel and opa. |
-| organization
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/policy_set#organization DataTfePolicySet#organization}. |
+| organization
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/policy_set#organization DataTfePolicySet#organization}. |
| overridable
| java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
| Whether users can override this policy when it fails during a run. Only valid for OPA policies. |
---
@@ -1023,7 +1023,7 @@ public java.lang.String getName();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/policy_set#name DataTfePolicySet#name}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/policy_set#name DataTfePolicySet#name}.
---
@@ -1035,7 +1035,7 @@ public java.lang.String getId();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/policy_set#id DataTfePolicySet#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/policy_set#id DataTfePolicySet#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -1052,7 +1052,7 @@ public java.lang.String getKind();
The policy-as-code framework for the policy. Valid values are sentinel and opa.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/policy_set#kind DataTfePolicySet#kind}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/policy_set#kind DataTfePolicySet#kind}
---
@@ -1064,7 +1064,7 @@ public java.lang.String getOrganization();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/policy_set#organization DataTfePolicySet#organization}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/policy_set#organization DataTfePolicySet#organization}.
---
@@ -1078,7 +1078,7 @@ public java.lang.Object getOverridable();
Whether users can override this policy when it fails during a run. Only valid for OPA policies.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/policy_set#overridable DataTfePolicySet#overridable}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/policy_set#overridable DataTfePolicySet#overridable}
---
diff --git a/docs/dataTfePolicySet.python.md b/docs/dataTfePolicySet.python.md
index 53a0db75c..7dbdcda89 100644
--- a/docs/dataTfePolicySet.python.md
+++ b/docs/dataTfePolicySet.python.md
@@ -4,7 +4,7 @@
### DataTfePolicySet
-Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/policy_set tfe_policy_set}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/policy_set tfe_policy_set}.
#### Initializers
@@ -40,10 +40,10 @@ dataTfePolicySet.DataTfePolicySet(
| 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/hashicorp/tfe/0.60.1/docs/data-sources/policy_set#name DataTfePolicySet#name}. |
-| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/policy_set#id DataTfePolicySet#id}. |
+| name
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/policy_set#name DataTfePolicySet#name}. |
+| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/policy_set#id DataTfePolicySet#id}. |
| kind
| str
| The policy-as-code framework for the policy. Valid values are sentinel and opa. |
-| organization
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/policy_set#organization DataTfePolicySet#organization}. |
+| organization
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/policy_set#organization DataTfePolicySet#organization}. |
| overridable
| typing.Union[bool, cdktf.IResolvable]
| Whether users can override this policy when it fails during a run. Only valid for OPA policies. |
---
@@ -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/hashicorp/tfe/0.60.1/docs/data-sources/policy_set#name DataTfePolicySet#name}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/policy_set#name DataTfePolicySet#name}.
---
@@ -120,7 +120,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/policy_set#id DataTfePolicySet#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/policy_set#id DataTfePolicySet#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you 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 policy-as-code framework for the policy. Valid values are sentinel and opa.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/policy_set#kind DataTfePolicySet#kind}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/policy_set#kind DataTfePolicySet#kind}
---
@@ -141,7 +141,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/policy_set#organization DataTfePolicySet#organization}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/policy_set#organization DataTfePolicySet#organization}.
---
@@ -151,7 +151,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
Whether users can override this policy when it fails during a run. Only valid for OPA policies.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/policy_set#overridable DataTfePolicySet#overridable}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/policy_set#overridable DataTfePolicySet#overridable}
---
@@ -538,7 +538,7 @@ The construct id used in the generated config for the DataTfePolicySet to import
The id of the existing DataTfePolicySet that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/policy_set#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/policy_set#import import section} in the documentation of this resource for the id to use
---
@@ -965,10 +965,10 @@ dataTfePolicySet.DataTfePolicySetConfig(
| 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/hashicorp/tfe/0.60.1/docs/data-sources/policy_set#name DataTfePolicySet#name}. |
-| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/policy_set#id DataTfePolicySet#id}. |
+| name
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/policy_set#name DataTfePolicySet#name}. |
+| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/policy_set#id DataTfePolicySet#id}. |
| kind
| str
| The policy-as-code framework for the policy. Valid values are sentinel and opa. |
-| organization
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/policy_set#organization DataTfePolicySet#organization}. |
+| organization
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/policy_set#organization DataTfePolicySet#organization}. |
| overridable
| typing.Union[bool, cdktf.IResolvable]
| Whether users can override this policy when it fails during a run. Only valid for OPA policies. |
---
@@ -1051,7 +1051,7 @@ name: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/policy_set#name DataTfePolicySet#name}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/policy_set#name DataTfePolicySet#name}.
---
@@ -1063,7 +1063,7 @@ id: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/policy_set#id DataTfePolicySet#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/policy_set#id DataTfePolicySet#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -1080,7 +1080,7 @@ kind: str
The policy-as-code framework for the policy. Valid values are sentinel and opa.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/policy_set#kind DataTfePolicySet#kind}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/policy_set#kind DataTfePolicySet#kind}
---
@@ -1092,7 +1092,7 @@ organization: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/policy_set#organization DataTfePolicySet#organization}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/policy_set#organization DataTfePolicySet#organization}.
---
@@ -1106,7 +1106,7 @@ overridable: typing.Union[bool, IResolvable]
Whether users can override this policy when it fails during a run. Only valid for OPA policies.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/policy_set#overridable DataTfePolicySet#overridable}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/policy_set#overridable DataTfePolicySet#overridable}
---
diff --git a/docs/dataTfePolicySet.typescript.md b/docs/dataTfePolicySet.typescript.md
index 381b85a79..74c9576b9 100644
--- a/docs/dataTfePolicySet.typescript.md
+++ b/docs/dataTfePolicySet.typescript.md
@@ -4,7 +4,7 @@
### DataTfePolicySet
-Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/policy_set tfe_policy_set}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/policy_set tfe_policy_set}.
#### Initializers
@@ -393,7 +393,7 @@ The construct id used in the generated config for the DataTfePolicySet to import
The id of the existing DataTfePolicySet that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/policy_set#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/policy_set#import import section} in the documentation of this resource for the id to use
---
@@ -807,10 +807,10 @@ const dataTfePolicySetConfig: dataTfePolicySet.DataTfePolicySetConfig = { ... }
| 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/hashicorp/tfe/0.60.1/docs/data-sources/policy_set#name DataTfePolicySet#name}. |
-| id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/policy_set#id DataTfePolicySet#id}. |
+| name
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/policy_set#name DataTfePolicySet#name}. |
+| id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/policy_set#id DataTfePolicySet#id}. |
| kind
| string
| The policy-as-code framework for the policy. Valid values are sentinel and opa. |
-| organization
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/policy_set#organization DataTfePolicySet#organization}. |
+| organization
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/policy_set#organization DataTfePolicySet#organization}. |
| overridable
| boolean \| cdktf.IResolvable
| Whether users can override this policy when it fails during a run. Only valid for OPA policies. |
---
@@ -893,7 +893,7 @@ public readonly name: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/policy_set#name DataTfePolicySet#name}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/policy_set#name DataTfePolicySet#name}.
---
@@ -905,7 +905,7 @@ public readonly id: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/policy_set#id DataTfePolicySet#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/policy_set#id DataTfePolicySet#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you 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 @@ public readonly kind: string;
The policy-as-code framework for the policy. Valid values are sentinel and opa.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/policy_set#kind DataTfePolicySet#kind}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/policy_set#kind DataTfePolicySet#kind}
---
@@ -934,7 +934,7 @@ public readonly organization: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/policy_set#organization DataTfePolicySet#organization}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/policy_set#organization DataTfePolicySet#organization}.
---
@@ -948,7 +948,7 @@ public readonly overridable: boolean | IResolvable;
Whether users can override this policy when it fails during a run. Only valid for OPA policies.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/policy_set#overridable DataTfePolicySet#overridable}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/policy_set#overridable DataTfePolicySet#overridable}
---
diff --git a/docs/dataTfeProject.csharp.md b/docs/dataTfeProject.csharp.md
index 6804a2a43..4715dd367 100644
--- a/docs/dataTfeProject.csharp.md
+++ b/docs/dataTfeProject.csharp.md
@@ -4,7 +4,7 @@
### DataTfeProject
-Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/project tfe_project}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/project tfe_project}.
#### Initializers
@@ -393,7 +393,7 @@ The construct id used in the generated config for the DataTfeProject to import.
The id of the existing DataTfeProject that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/project#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/project#import import section} in the documentation of this resource for the id to use
---
@@ -721,11 +721,11 @@ new DataTfeProjectConfig {
| 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/hashicorp/tfe/0.60.1/docs/data-sources/project#name DataTfeProject#name}. |
-| Id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/project#id DataTfeProject#id}. |
-| Organization
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/project#organization DataTfeProject#organization}. |
-| WorkspaceIds
| string[]
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/project#workspace_ids DataTfeProject#workspace_ids}. |
-| WorkspaceNames
| string[]
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/project#workspace_names DataTfeProject#workspace_names}. |
+| Name
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/project#name DataTfeProject#name}. |
+| Id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/project#id DataTfeProject#id}. |
+| Organization
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/project#organization DataTfeProject#organization}. |
+| WorkspaceIds
| string[]
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/project#workspace_ids DataTfeProject#workspace_ids}. |
+| WorkspaceNames
| string[]
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/project#workspace_names DataTfeProject#workspace_names}. |
---
@@ -807,7 +807,7 @@ public string Name { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/project#name DataTfeProject#name}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/project#name DataTfeProject#name}.
---
@@ -819,7 +819,7 @@ public string Id { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/project#id DataTfeProject#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/project#id DataTfeProject#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -834,7 +834,7 @@ public string Organization { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/project#organization DataTfeProject#organization}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/project#organization DataTfeProject#organization}.
---
@@ -846,7 +846,7 @@ public string[] WorkspaceIds { get; set; }
- *Type:* string[]
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/project#workspace_ids DataTfeProject#workspace_ids}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/project#workspace_ids DataTfeProject#workspace_ids}.
---
@@ -858,7 +858,7 @@ public string[] WorkspaceNames { get; set; }
- *Type:* string[]
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/project#workspace_names DataTfeProject#workspace_names}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/project#workspace_names DataTfeProject#workspace_names}.
---
diff --git a/docs/dataTfeProject.go.md b/docs/dataTfeProject.go.md
index c771a34b8..ae12157a3 100644
--- a/docs/dataTfeProject.go.md
+++ b/docs/dataTfeProject.go.md
@@ -4,7 +4,7 @@
### DataTfeProject
-Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/project tfe_project}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/project tfe_project}.
#### Initializers
@@ -393,7 +393,7 @@ The construct id used in the generated config for the DataTfeProject to import.
The id of the existing DataTfeProject that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/project#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/project#import import section} in the documentation of this resource for the id to use
---
@@ -721,11 +721,11 @@ import "github.com/cdktf/cdktf-provider-tfe-go/tfe/v11/datatfeproject"
| 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/hashicorp/tfe/0.60.1/docs/data-sources/project#name DataTfeProject#name}. |
-| Id
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/project#id DataTfeProject#id}. |
-| Organization
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/project#organization DataTfeProject#organization}. |
-| WorkspaceIds
| *[]*string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/project#workspace_ids DataTfeProject#workspace_ids}. |
-| WorkspaceNames
| *[]*string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/project#workspace_names DataTfeProject#workspace_names}. |
+| Name
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/project#name DataTfeProject#name}. |
+| Id
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/project#id DataTfeProject#id}. |
+| Organization
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/project#organization DataTfeProject#organization}. |
+| WorkspaceIds
| *[]*string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/project#workspace_ids DataTfeProject#workspace_ids}. |
+| WorkspaceNames
| *[]*string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/project#workspace_names DataTfeProject#workspace_names}. |
---
@@ -807,7 +807,7 @@ Name *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/project#name DataTfeProject#name}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/project#name DataTfeProject#name}.
---
@@ -819,7 +819,7 @@ Id *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/project#id DataTfeProject#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/project#id DataTfeProject#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -834,7 +834,7 @@ Organization *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/project#organization DataTfeProject#organization}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/project#organization DataTfeProject#organization}.
---
@@ -846,7 +846,7 @@ WorkspaceIds *[]*string
- *Type:* *[]*string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/project#workspace_ids DataTfeProject#workspace_ids}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/project#workspace_ids DataTfeProject#workspace_ids}.
---
@@ -858,7 +858,7 @@ WorkspaceNames *[]*string
- *Type:* *[]*string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/project#workspace_names DataTfeProject#workspace_names}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/project#workspace_names DataTfeProject#workspace_names}.
---
diff --git a/docs/dataTfeProject.java.md b/docs/dataTfeProject.java.md
index 9dbacfdf6..2d4697fde 100644
--- a/docs/dataTfeProject.java.md
+++ b/docs/dataTfeProject.java.md
@@ -4,7 +4,7 @@
### DataTfeProject
-Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/project tfe_project}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/project tfe_project}.
#### Initializers
@@ -42,11 +42,11 @@ DataTfeProject.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/hashicorp/tfe/0.60.1/docs/data-sources/project#name DataTfeProject#name}. |
-| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/project#id DataTfeProject#id}. |
-| organization
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/project#organization DataTfeProject#organization}. |
-| workspaceIds
| java.util.List
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/project#workspace_ids DataTfeProject#workspace_ids}. |
-| workspaceNames
| java.util.List
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/project#workspace_names DataTfeProject#workspace_names}. |
+| name
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/project#name DataTfeProject#name}. |
+| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/project#id DataTfeProject#id}. |
+| organization
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/project#organization DataTfeProject#organization}. |
+| workspaceIds
| java.util.List
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/project#workspace_ids DataTfeProject#workspace_ids}. |
+| workspaceNames
| java.util.List
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/project#workspace_names DataTfeProject#workspace_names}. |
---
@@ -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/hashicorp/tfe/0.60.1/docs/data-sources/project#name DataTfeProject#name}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/project#name DataTfeProject#name}.
---
@@ -122,7 +122,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/project#id DataTfeProject#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/project#id DataTfeProject#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you 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.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/project#organization DataTfeProject#organization}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/project#organization DataTfeProject#organization}.
---
@@ -141,7 +141,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* java.util.List
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/project#workspace_ids DataTfeProject#workspace_ids}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/project#workspace_ids DataTfeProject#workspace_ids}.
---
@@ -149,7 +149,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* java.util.List
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/project#workspace_names DataTfeProject#workspace_names}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/project#workspace_names DataTfeProject#workspace_names}.
---
@@ -500,7 +500,7 @@ The construct id used in the generated config for the DataTfeProject to import.
The id of the existing DataTfeProject that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/project#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/project#import import section} in the documentation of this resource for the id to use
---
@@ -832,11 +832,11 @@ DataTfeProjectConfig.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/hashicorp/tfe/0.60.1/docs/data-sources/project#name DataTfeProject#name}. |
-| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/project#id DataTfeProject#id}. |
-| organization
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/project#organization DataTfeProject#organization}. |
-| workspaceIds
| java.util.List
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/project#workspace_ids DataTfeProject#workspace_ids}. |
-| workspaceNames
| java.util.List
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/project#workspace_names DataTfeProject#workspace_names}. |
+| name
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/project#name DataTfeProject#name}. |
+| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/project#id DataTfeProject#id}. |
+| organization
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/project#organization DataTfeProject#organization}. |
+| workspaceIds
| java.util.List
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/project#workspace_ids DataTfeProject#workspace_ids}. |
+| workspaceNames
| java.util.List
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/project#workspace_names DataTfeProject#workspace_names}. |
---
@@ -918,7 +918,7 @@ public java.lang.String getName();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/project#name DataTfeProject#name}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/project#name DataTfeProject#name}.
---
@@ -930,7 +930,7 @@ public java.lang.String getId();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/project#id DataTfeProject#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/project#id DataTfeProject#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you 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 @@ public java.lang.String getOrganization();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/project#organization DataTfeProject#organization}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/project#organization DataTfeProject#organization}.
---
@@ -957,7 +957,7 @@ public java.util.List getWorkspaceIds();
- *Type:* java.util.List
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/project#workspace_ids DataTfeProject#workspace_ids}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/project#workspace_ids DataTfeProject#workspace_ids}.
---
@@ -969,7 +969,7 @@ public java.util.List getWorkspaceNames();
- *Type:* java.util.List
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/project#workspace_names DataTfeProject#workspace_names}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/project#workspace_names DataTfeProject#workspace_names}.
---
diff --git a/docs/dataTfeProject.python.md b/docs/dataTfeProject.python.md
index 1284c0743..2917ce4f0 100644
--- a/docs/dataTfeProject.python.md
+++ b/docs/dataTfeProject.python.md
@@ -4,7 +4,7 @@
### DataTfeProject
-Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/project tfe_project}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/project tfe_project}.
#### Initializers
@@ -40,11 +40,11 @@ dataTfeProject.DataTfeProject(
| 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/hashicorp/tfe/0.60.1/docs/data-sources/project#name DataTfeProject#name}. |
-| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/project#id DataTfeProject#id}. |
-| organization
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/project#organization DataTfeProject#organization}. |
-| workspace_ids
| typing.List[str]
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/project#workspace_ids DataTfeProject#workspace_ids}. |
-| workspace_names
| typing.List[str]
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/project#workspace_names DataTfeProject#workspace_names}. |
+| name
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/project#name DataTfeProject#name}. |
+| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/project#id DataTfeProject#id}. |
+| organization
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/project#organization DataTfeProject#organization}. |
+| workspace_ids
| typing.List[str]
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/project#workspace_ids DataTfeProject#workspace_ids}. |
+| workspace_names
| typing.List[str]
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/project#workspace_names DataTfeProject#workspace_names}. |
---
@@ -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/hashicorp/tfe/0.60.1/docs/data-sources/project#name DataTfeProject#name}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/project#name DataTfeProject#name}.
---
@@ -120,7 +120,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/project#id DataTfeProject#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/project#id DataTfeProject#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you 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/hashicorp/tfe/0.60.1/docs/data-sources/project#organization DataTfeProject#organization}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/project#organization DataTfeProject#organization}.
---
@@ -139,7 +139,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* typing.List[str]
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/project#workspace_ids DataTfeProject#workspace_ids}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/project#workspace_ids DataTfeProject#workspace_ids}.
---
@@ -147,7 +147,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* typing.List[str]
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/project#workspace_names DataTfeProject#workspace_names}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/project#workspace_names DataTfeProject#workspace_names}.
---
@@ -534,7 +534,7 @@ The construct id used in the generated config for the DataTfeProject to import.
The id of the existing DataTfeProject that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/project#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/project#import import section} in the documentation of this resource for the id to use
---
@@ -862,11 +862,11 @@ dataTfeProject.DataTfeProjectConfig(
| 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/hashicorp/tfe/0.60.1/docs/data-sources/project#name DataTfeProject#name}. |
-| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/project#id DataTfeProject#id}. |
-| organization
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/project#organization DataTfeProject#organization}. |
-| workspace_ids
| typing.List[str]
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/project#workspace_ids DataTfeProject#workspace_ids}. |
-| workspace_names
| typing.List[str]
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/project#workspace_names DataTfeProject#workspace_names}. |
+| name
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/project#name DataTfeProject#name}. |
+| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/project#id DataTfeProject#id}. |
+| organization
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/project#organization DataTfeProject#organization}. |
+| workspace_ids
| typing.List[str]
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/project#workspace_ids DataTfeProject#workspace_ids}. |
+| workspace_names
| typing.List[str]
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/project#workspace_names DataTfeProject#workspace_names}. |
---
@@ -948,7 +948,7 @@ name: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/project#name DataTfeProject#name}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/project#name DataTfeProject#name}.
---
@@ -960,7 +960,7 @@ id: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/project#id DataTfeProject#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/project#id DataTfeProject#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -975,7 +975,7 @@ organization: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/project#organization DataTfeProject#organization}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/project#organization DataTfeProject#organization}.
---
@@ -987,7 +987,7 @@ workspace_ids: typing.List[str]
- *Type:* typing.List[str]
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/project#workspace_ids DataTfeProject#workspace_ids}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/project#workspace_ids DataTfeProject#workspace_ids}.
---
@@ -999,7 +999,7 @@ workspace_names: typing.List[str]
- *Type:* typing.List[str]
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/project#workspace_names DataTfeProject#workspace_names}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/project#workspace_names DataTfeProject#workspace_names}.
---
diff --git a/docs/dataTfeProject.typescript.md b/docs/dataTfeProject.typescript.md
index 574825142..8d63950ca 100644
--- a/docs/dataTfeProject.typescript.md
+++ b/docs/dataTfeProject.typescript.md
@@ -4,7 +4,7 @@
### DataTfeProject
-Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/project tfe_project}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/project tfe_project}.
#### Initializers
@@ -393,7 +393,7 @@ The construct id used in the generated config for the DataTfeProject to import.
The id of the existing DataTfeProject that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/project#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/project#import import section} in the documentation of this resource for the id to use
---
@@ -708,11 +708,11 @@ const dataTfeProjectConfig: dataTfeProject.DataTfeProjectConfig = { ... }
| 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/hashicorp/tfe/0.60.1/docs/data-sources/project#name DataTfeProject#name}. |
-| id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/project#id DataTfeProject#id}. |
-| organization
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/project#organization DataTfeProject#organization}. |
-| workspaceIds
| string[]
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/project#workspace_ids DataTfeProject#workspace_ids}. |
-| workspaceNames
| string[]
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/project#workspace_names DataTfeProject#workspace_names}. |
+| name
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/project#name DataTfeProject#name}. |
+| id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/project#id DataTfeProject#id}. |
+| organization
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/project#organization DataTfeProject#organization}. |
+| workspaceIds
| string[]
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/project#workspace_ids DataTfeProject#workspace_ids}. |
+| workspaceNames
| string[]
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/project#workspace_names DataTfeProject#workspace_names}. |
---
@@ -794,7 +794,7 @@ public readonly name: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/project#name DataTfeProject#name}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/project#name DataTfeProject#name}.
---
@@ -806,7 +806,7 @@ public readonly id: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/project#id DataTfeProject#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/project#id DataTfeProject#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -821,7 +821,7 @@ public readonly organization: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/project#organization DataTfeProject#organization}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/project#organization DataTfeProject#organization}.
---
@@ -833,7 +833,7 @@ public readonly workspaceIds: string[];
- *Type:* string[]
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/project#workspace_ids DataTfeProject#workspace_ids}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/project#workspace_ids DataTfeProject#workspace_ids}.
---
@@ -845,7 +845,7 @@ public readonly workspaceNames: string[];
- *Type:* string[]
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/project#workspace_names DataTfeProject#workspace_names}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/project#workspace_names DataTfeProject#workspace_names}.
---
diff --git a/docs/dataTfeProjects.csharp.md b/docs/dataTfeProjects.csharp.md
index a6b01e89e..c57258a86 100644
--- a/docs/dataTfeProjects.csharp.md
+++ b/docs/dataTfeProjects.csharp.md
@@ -4,7 +4,7 @@
### DataTfeProjects
-Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/projects tfe_projects}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/projects tfe_projects}.
#### Initializers
@@ -372,7 +372,7 @@ The construct id used in the generated config for the DataTfeProjects to import.
The id of the existing DataTfeProjects that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/projects#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/projects#import import section} in the documentation of this resource for the id to use
---
@@ -703,7 +703,7 @@ public string Organization { get; set; }
Name of the organization. If omitted, organization must be defined in the provider config.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/projects#organization DataTfeProjects#organization}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/projects#organization DataTfeProjects#organization}
---
diff --git a/docs/dataTfeProjects.go.md b/docs/dataTfeProjects.go.md
index a19c1a6ff..83110a3b7 100644
--- a/docs/dataTfeProjects.go.md
+++ b/docs/dataTfeProjects.go.md
@@ -4,7 +4,7 @@
### DataTfeProjects
-Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/projects tfe_projects}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/projects tfe_projects}.
#### Initializers
@@ -372,7 +372,7 @@ The construct id used in the generated config for the DataTfeProjects to import.
The id of the existing DataTfeProjects that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/projects#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/projects#import import section} in the documentation of this resource for the id to use
---
@@ -703,7 +703,7 @@ Organization *string
Name of the organization. If omitted, organization must be defined in the provider config.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/projects#organization DataTfeProjects#organization}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/projects#organization DataTfeProjects#organization}
---
diff --git a/docs/dataTfeProjects.java.md b/docs/dataTfeProjects.java.md
index 4d55778d0..215b466eb 100644
--- a/docs/dataTfeProjects.java.md
+++ b/docs/dataTfeProjects.java.md
@@ -4,7 +4,7 @@
### DataTfeProjects
-Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/projects tfe_projects}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/projects tfe_projects}.
#### Initializers
@@ -108,7 +108,7 @@ Must be unique amongst siblings in the same scope
Name of the organization. If omitted, organization must be defined in the provider config.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/projects#organization DataTfeProjects#organization}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/projects#organization DataTfeProjects#organization}
---
@@ -438,7 +438,7 @@ The construct id used in the generated config for the DataTfeProjects to import.
The id of the existing DataTfeProjects that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/projects#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/projects#import import section} in the documentation of this resource for the id to use
---
@@ -773,7 +773,7 @@ public java.lang.String getOrganization();
Name of the organization. If omitted, organization must be defined in the provider config.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/projects#organization DataTfeProjects#organization}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/projects#organization DataTfeProjects#organization}
---
diff --git a/docs/dataTfeProjects.python.md b/docs/dataTfeProjects.python.md
index da3078948..d00d9169d 100644
--- a/docs/dataTfeProjects.python.md
+++ b/docs/dataTfeProjects.python.md
@@ -4,7 +4,7 @@
### DataTfeProjects
-Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/projects tfe_projects}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/projects tfe_projects}.
#### Initializers
@@ -106,7 +106,7 @@ Must be unique amongst siblings in the same scope
Name of the organization. If omitted, organization must be defined in the provider config.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/projects#organization DataTfeProjects#organization}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/projects#organization DataTfeProjects#organization}
---
@@ -472,7 +472,7 @@ The construct id used in the generated config for the DataTfeProjects to import.
The id of the existing DataTfeProjects that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/projects#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/projects#import import section} in the documentation of this resource for the id to use
---
@@ -803,7 +803,7 @@ organization: str
Name of the organization. If omitted, organization must be defined in the provider config.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/projects#organization DataTfeProjects#organization}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/projects#organization DataTfeProjects#organization}
---
diff --git a/docs/dataTfeProjects.typescript.md b/docs/dataTfeProjects.typescript.md
index db76dee05..d685627f1 100644
--- a/docs/dataTfeProjects.typescript.md
+++ b/docs/dataTfeProjects.typescript.md
@@ -4,7 +4,7 @@
### DataTfeProjects
-Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/projects tfe_projects}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/projects tfe_projects}.
#### Initializers
@@ -372,7 +372,7 @@ The construct id used in the generated config for the DataTfeProjects to import.
The id of the existing DataTfeProjects that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/projects#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/projects#import import section} in the documentation of this resource for the id to use
---
@@ -694,7 +694,7 @@ public readonly organization: string;
Name of the organization. If omitted, organization must be defined in the provider config.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/projects#organization DataTfeProjects#organization}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/projects#organization DataTfeProjects#organization}
---
diff --git a/docs/dataTfeRegistryGpgKey.csharp.md b/docs/dataTfeRegistryGpgKey.csharp.md
index f603e5908..a5d5a85a9 100644
--- a/docs/dataTfeRegistryGpgKey.csharp.md
+++ b/docs/dataTfeRegistryGpgKey.csharp.md
@@ -4,7 +4,7 @@
### DataTfeRegistryGpgKey
-Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/registry_gpg_key tfe_registry_gpg_key}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/registry_gpg_key tfe_registry_gpg_key}.
#### Initializers
@@ -372,7 +372,7 @@ The construct id used in the generated config for the DataTfeRegistryGpgKey to i
The id of the existing DataTfeRegistryGpgKey that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/registry_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/hashicorp/tfe/0.61.0/docs/data-sources/registry_gpg_key#import import section} in the documentation of this resource for the id to use
---
@@ -653,7 +653,7 @@ new DataTfeRegistryGpgKeyConfig {
| 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/hashicorp/tfe/0.60.1/docs/data-sources/registry_gpg_key#id DataTfeRegistryGpgKey#id}. |
+| Id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/registry_gpg_key#id DataTfeRegistryGpgKey#id}. |
| Organization
| string
| Name of the organization. If omitted, organization must be defined in the provider config. |
---
@@ -736,7 +736,7 @@ public string Id { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/registry_gpg_key#id DataTfeRegistryGpgKey#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/registry_gpg_key#id DataTfeRegistryGpgKey#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you 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 @@ public string Organization { get; set; }
Name of the organization. If omitted, organization must be defined in the provider config.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/registry_gpg_key#organization DataTfeRegistryGpgKey#organization}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/registry_gpg_key#organization DataTfeRegistryGpgKey#organization}
---
diff --git a/docs/dataTfeRegistryGpgKey.go.md b/docs/dataTfeRegistryGpgKey.go.md
index 94b9cbb71..ac5702e99 100644
--- a/docs/dataTfeRegistryGpgKey.go.md
+++ b/docs/dataTfeRegistryGpgKey.go.md
@@ -4,7 +4,7 @@
### DataTfeRegistryGpgKey
-Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/registry_gpg_key tfe_registry_gpg_key}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/registry_gpg_key tfe_registry_gpg_key}.
#### Initializers
@@ -372,7 +372,7 @@ The construct id used in the generated config for the DataTfeRegistryGpgKey to i
The id of the existing DataTfeRegistryGpgKey that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/registry_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/hashicorp/tfe/0.61.0/docs/data-sources/registry_gpg_key#import import section} in the documentation of this resource for the id to use
---
@@ -653,7 +653,7 @@ import "github.com/cdktf/cdktf-provider-tfe-go/tfe/v11/datatferegistrygpgkey"
| 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/hashicorp/tfe/0.60.1/docs/data-sources/registry_gpg_key#id DataTfeRegistryGpgKey#id}. |
+| Id
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/registry_gpg_key#id DataTfeRegistryGpgKey#id}. |
| Organization
| *string
| Name of the organization. If omitted, organization must be defined in the provider config. |
---
@@ -736,7 +736,7 @@ Id *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/registry_gpg_key#id DataTfeRegistryGpgKey#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/registry_gpg_key#id DataTfeRegistryGpgKey#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you 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 @@ Organization *string
Name of the organization. If omitted, organization must be defined in the provider config.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/registry_gpg_key#organization DataTfeRegistryGpgKey#organization}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/registry_gpg_key#organization DataTfeRegistryGpgKey#organization}
---
diff --git a/docs/dataTfeRegistryGpgKey.java.md b/docs/dataTfeRegistryGpgKey.java.md
index 9a5d0a3ba..2dc0e5ff0 100644
--- a/docs/dataTfeRegistryGpgKey.java.md
+++ b/docs/dataTfeRegistryGpgKey.java.md
@@ -4,7 +4,7 @@
### DataTfeRegistryGpgKey
-Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/registry_gpg_key tfe_registry_gpg_key}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/registry_gpg_key tfe_registry_gpg_key}.
#### Initializers
@@ -39,7 +39,7 @@ DataTfeRegistryGpgKey.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/hashicorp/tfe/0.60.1/docs/data-sources/registry_gpg_key#id DataTfeRegistryGpgKey#id}. |
+| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/registry_gpg_key#id DataTfeRegistryGpgKey#id}. |
| organization
| java.lang.String
| Name of the organization. If omitted, organization must be defined in the provider config. |
---
@@ -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/hashicorp/tfe/0.60.1/docs/data-sources/registry_gpg_key#id DataTfeRegistryGpgKey#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/registry_gpg_key#id DataTfeRegistryGpgKey#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you 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
Name of the organization. If omitted, organization must be defined in the provider config.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/registry_gpg_key#organization DataTfeRegistryGpgKey#organization}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/registry_gpg_key#organization DataTfeRegistryGpgKey#organization}
---
@@ -451,7 +451,7 @@ The construct id used in the generated config for the DataTfeRegistryGpgKey to i
The id of the existing DataTfeRegistryGpgKey that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/registry_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/hashicorp/tfe/0.61.0/docs/data-sources/registry_gpg_key#import import section} in the documentation of this resource for the id to use
---
@@ -736,7 +736,7 @@ DataTfeRegistryGpgKeyConfig.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/hashicorp/tfe/0.60.1/docs/data-sources/registry_gpg_key#id DataTfeRegistryGpgKey#id}. |
+| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/registry_gpg_key#id DataTfeRegistryGpgKey#id}. |
| organization
| java.lang.String
| Name of the organization. If omitted, organization must be defined in the provider config. |
---
@@ -819,7 +819,7 @@ public java.lang.String getId();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/registry_gpg_key#id DataTfeRegistryGpgKey#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/registry_gpg_key#id DataTfeRegistryGpgKey#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -836,7 +836,7 @@ public java.lang.String getOrganization();
Name of the organization. If omitted, organization must be defined in the provider config.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/registry_gpg_key#organization DataTfeRegistryGpgKey#organization}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/registry_gpg_key#organization DataTfeRegistryGpgKey#organization}
---
diff --git a/docs/dataTfeRegistryGpgKey.python.md b/docs/dataTfeRegistryGpgKey.python.md
index 1c519e516..5a02f4bbd 100644
--- a/docs/dataTfeRegistryGpgKey.python.md
+++ b/docs/dataTfeRegistryGpgKey.python.md
@@ -4,7 +4,7 @@
### DataTfeRegistryGpgKey
-Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/registry_gpg_key tfe_registry_gpg_key}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/registry_gpg_key tfe_registry_gpg_key}.
#### Initializers
@@ -37,7 +37,7 @@ dataTfeRegistryGpgKey.DataTfeRegistryGpgKey(
| 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/hashicorp/tfe/0.60.1/docs/data-sources/registry_gpg_key#id DataTfeRegistryGpgKey#id}. |
+| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/registry_gpg_key#id DataTfeRegistryGpgKey#id}. |
| organization
| str
| Name of the organization. If omitted, organization must be defined in the provider config. |
---
@@ -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/hashicorp/tfe/0.60.1/docs/data-sources/registry_gpg_key#id DataTfeRegistryGpgKey#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/registry_gpg_key#id DataTfeRegistryGpgKey#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -119,7 +119,7 @@ If you experience problems setting this value it might not be settable. Please t
Name of the organization. If omitted, organization must be defined in the provider config.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/registry_gpg_key#organization DataTfeRegistryGpgKey#organization}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/registry_gpg_key#organization DataTfeRegistryGpgKey#organization}
---
@@ -485,7 +485,7 @@ The construct id used in the generated config for the DataTfeRegistryGpgKey to i
The id of the existing DataTfeRegistryGpgKey that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/registry_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/hashicorp/tfe/0.61.0/docs/data-sources/registry_gpg_key#import import section} in the documentation of this resource for the id to use
---
@@ -766,7 +766,7 @@ dataTfeRegistryGpgKey.DataTfeRegistryGpgKeyConfig(
| 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/hashicorp/tfe/0.60.1/docs/data-sources/registry_gpg_key#id DataTfeRegistryGpgKey#id}. |
+| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/registry_gpg_key#id DataTfeRegistryGpgKey#id}. |
| organization
| str
| Name of the organization. If omitted, organization must be defined in the provider config. |
---
@@ -849,7 +849,7 @@ id: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/registry_gpg_key#id DataTfeRegistryGpgKey#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/registry_gpg_key#id DataTfeRegistryGpgKey#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -866,7 +866,7 @@ organization: str
Name of the organization. If omitted, organization must be defined in the provider config.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/registry_gpg_key#organization DataTfeRegistryGpgKey#organization}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/registry_gpg_key#organization DataTfeRegistryGpgKey#organization}
---
diff --git a/docs/dataTfeRegistryGpgKey.typescript.md b/docs/dataTfeRegistryGpgKey.typescript.md
index b81b75515..fe086f060 100644
--- a/docs/dataTfeRegistryGpgKey.typescript.md
+++ b/docs/dataTfeRegistryGpgKey.typescript.md
@@ -4,7 +4,7 @@
### DataTfeRegistryGpgKey
-Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/registry_gpg_key tfe_registry_gpg_key}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/registry_gpg_key tfe_registry_gpg_key}.
#### Initializers
@@ -372,7 +372,7 @@ The construct id used in the generated config for the DataTfeRegistryGpgKey to i
The id of the existing DataTfeRegistryGpgKey that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/registry_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/hashicorp/tfe/0.61.0/docs/data-sources/registry_gpg_key#import import section} in the documentation of this resource for the id to use
---
@@ -643,7 +643,7 @@ const dataTfeRegistryGpgKeyConfig: dataTfeRegistryGpgKey.DataTfeRegistryGpgKeyCo
| 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/hashicorp/tfe/0.60.1/docs/data-sources/registry_gpg_key#id DataTfeRegistryGpgKey#id}. |
+| id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/registry_gpg_key#id DataTfeRegistryGpgKey#id}. |
| organization
| string
| Name of the organization. If omitted, organization must be defined in the provider config. |
---
@@ -726,7 +726,7 @@ public readonly id: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/registry_gpg_key#id DataTfeRegistryGpgKey#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/registry_gpg_key#id DataTfeRegistryGpgKey#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -743,7 +743,7 @@ public readonly organization: string;
Name of the organization. If omitted, organization must be defined in the provider config.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/registry_gpg_key#organization DataTfeRegistryGpgKey#organization}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/registry_gpg_key#organization DataTfeRegistryGpgKey#organization}
---
diff --git a/docs/dataTfeRegistryGpgKeys.csharp.md b/docs/dataTfeRegistryGpgKeys.csharp.md
index 972653617..f2bca0000 100644
--- a/docs/dataTfeRegistryGpgKeys.csharp.md
+++ b/docs/dataTfeRegistryGpgKeys.csharp.md
@@ -4,7 +4,7 @@
### DataTfeRegistryGpgKeys
-Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/registry_gpg_keys tfe_registry_gpg_keys}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/registry_gpg_keys tfe_registry_gpg_keys}.
#### Initializers
@@ -372,7 +372,7 @@ The construct id used in the generated config for the DataTfeRegistryGpgKeys to
The id of the existing DataTfeRegistryGpgKeys that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/registry_gpg_keys#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/registry_gpg_keys#import import section} in the documentation of this resource for the id to use
---
@@ -703,7 +703,7 @@ public string Organization { get; set; }
Name of the organization. If omitted, organization must be defined in the provider config.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/registry_gpg_keys#organization DataTfeRegistryGpgKeys#organization}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/registry_gpg_keys#organization DataTfeRegistryGpgKeys#organization}
---
diff --git a/docs/dataTfeRegistryGpgKeys.go.md b/docs/dataTfeRegistryGpgKeys.go.md
index abd8a94ad..6d908241e 100644
--- a/docs/dataTfeRegistryGpgKeys.go.md
+++ b/docs/dataTfeRegistryGpgKeys.go.md
@@ -4,7 +4,7 @@
### DataTfeRegistryGpgKeys
-Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/registry_gpg_keys tfe_registry_gpg_keys}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/registry_gpg_keys tfe_registry_gpg_keys}.
#### Initializers
@@ -372,7 +372,7 @@ The construct id used in the generated config for the DataTfeRegistryGpgKeys to
The id of the existing DataTfeRegistryGpgKeys that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/registry_gpg_keys#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/registry_gpg_keys#import import section} in the documentation of this resource for the id to use
---
@@ -703,7 +703,7 @@ Organization *string
Name of the organization. If omitted, organization must be defined in the provider config.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/registry_gpg_keys#organization DataTfeRegistryGpgKeys#organization}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/registry_gpg_keys#organization DataTfeRegistryGpgKeys#organization}
---
diff --git a/docs/dataTfeRegistryGpgKeys.java.md b/docs/dataTfeRegistryGpgKeys.java.md
index c9d99d42e..3ac5acd2e 100644
--- a/docs/dataTfeRegistryGpgKeys.java.md
+++ b/docs/dataTfeRegistryGpgKeys.java.md
@@ -4,7 +4,7 @@
### DataTfeRegistryGpgKeys
-Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/registry_gpg_keys tfe_registry_gpg_keys}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/registry_gpg_keys tfe_registry_gpg_keys}.
#### Initializers
@@ -108,7 +108,7 @@ Must be unique amongst siblings in the same scope
Name of the organization. If omitted, organization must be defined in the provider config.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/registry_gpg_keys#organization DataTfeRegistryGpgKeys#organization}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/registry_gpg_keys#organization DataTfeRegistryGpgKeys#organization}
---
@@ -438,7 +438,7 @@ The construct id used in the generated config for the DataTfeRegistryGpgKeys to
The id of the existing DataTfeRegistryGpgKeys that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/registry_gpg_keys#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/registry_gpg_keys#import import section} in the documentation of this resource for the id to use
---
@@ -773,7 +773,7 @@ public java.lang.String getOrganization();
Name of the organization. If omitted, organization must be defined in the provider config.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/registry_gpg_keys#organization DataTfeRegistryGpgKeys#organization}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/registry_gpg_keys#organization DataTfeRegistryGpgKeys#organization}
---
diff --git a/docs/dataTfeRegistryGpgKeys.python.md b/docs/dataTfeRegistryGpgKeys.python.md
index 66d9ca795..005044d99 100644
--- a/docs/dataTfeRegistryGpgKeys.python.md
+++ b/docs/dataTfeRegistryGpgKeys.python.md
@@ -4,7 +4,7 @@
### DataTfeRegistryGpgKeys
-Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/registry_gpg_keys tfe_registry_gpg_keys}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/registry_gpg_keys tfe_registry_gpg_keys}.
#### Initializers
@@ -106,7 +106,7 @@ Must be unique amongst siblings in the same scope
Name of the organization. If omitted, organization must be defined in the provider config.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/registry_gpg_keys#organization DataTfeRegistryGpgKeys#organization}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/registry_gpg_keys#organization DataTfeRegistryGpgKeys#organization}
---
@@ -472,7 +472,7 @@ The construct id used in the generated config for the DataTfeRegistryGpgKeys to
The id of the existing DataTfeRegistryGpgKeys that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/registry_gpg_keys#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/registry_gpg_keys#import import section} in the documentation of this resource for the id to use
---
@@ -803,7 +803,7 @@ organization: str
Name of the organization. If omitted, organization must be defined in the provider config.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/registry_gpg_keys#organization DataTfeRegistryGpgKeys#organization}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/registry_gpg_keys#organization DataTfeRegistryGpgKeys#organization}
---
diff --git a/docs/dataTfeRegistryGpgKeys.typescript.md b/docs/dataTfeRegistryGpgKeys.typescript.md
index cc0623a22..8d27223b9 100644
--- a/docs/dataTfeRegistryGpgKeys.typescript.md
+++ b/docs/dataTfeRegistryGpgKeys.typescript.md
@@ -4,7 +4,7 @@
### DataTfeRegistryGpgKeys
-Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/registry_gpg_keys tfe_registry_gpg_keys}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/registry_gpg_keys tfe_registry_gpg_keys}.
#### Initializers
@@ -372,7 +372,7 @@ The construct id used in the generated config for the DataTfeRegistryGpgKeys to
The id of the existing DataTfeRegistryGpgKeys that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/registry_gpg_keys#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/registry_gpg_keys#import import section} in the documentation of this resource for the id to use
---
@@ -694,7 +694,7 @@ public readonly organization: string;
Name of the organization. If omitted, organization must be defined in the provider config.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/registry_gpg_keys#organization DataTfeRegistryGpgKeys#organization}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/registry_gpg_keys#organization DataTfeRegistryGpgKeys#organization}
---
diff --git a/docs/dataTfeRegistryProvider.csharp.md b/docs/dataTfeRegistryProvider.csharp.md
index 8f4c9a147..770d888c5 100644
--- a/docs/dataTfeRegistryProvider.csharp.md
+++ b/docs/dataTfeRegistryProvider.csharp.md
@@ -4,7 +4,7 @@
### DataTfeRegistryProvider
-Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/registry_provider tfe_registry_provider}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/registry_provider tfe_registry_provider}.
#### Initializers
@@ -386,7 +386,7 @@ The construct id used in the generated config for the DataTfeRegistryProvider to
The id of the existing DataTfeRegistryProvider that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/registry_provider#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/registry_provider#import import section} in the documentation of this resource for the id to use
---
@@ -800,7 +800,7 @@ public string Name { get; set; }
Name of the provider.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/registry_provider#name DataTfeRegistryProvider#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/registry_provider#name DataTfeRegistryProvider#name}
---
@@ -814,7 +814,7 @@ public string Namespace { get; set; }
The namespace of the provider. For private providers this is the same as the oraganization.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/registry_provider#namespace DataTfeRegistryProvider#namespace}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/registry_provider#namespace DataTfeRegistryProvider#namespace}
---
@@ -828,7 +828,7 @@ public string Organization { get; set; }
Name of the organization. If omitted, organization must be defined in the provider config.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/registry_provider#organization DataTfeRegistryProvider#organization}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/registry_provider#organization DataTfeRegistryProvider#organization}
---
@@ -842,7 +842,7 @@ public string RegistryName { get; set; }
Whether this is a publicly maintained provider or private. Must be either `public` or `private`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/registry_provider#registry_name DataTfeRegistryProvider#registry_name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/registry_provider#registry_name DataTfeRegistryProvider#registry_name}
---
diff --git a/docs/dataTfeRegistryProvider.go.md b/docs/dataTfeRegistryProvider.go.md
index 3472cc459..58442e656 100644
--- a/docs/dataTfeRegistryProvider.go.md
+++ b/docs/dataTfeRegistryProvider.go.md
@@ -4,7 +4,7 @@
### DataTfeRegistryProvider
-Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/registry_provider tfe_registry_provider}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/registry_provider tfe_registry_provider}.
#### Initializers
@@ -386,7 +386,7 @@ The construct id used in the generated config for the DataTfeRegistryProvider to
The id of the existing DataTfeRegistryProvider that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/registry_provider#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/registry_provider#import import section} in the documentation of this resource for the id to use
---
@@ -800,7 +800,7 @@ Name *string
Name of the provider.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/registry_provider#name DataTfeRegistryProvider#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/registry_provider#name DataTfeRegistryProvider#name}
---
@@ -814,7 +814,7 @@ Namespace *string
The namespace of the provider. For private providers this is the same as the oraganization.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/registry_provider#namespace DataTfeRegistryProvider#namespace}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/registry_provider#namespace DataTfeRegistryProvider#namespace}
---
@@ -828,7 +828,7 @@ Organization *string
Name of the organization. If omitted, organization must be defined in the provider config.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/registry_provider#organization DataTfeRegistryProvider#organization}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/registry_provider#organization DataTfeRegistryProvider#organization}
---
@@ -842,7 +842,7 @@ RegistryName *string
Whether this is a publicly maintained provider or private. Must be either `public` or `private`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/registry_provider#registry_name DataTfeRegistryProvider#registry_name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/registry_provider#registry_name DataTfeRegistryProvider#registry_name}
---
diff --git a/docs/dataTfeRegistryProvider.java.md b/docs/dataTfeRegistryProvider.java.md
index 81c073774..44185cc63 100644
--- a/docs/dataTfeRegistryProvider.java.md
+++ b/docs/dataTfeRegistryProvider.java.md
@@ -4,7 +4,7 @@
### DataTfeRegistryProvider
-Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/registry_provider tfe_registry_provider}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/registry_provider tfe_registry_provider}.
#### Initializers
@@ -114,7 +114,7 @@ Must be unique amongst siblings in the same scope
Name of the provider.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/registry_provider#name DataTfeRegistryProvider#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/registry_provider#name DataTfeRegistryProvider#name}
---
@@ -124,7 +124,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
The namespace of the provider. For private providers this is the same as the oraganization.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/registry_provider#namespace DataTfeRegistryProvider#namespace}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/registry_provider#namespace DataTfeRegistryProvider#namespace}
---
@@ -134,7 +134,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
Name of the organization. If omitted, organization must be defined in the provider config.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/registry_provider#organization DataTfeRegistryProvider#organization}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/registry_provider#organization DataTfeRegistryProvider#organization}
---
@@ -144,7 +144,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
Whether this is a publicly maintained provider or private. Must be either `public` or `private`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/registry_provider#registry_name DataTfeRegistryProvider#registry_name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/registry_provider#registry_name DataTfeRegistryProvider#registry_name}
---
@@ -488,7 +488,7 @@ The construct id used in the generated config for the DataTfeRegistryProvider to
The id of the existing DataTfeRegistryProvider that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/registry_provider#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/registry_provider#import import section} in the documentation of this resource for the id to use
---
@@ -906,7 +906,7 @@ public java.lang.String getName();
Name of the provider.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/registry_provider#name DataTfeRegistryProvider#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/registry_provider#name DataTfeRegistryProvider#name}
---
@@ -920,7 +920,7 @@ public java.lang.String getNamespace();
The namespace of the provider. For private providers this is the same as the oraganization.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/registry_provider#namespace DataTfeRegistryProvider#namespace}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/registry_provider#namespace DataTfeRegistryProvider#namespace}
---
@@ -934,7 +934,7 @@ public java.lang.String getOrganization();
Name of the organization. If omitted, organization must be defined in the provider config.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/registry_provider#organization DataTfeRegistryProvider#organization}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/registry_provider#organization DataTfeRegistryProvider#organization}
---
@@ -948,7 +948,7 @@ public java.lang.String getRegistryName();
Whether this is a publicly maintained provider or private. Must be either `public` or `private`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/registry_provider#registry_name DataTfeRegistryProvider#registry_name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/registry_provider#registry_name DataTfeRegistryProvider#registry_name}
---
diff --git a/docs/dataTfeRegistryProvider.python.md b/docs/dataTfeRegistryProvider.python.md
index 5c87ab2e9..3475aa934 100644
--- a/docs/dataTfeRegistryProvider.python.md
+++ b/docs/dataTfeRegistryProvider.python.md
@@ -4,7 +4,7 @@
### DataTfeRegistryProvider
-Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/registry_provider tfe_registry_provider}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/registry_provider tfe_registry_provider}.
#### Initializers
@@ -112,7 +112,7 @@ Must be unique amongst siblings in the same scope
Name of the provider.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/registry_provider#name DataTfeRegistryProvider#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/registry_provider#name DataTfeRegistryProvider#name}
---
@@ -122,7 +122,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
The namespace of the provider. For private providers this is the same as the oraganization.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/registry_provider#namespace DataTfeRegistryProvider#namespace}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/registry_provider#namespace DataTfeRegistryProvider#namespace}
---
@@ -132,7 +132,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
Name of the organization. If omitted, organization must be defined in the provider config.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/registry_provider#organization DataTfeRegistryProvider#organization}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/registry_provider#organization DataTfeRegistryProvider#organization}
---
@@ -142,7 +142,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
Whether this is a publicly maintained provider or private. Must be either `public` or `private`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/registry_provider#registry_name DataTfeRegistryProvider#registry_name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/registry_provider#registry_name DataTfeRegistryProvider#registry_name}
---
@@ -522,7 +522,7 @@ The construct id used in the generated config for the DataTfeRegistryProvider to
The id of the existing DataTfeRegistryProvider that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/registry_provider#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/registry_provider#import import section} in the documentation of this resource for the id to use
---
@@ -936,7 +936,7 @@ name: str
Name of the provider.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/registry_provider#name DataTfeRegistryProvider#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/registry_provider#name DataTfeRegistryProvider#name}
---
@@ -950,7 +950,7 @@ namespace: str
The namespace of the provider. For private providers this is the same as the oraganization.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/registry_provider#namespace DataTfeRegistryProvider#namespace}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/registry_provider#namespace DataTfeRegistryProvider#namespace}
---
@@ -964,7 +964,7 @@ organization: str
Name of the organization. If omitted, organization must be defined in the provider config.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/registry_provider#organization DataTfeRegistryProvider#organization}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/registry_provider#organization DataTfeRegistryProvider#organization}
---
@@ -978,7 +978,7 @@ registry_name: str
Whether this is a publicly maintained provider or private. Must be either `public` or `private`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/registry_provider#registry_name DataTfeRegistryProvider#registry_name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/registry_provider#registry_name DataTfeRegistryProvider#registry_name}
---
diff --git a/docs/dataTfeRegistryProvider.typescript.md b/docs/dataTfeRegistryProvider.typescript.md
index 242b2eea0..8076a2332 100644
--- a/docs/dataTfeRegistryProvider.typescript.md
+++ b/docs/dataTfeRegistryProvider.typescript.md
@@ -4,7 +4,7 @@
### DataTfeRegistryProvider
-Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/registry_provider tfe_registry_provider}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/registry_provider tfe_registry_provider}.
#### Initializers
@@ -386,7 +386,7 @@ The construct id used in the generated config for the DataTfeRegistryProvider to
The id of the existing DataTfeRegistryProvider that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/registry_provider#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/registry_provider#import import section} in the documentation of this resource for the id to use
---
@@ -788,7 +788,7 @@ public readonly name: string;
Name of the provider.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/registry_provider#name DataTfeRegistryProvider#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/registry_provider#name DataTfeRegistryProvider#name}
---
@@ -802,7 +802,7 @@ public readonly namespace: string;
The namespace of the provider. For private providers this is the same as the oraganization.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/registry_provider#namespace DataTfeRegistryProvider#namespace}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/registry_provider#namespace DataTfeRegistryProvider#namespace}
---
@@ -816,7 +816,7 @@ public readonly organization: string;
Name of the organization. If omitted, organization must be defined in the provider config.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/registry_provider#organization DataTfeRegistryProvider#organization}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/registry_provider#organization DataTfeRegistryProvider#organization}
---
@@ -830,7 +830,7 @@ public readonly registryName: string;
Whether this is a publicly maintained provider or private. Must be either `public` or `private`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/registry_provider#registry_name DataTfeRegistryProvider#registry_name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/registry_provider#registry_name DataTfeRegistryProvider#registry_name}
---
diff --git a/docs/dataTfeRegistryProviders.csharp.md b/docs/dataTfeRegistryProviders.csharp.md
index 88f95691e..9a8ef6803 100644
--- a/docs/dataTfeRegistryProviders.csharp.md
+++ b/docs/dataTfeRegistryProviders.csharp.md
@@ -4,7 +4,7 @@
### DataTfeRegistryProviders
-Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/registry_providers tfe_registry_providers}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/registry_providers tfe_registry_providers}.
#### Initializers
@@ -386,7 +386,7 @@ The construct id used in the generated config for the DataTfeRegistryProviders t
The id of the existing DataTfeRegistryProviders that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/registry_providers#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/registry_providers#import import section} in the documentation of this resource for the id to use
---
@@ -765,7 +765,7 @@ public string Organization { get; set; }
Name of the organization. If omitted, organization must be defined in the provider config.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/registry_providers#organization DataTfeRegistryProviders#organization}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/registry_providers#organization DataTfeRegistryProviders#organization}
---
@@ -779,7 +779,7 @@ public string RegistryName { get; set; }
Whether to list only public or private providers. Must be either `public` or `private`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/registry_providers#registry_name DataTfeRegistryProviders#registry_name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/registry_providers#registry_name DataTfeRegistryProviders#registry_name}
---
@@ -793,7 +793,7 @@ public string Search { get; set; }
A query string to do a fuzzy search on provider name and namespace.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/registry_providers#search DataTfeRegistryProviders#search}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/registry_providers#search DataTfeRegistryProviders#search}
---
diff --git a/docs/dataTfeRegistryProviders.go.md b/docs/dataTfeRegistryProviders.go.md
index 3b5a71906..50460f18c 100644
--- a/docs/dataTfeRegistryProviders.go.md
+++ b/docs/dataTfeRegistryProviders.go.md
@@ -4,7 +4,7 @@
### DataTfeRegistryProviders
-Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/registry_providers tfe_registry_providers}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/registry_providers tfe_registry_providers}.
#### Initializers
@@ -386,7 +386,7 @@ The construct id used in the generated config for the DataTfeRegistryProviders t
The id of the existing DataTfeRegistryProviders that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/registry_providers#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/registry_providers#import import section} in the documentation of this resource for the id to use
---
@@ -765,7 +765,7 @@ Organization *string
Name of the organization. If omitted, organization must be defined in the provider config.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/registry_providers#organization DataTfeRegistryProviders#organization}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/registry_providers#organization DataTfeRegistryProviders#organization}
---
@@ -779,7 +779,7 @@ RegistryName *string
Whether to list only public or private providers. Must be either `public` or `private`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/registry_providers#registry_name DataTfeRegistryProviders#registry_name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/registry_providers#registry_name DataTfeRegistryProviders#registry_name}
---
@@ -793,7 +793,7 @@ Search *string
A query string to do a fuzzy search on provider name and namespace.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/registry_providers#search DataTfeRegistryProviders#search}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/registry_providers#search DataTfeRegistryProviders#search}
---
diff --git a/docs/dataTfeRegistryProviders.java.md b/docs/dataTfeRegistryProviders.java.md
index 2a343720d..549f52b81 100644
--- a/docs/dataTfeRegistryProviders.java.md
+++ b/docs/dataTfeRegistryProviders.java.md
@@ -4,7 +4,7 @@
### DataTfeRegistryProviders
-Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/registry_providers tfe_registry_providers}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/registry_providers tfe_registry_providers}.
#### Initializers
@@ -112,7 +112,7 @@ Must be unique amongst siblings in the same scope
Name of the organization. If omitted, organization must be defined in the provider config.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/registry_providers#organization DataTfeRegistryProviders#organization}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/registry_providers#organization DataTfeRegistryProviders#organization}
---
@@ -122,7 +122,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
Whether to list only public or private providers. Must be either `public` or `private`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/registry_providers#registry_name DataTfeRegistryProviders#registry_name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/registry_providers#registry_name DataTfeRegistryProviders#registry_name}
---
@@ -132,7 +132,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
A query string to do a fuzzy search on provider name and namespace.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/registry_providers#search DataTfeRegistryProviders#search}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/registry_providers#search DataTfeRegistryProviders#search}
---
@@ -476,7 +476,7 @@ The construct id used in the generated config for the DataTfeRegistryProviders t
The id of the existing DataTfeRegistryProviders that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/registry_providers#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/registry_providers#import import section} in the documentation of this resource for the id to use
---
@@ -859,7 +859,7 @@ public java.lang.String getOrganization();
Name of the organization. If omitted, organization must be defined in the provider config.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/registry_providers#organization DataTfeRegistryProviders#organization}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/registry_providers#organization DataTfeRegistryProviders#organization}
---
@@ -873,7 +873,7 @@ public java.lang.String getRegistryName();
Whether to list only public or private providers. Must be either `public` or `private`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/registry_providers#registry_name DataTfeRegistryProviders#registry_name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/registry_providers#registry_name DataTfeRegistryProviders#registry_name}
---
@@ -887,7 +887,7 @@ public java.lang.String getSearch();
A query string to do a fuzzy search on provider name and namespace.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/registry_providers#search DataTfeRegistryProviders#search}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/registry_providers#search DataTfeRegistryProviders#search}
---
diff --git a/docs/dataTfeRegistryProviders.python.md b/docs/dataTfeRegistryProviders.python.md
index ee6d40ae5..0aa30479a 100644
--- a/docs/dataTfeRegistryProviders.python.md
+++ b/docs/dataTfeRegistryProviders.python.md
@@ -4,7 +4,7 @@
### DataTfeRegistryProviders
-Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/registry_providers tfe_registry_providers}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/registry_providers tfe_registry_providers}.
#### Initializers
@@ -110,7 +110,7 @@ Must be unique amongst siblings in the same scope
Name of the organization. If omitted, organization must be defined in the provider config.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/registry_providers#organization DataTfeRegistryProviders#organization}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/registry_providers#organization DataTfeRegistryProviders#organization}
---
@@ -120,7 +120,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
Whether to list only public or private providers. Must be either `public` or `private`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/registry_providers#registry_name DataTfeRegistryProviders#registry_name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/registry_providers#registry_name DataTfeRegistryProviders#registry_name}
---
@@ -130,7 +130,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
A query string to do a fuzzy search on provider name and namespace.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/registry_providers#search DataTfeRegistryProviders#search}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/registry_providers#search DataTfeRegistryProviders#search}
---
@@ -510,7 +510,7 @@ The construct id used in the generated config for the DataTfeRegistryProviders t
The id of the existing DataTfeRegistryProviders that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/registry_providers#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/registry_providers#import import section} in the documentation of this resource for the id to use
---
@@ -889,7 +889,7 @@ organization: str
Name of the organization. If omitted, organization must be defined in the provider config.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/registry_providers#organization DataTfeRegistryProviders#organization}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/registry_providers#organization DataTfeRegistryProviders#organization}
---
@@ -903,7 +903,7 @@ registry_name: str
Whether to list only public or private providers. Must be either `public` or `private`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/registry_providers#registry_name DataTfeRegistryProviders#registry_name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/registry_providers#registry_name DataTfeRegistryProviders#registry_name}
---
@@ -917,7 +917,7 @@ search: str
A query string to do a fuzzy search on provider name and namespace.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/registry_providers#search DataTfeRegistryProviders#search}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/registry_providers#search DataTfeRegistryProviders#search}
---
diff --git a/docs/dataTfeRegistryProviders.typescript.md b/docs/dataTfeRegistryProviders.typescript.md
index 8cc597023..a0e1b1c6e 100644
--- a/docs/dataTfeRegistryProviders.typescript.md
+++ b/docs/dataTfeRegistryProviders.typescript.md
@@ -4,7 +4,7 @@
### DataTfeRegistryProviders
-Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/registry_providers tfe_registry_providers}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/registry_providers tfe_registry_providers}.
#### Initializers
@@ -386,7 +386,7 @@ The construct id used in the generated config for the DataTfeRegistryProviders t
The id of the existing DataTfeRegistryProviders that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/registry_providers#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/registry_providers#import import section} in the documentation of this resource for the id to use
---
@@ -754,7 +754,7 @@ public readonly organization: string;
Name of the organization. If omitted, organization must be defined in the provider config.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/registry_providers#organization DataTfeRegistryProviders#organization}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/registry_providers#organization DataTfeRegistryProviders#organization}
---
@@ -768,7 +768,7 @@ public readonly registryName: string;
Whether to list only public or private providers. Must be either `public` or `private`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/registry_providers#registry_name DataTfeRegistryProviders#registry_name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/registry_providers#registry_name DataTfeRegistryProviders#registry_name}
---
@@ -782,7 +782,7 @@ public readonly search: string;
A query string to do a fuzzy search on provider name and namespace.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/registry_providers#search DataTfeRegistryProviders#search}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/registry_providers#search DataTfeRegistryProviders#search}
---
diff --git a/docs/dataTfeSamlSettings.csharp.md b/docs/dataTfeSamlSettings.csharp.md
index d0211d2d7..960ec9eca 100644
--- a/docs/dataTfeSamlSettings.csharp.md
+++ b/docs/dataTfeSamlSettings.csharp.md
@@ -4,7 +4,7 @@
### DataTfeSamlSettings
-Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/saml_settings tfe_saml_settings}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/saml_settings tfe_saml_settings}.
#### Initializers
@@ -365,7 +365,7 @@ The construct id used in the generated config for the DataTfeSamlSettings to imp
The id of the existing DataTfeSamlSettings that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/saml_settings#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/saml_settings#import import section} in the documentation of this resource for the id to use
---
diff --git a/docs/dataTfeSamlSettings.go.md b/docs/dataTfeSamlSettings.go.md
index 144478162..39210e754 100644
--- a/docs/dataTfeSamlSettings.go.md
+++ b/docs/dataTfeSamlSettings.go.md
@@ -4,7 +4,7 @@
### DataTfeSamlSettings
-Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/saml_settings tfe_saml_settings}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/saml_settings tfe_saml_settings}.
#### Initializers
@@ -365,7 +365,7 @@ The construct id used in the generated config for the DataTfeSamlSettings to imp
The id of the existing DataTfeSamlSettings that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/saml_settings#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/saml_settings#import import section} in the documentation of this resource for the id to use
---
diff --git a/docs/dataTfeSamlSettings.java.md b/docs/dataTfeSamlSettings.java.md
index a551c909b..7a76f0e34 100644
--- a/docs/dataTfeSamlSettings.java.md
+++ b/docs/dataTfeSamlSettings.java.md
@@ -4,7 +4,7 @@
### DataTfeSamlSettings
-Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/saml_settings tfe_saml_settings}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/saml_settings tfe_saml_settings}.
#### Initializers
@@ -419,7 +419,7 @@ The construct id used in the generated config for the DataTfeSamlSettings to imp
The id of the existing DataTfeSamlSettings that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/saml_settings#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/saml_settings#import import section} in the documentation of this resource for the id to use
---
diff --git a/docs/dataTfeSamlSettings.python.md b/docs/dataTfeSamlSettings.python.md
index e0116e336..6b670e857 100644
--- a/docs/dataTfeSamlSettings.python.md
+++ b/docs/dataTfeSamlSettings.python.md
@@ -4,7 +4,7 @@
### DataTfeSamlSettings
-Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/saml_settings tfe_saml_settings}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/saml_settings tfe_saml_settings}.
#### Initializers
@@ -453,7 +453,7 @@ The construct id used in the generated config for the DataTfeSamlSettings to imp
The id of the existing DataTfeSamlSettings that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/saml_settings#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/saml_settings#import import section} in the documentation of this resource for the id to use
---
diff --git a/docs/dataTfeSamlSettings.typescript.md b/docs/dataTfeSamlSettings.typescript.md
index cd6fb6f65..2097ffdb1 100644
--- a/docs/dataTfeSamlSettings.typescript.md
+++ b/docs/dataTfeSamlSettings.typescript.md
@@ -4,7 +4,7 @@
### DataTfeSamlSettings
-Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/saml_settings tfe_saml_settings}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/saml_settings tfe_saml_settings}.
#### Initializers
@@ -365,7 +365,7 @@ The construct id used in the generated config for the DataTfeSamlSettings to imp
The id of the existing DataTfeSamlSettings that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/saml_settings#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/saml_settings#import import section} in the documentation of this resource for the id to use
---
diff --git a/docs/dataTfeSlug.csharp.md b/docs/dataTfeSlug.csharp.md
index ee741127f..10ecefa7d 100644
--- a/docs/dataTfeSlug.csharp.md
+++ b/docs/dataTfeSlug.csharp.md
@@ -4,7 +4,7 @@
### DataTfeSlug
-Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/slug tfe_slug}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/slug tfe_slug}.
#### Initializers
@@ -372,7 +372,7 @@ The construct id used in the generated config for the DataTfeSlug to import.
The id of the existing DataTfeSlug that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/slug#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/slug#import import section} in the documentation of this resource for the id to use
---
@@ -620,8 +620,8 @@ new DataTfeSlugConfig {
| Lifecycle
| HashiCorp.Cdktf.TerraformResourceLifecycle
| *No description.* |
| Provider
| HashiCorp.Cdktf.TerraformProvider
| *No description.* |
| Provisioners
| object[]
| *No description.* |
-| SourcePath
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/slug#source_path DataTfeSlug#source_path}. |
-| Id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/slug#id DataTfeSlug#id}. |
+| SourcePath
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/slug#source_path DataTfeSlug#source_path}. |
+| Id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/slug#id DataTfeSlug#id}. |
---
@@ -703,7 +703,7 @@ public string SourcePath { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/slug#source_path DataTfeSlug#source_path}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/slug#source_path DataTfeSlug#source_path}.
---
@@ -715,7 +715,7 @@ public string Id { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/slug#id DataTfeSlug#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/slug#id DataTfeSlug#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
diff --git a/docs/dataTfeSlug.go.md b/docs/dataTfeSlug.go.md
index eb99a0d39..c94eb377d 100644
--- a/docs/dataTfeSlug.go.md
+++ b/docs/dataTfeSlug.go.md
@@ -4,7 +4,7 @@
### DataTfeSlug
-Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/slug tfe_slug}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/slug tfe_slug}.
#### Initializers
@@ -372,7 +372,7 @@ The construct id used in the generated config for the DataTfeSlug to import.
The id of the existing DataTfeSlug that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/slug#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/slug#import import section} in the documentation of this resource for the id to use
---
@@ -620,8 +620,8 @@ import "github.com/cdktf/cdktf-provider-tfe-go/tfe/v11/datatfeslug"
| 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.* |
-| SourcePath
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/slug#source_path DataTfeSlug#source_path}. |
-| Id
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/slug#id DataTfeSlug#id}. |
+| SourcePath
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/slug#source_path DataTfeSlug#source_path}. |
+| Id
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/slug#id DataTfeSlug#id}. |
---
@@ -703,7 +703,7 @@ SourcePath *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/slug#source_path DataTfeSlug#source_path}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/slug#source_path DataTfeSlug#source_path}.
---
@@ -715,7 +715,7 @@ Id *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/slug#id DataTfeSlug#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/slug#id DataTfeSlug#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
diff --git a/docs/dataTfeSlug.java.md b/docs/dataTfeSlug.java.md
index 67ebf2200..16cb6742a 100644
--- a/docs/dataTfeSlug.java.md
+++ b/docs/dataTfeSlug.java.md
@@ -4,7 +4,7 @@
### DataTfeSlug
-Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/slug tfe_slug}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/slug tfe_slug}.
#### Initializers
@@ -39,8 +39,8 @@ DataTfeSlug.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.* |
-| sourcePath
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/slug#source_path DataTfeSlug#source_path}. |
-| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/slug#id DataTfeSlug#id}. |
+| sourcePath
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/slug#source_path DataTfeSlug#source_path}. |
+| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/slug#id DataTfeSlug#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/hashicorp/tfe/0.60.1/docs/data-sources/slug#source_path DataTfeSlug#source_path}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/slug#source_path DataTfeSlug#source_path}.
---
@@ -116,7 +116,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/slug#id DataTfeSlug#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/slug#id DataTfeSlug#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you 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 DataTfeSlug to import.
The id of the existing DataTfeSlug that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/slug#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/slug#import import section} in the documentation of this resource for the id to use
---
@@ -701,8 +701,8 @@ DataTfeSlugConfig.builder()
| lifecycle
| com.hashicorp.cdktf.TerraformResourceLifecycle
| *No description.* |
| provider
| com.hashicorp.cdktf.TerraformProvider
| *No description.* |
| provisioners
| java.util.List
| *No description.* |
-| sourcePath
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/slug#source_path DataTfeSlug#source_path}. |
-| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/slug#id DataTfeSlug#id}. |
+| sourcePath
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/slug#source_path DataTfeSlug#source_path}. |
+| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/slug#id DataTfeSlug#id}. |
---
@@ -784,7 +784,7 @@ public java.lang.String getSourcePath();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/slug#source_path DataTfeSlug#source_path}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/slug#source_path DataTfeSlug#source_path}.
---
@@ -796,7 +796,7 @@ public java.lang.String getId();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/slug#id DataTfeSlug#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/slug#id DataTfeSlug#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
diff --git a/docs/dataTfeSlug.python.md b/docs/dataTfeSlug.python.md
index 62c9f8d0d..faf569f69 100644
--- a/docs/dataTfeSlug.python.md
+++ b/docs/dataTfeSlug.python.md
@@ -4,7 +4,7 @@
### DataTfeSlug
-Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/slug tfe_slug}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/slug tfe_slug}.
#### Initializers
@@ -37,8 +37,8 @@ dataTfeSlug.DataTfeSlug(
| lifecycle
| cdktf.TerraformResourceLifecycle
| *No description.* |
| provider
| cdktf.TerraformProvider
| *No description.* |
| provisioners
| typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]]
| *No description.* |
-| source_path
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/slug#source_path DataTfeSlug#source_path}. |
-| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/slug#id DataTfeSlug#id}. |
+| source_path
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/slug#source_path DataTfeSlug#source_path}. |
+| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/slug#id DataTfeSlug#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/hashicorp/tfe/0.60.1/docs/data-sources/slug#source_path DataTfeSlug#source_path}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/slug#source_path DataTfeSlug#source_path}.
---
@@ -114,7 +114,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/slug#id DataTfeSlug#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/slug#id DataTfeSlug#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you 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 DataTfeSlug to import.
The id of the existing DataTfeSlug that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/slug#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/slug#import import section} in the documentation of this resource for the id to use
---
@@ -731,8 +731,8 @@ dataTfeSlug.DataTfeSlugConfig(
| lifecycle
| cdktf.TerraformResourceLifecycle
| *No description.* |
| provider
| cdktf.TerraformProvider
| *No description.* |
| provisioners
| typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]]
| *No description.* |
-| source_path
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/slug#source_path DataTfeSlug#source_path}. |
-| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/slug#id DataTfeSlug#id}. |
+| source_path
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/slug#source_path DataTfeSlug#source_path}. |
+| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/slug#id DataTfeSlug#id}. |
---
@@ -814,7 +814,7 @@ source_path: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/slug#source_path DataTfeSlug#source_path}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/slug#source_path DataTfeSlug#source_path}.
---
@@ -826,7 +826,7 @@ id: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/slug#id DataTfeSlug#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/slug#id DataTfeSlug#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
diff --git a/docs/dataTfeSlug.typescript.md b/docs/dataTfeSlug.typescript.md
index a12b7b902..2c0fb7a3a 100644
--- a/docs/dataTfeSlug.typescript.md
+++ b/docs/dataTfeSlug.typescript.md
@@ -4,7 +4,7 @@
### DataTfeSlug
-Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/slug tfe_slug}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/slug tfe_slug}.
#### Initializers
@@ -372,7 +372,7 @@ The construct id used in the generated config for the DataTfeSlug to import.
The id of the existing DataTfeSlug that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/slug#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/slug#import import section} in the documentation of this resource for the id to use
---
@@ -610,8 +610,8 @@ const dataTfeSlugConfig: dataTfeSlug.DataTfeSlugConfig = { ... }
| lifecycle
| cdktf.TerraformResourceLifecycle
| *No description.* |
| provider
| cdktf.TerraformProvider
| *No description.* |
| provisioners
| cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[]
| *No description.* |
-| sourcePath
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/slug#source_path DataTfeSlug#source_path}. |
-| id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/slug#id DataTfeSlug#id}. |
+| sourcePath
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/slug#source_path DataTfeSlug#source_path}. |
+| id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/slug#id DataTfeSlug#id}. |
---
@@ -693,7 +693,7 @@ public readonly sourcePath: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/slug#source_path DataTfeSlug#source_path}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/slug#source_path DataTfeSlug#source_path}.
---
@@ -705,7 +705,7 @@ public readonly id: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/slug#id DataTfeSlug#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/slug#id DataTfeSlug#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
diff --git a/docs/dataTfeSshKey.csharp.md b/docs/dataTfeSshKey.csharp.md
index 2d88b406a..e8e46d846 100644
--- a/docs/dataTfeSshKey.csharp.md
+++ b/docs/dataTfeSshKey.csharp.md
@@ -4,7 +4,7 @@
### DataTfeSshKey
-Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/ssh_key tfe_ssh_key}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/ssh_key tfe_ssh_key}.
#### Initializers
@@ -379,7 +379,7 @@ The construct id used in the generated config for the DataTfeSshKey to import.
The id of the existing DataTfeSshKey that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/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/hashicorp/tfe/0.61.0/docs/data-sources/ssh_key#import import section} in the documentation of this resource for the id to use
---
@@ -650,9 +650,9 @@ new DataTfeSshKeyConfig {
| 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/hashicorp/tfe/0.60.1/docs/data-sources/ssh_key#name DataTfeSshKey#name}. |
-| Id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/ssh_key#id DataTfeSshKey#id}. |
-| Organization
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/ssh_key#organization DataTfeSshKey#organization}. |
+| Name
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/ssh_key#name DataTfeSshKey#name}. |
+| Id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/ssh_key#id DataTfeSshKey#id}. |
+| Organization
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/ssh_key#organization DataTfeSshKey#organization}. |
---
@@ -734,7 +734,7 @@ public string Name { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/ssh_key#name DataTfeSshKey#name}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/ssh_key#name DataTfeSshKey#name}.
---
@@ -746,7 +746,7 @@ public string Id { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/ssh_key#id DataTfeSshKey#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/ssh_key#id DataTfeSshKey#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -761,7 +761,7 @@ public string Organization { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/ssh_key#organization DataTfeSshKey#organization}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/ssh_key#organization DataTfeSshKey#organization}.
---
diff --git a/docs/dataTfeSshKey.go.md b/docs/dataTfeSshKey.go.md
index 07d974476..c3bafac30 100644
--- a/docs/dataTfeSshKey.go.md
+++ b/docs/dataTfeSshKey.go.md
@@ -4,7 +4,7 @@
### DataTfeSshKey
-Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/ssh_key tfe_ssh_key}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/ssh_key tfe_ssh_key}.
#### Initializers
@@ -379,7 +379,7 @@ The construct id used in the generated config for the DataTfeSshKey to import.
The id of the existing DataTfeSshKey that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/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/hashicorp/tfe/0.61.0/docs/data-sources/ssh_key#import import section} in the documentation of this resource for the id to use
---
@@ -650,9 +650,9 @@ import "github.com/cdktf/cdktf-provider-tfe-go/tfe/v11/datatfesshkey"
| 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/hashicorp/tfe/0.60.1/docs/data-sources/ssh_key#name DataTfeSshKey#name}. |
-| Id
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/ssh_key#id DataTfeSshKey#id}. |
-| Organization
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/ssh_key#organization DataTfeSshKey#organization}. |
+| Name
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/ssh_key#name DataTfeSshKey#name}. |
+| Id
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/ssh_key#id DataTfeSshKey#id}. |
+| Organization
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/ssh_key#organization DataTfeSshKey#organization}. |
---
@@ -734,7 +734,7 @@ Name *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/ssh_key#name DataTfeSshKey#name}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/ssh_key#name DataTfeSshKey#name}.
---
@@ -746,7 +746,7 @@ Id *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/ssh_key#id DataTfeSshKey#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/ssh_key#id DataTfeSshKey#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -761,7 +761,7 @@ Organization *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/ssh_key#organization DataTfeSshKey#organization}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/ssh_key#organization DataTfeSshKey#organization}.
---
diff --git a/docs/dataTfeSshKey.java.md b/docs/dataTfeSshKey.java.md
index b2270e37e..901b752d0 100644
--- a/docs/dataTfeSshKey.java.md
+++ b/docs/dataTfeSshKey.java.md
@@ -4,7 +4,7 @@
### DataTfeSshKey
-Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/ssh_key tfe_ssh_key}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/ssh_key tfe_ssh_key}.
#### Initializers
@@ -40,9 +40,9 @@ DataTfeSshKey.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/hashicorp/tfe/0.60.1/docs/data-sources/ssh_key#name DataTfeSshKey#name}. |
-| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/ssh_key#id DataTfeSshKey#id}. |
-| organization
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/ssh_key#organization DataTfeSshKey#organization}. |
+| name
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/ssh_key#name DataTfeSshKey#name}. |
+| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/ssh_key#id DataTfeSshKey#id}. |
+| organization
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/ssh_key#organization DataTfeSshKey#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/hashicorp/tfe/0.60.1/docs/data-sources/ssh_key#name DataTfeSshKey#name}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/ssh_key#name DataTfeSshKey#name}.
---
@@ -118,7 +118,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/ssh_key#id DataTfeSshKey#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/ssh_key#id DataTfeSshKey#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you 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/hashicorp/tfe/0.60.1/docs/data-sources/ssh_key#organization DataTfeSshKey#organization}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/ssh_key#organization DataTfeSshKey#organization}.
---
@@ -466,7 +466,7 @@ The construct id used in the generated config for the DataTfeSshKey to import.
The id of the existing DataTfeSshKey that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/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/hashicorp/tfe/0.61.0/docs/data-sources/ssh_key#import import section} in the documentation of this resource for the id to use
---
@@ -741,9 +741,9 @@ DataTfeSshKeyConfig.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/hashicorp/tfe/0.60.1/docs/data-sources/ssh_key#name DataTfeSshKey#name}. |
-| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/ssh_key#id DataTfeSshKey#id}. |
-| organization
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/ssh_key#organization DataTfeSshKey#organization}. |
+| name
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/ssh_key#name DataTfeSshKey#name}. |
+| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/ssh_key#id DataTfeSshKey#id}. |
+| organization
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/ssh_key#organization DataTfeSshKey#organization}. |
---
@@ -825,7 +825,7 @@ public java.lang.String getName();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/ssh_key#name DataTfeSshKey#name}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/ssh_key#name DataTfeSshKey#name}.
---
@@ -837,7 +837,7 @@ public java.lang.String getId();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/ssh_key#id DataTfeSshKey#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/ssh_key#id DataTfeSshKey#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -852,7 +852,7 @@ public java.lang.String getOrganization();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/ssh_key#organization DataTfeSshKey#organization}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/ssh_key#organization DataTfeSshKey#organization}.
---
diff --git a/docs/dataTfeSshKey.python.md b/docs/dataTfeSshKey.python.md
index dfa386a30..ea8b02281 100644
--- a/docs/dataTfeSshKey.python.md
+++ b/docs/dataTfeSshKey.python.md
@@ -4,7 +4,7 @@
### DataTfeSshKey
-Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/ssh_key tfe_ssh_key}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/ssh_key tfe_ssh_key}.
#### Initializers
@@ -38,9 +38,9 @@ dataTfeSshKey.DataTfeSshKey(
| 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/hashicorp/tfe/0.60.1/docs/data-sources/ssh_key#name DataTfeSshKey#name}. |
-| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/ssh_key#id DataTfeSshKey#id}. |
-| organization
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/ssh_key#organization DataTfeSshKey#organization}. |
+| name
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/ssh_key#name DataTfeSshKey#name}. |
+| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/ssh_key#id DataTfeSshKey#id}. |
+| organization
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/ssh_key#organization DataTfeSshKey#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/hashicorp/tfe/0.60.1/docs/data-sources/ssh_key#name DataTfeSshKey#name}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/ssh_key#name DataTfeSshKey#name}.
---
@@ -116,7 +116,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/ssh_key#id DataTfeSshKey#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/ssh_key#id DataTfeSshKey#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you 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/hashicorp/tfe/0.60.1/docs/data-sources/ssh_key#organization DataTfeSshKey#organization}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/ssh_key#organization DataTfeSshKey#organization}.
---
@@ -500,7 +500,7 @@ The construct id used in the generated config for the DataTfeSshKey to import.
The id of the existing DataTfeSshKey that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/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/hashicorp/tfe/0.61.0/docs/data-sources/ssh_key#import import section} in the documentation of this resource for the id to use
---
@@ -771,9 +771,9 @@ dataTfeSshKey.DataTfeSshKeyConfig(
| 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/hashicorp/tfe/0.60.1/docs/data-sources/ssh_key#name DataTfeSshKey#name}. |
-| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/ssh_key#id DataTfeSshKey#id}. |
-| organization
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/ssh_key#organization DataTfeSshKey#organization}. |
+| name
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/ssh_key#name DataTfeSshKey#name}. |
+| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/ssh_key#id DataTfeSshKey#id}. |
+| organization
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/ssh_key#organization DataTfeSshKey#organization}. |
---
@@ -855,7 +855,7 @@ name: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/ssh_key#name DataTfeSshKey#name}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/ssh_key#name DataTfeSshKey#name}.
---
@@ -867,7 +867,7 @@ id: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/ssh_key#id DataTfeSshKey#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/ssh_key#id DataTfeSshKey#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -882,7 +882,7 @@ organization: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/ssh_key#organization DataTfeSshKey#organization}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/ssh_key#organization DataTfeSshKey#organization}.
---
diff --git a/docs/dataTfeSshKey.typescript.md b/docs/dataTfeSshKey.typescript.md
index 8cd9891fa..f36098dfc 100644
--- a/docs/dataTfeSshKey.typescript.md
+++ b/docs/dataTfeSshKey.typescript.md
@@ -4,7 +4,7 @@
### DataTfeSshKey
-Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/ssh_key tfe_ssh_key}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/ssh_key tfe_ssh_key}.
#### Initializers
@@ -379,7 +379,7 @@ The construct id used in the generated config for the DataTfeSshKey to import.
The id of the existing DataTfeSshKey that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/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/hashicorp/tfe/0.61.0/docs/data-sources/ssh_key#import import section} in the documentation of this resource for the id to use
---
@@ -639,9 +639,9 @@ const dataTfeSshKeyConfig: dataTfeSshKey.DataTfeSshKeyConfig = { ... }
| 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/hashicorp/tfe/0.60.1/docs/data-sources/ssh_key#name DataTfeSshKey#name}. |
-| id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/ssh_key#id DataTfeSshKey#id}. |
-| organization
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/ssh_key#organization DataTfeSshKey#organization}. |
+| name
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/ssh_key#name DataTfeSshKey#name}. |
+| id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/ssh_key#id DataTfeSshKey#id}. |
+| organization
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/ssh_key#organization DataTfeSshKey#organization}. |
---
@@ -723,7 +723,7 @@ public readonly name: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/ssh_key#name DataTfeSshKey#name}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/ssh_key#name DataTfeSshKey#name}.
---
@@ -735,7 +735,7 @@ public readonly id: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/ssh_key#id DataTfeSshKey#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/ssh_key#id DataTfeSshKey#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -750,7 +750,7 @@ public readonly organization: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/ssh_key#organization DataTfeSshKey#organization}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/ssh_key#organization DataTfeSshKey#organization}.
---
diff --git a/docs/dataTfeTeam.csharp.md b/docs/dataTfeTeam.csharp.md
index ce7d785ad..d401435fd 100644
--- a/docs/dataTfeTeam.csharp.md
+++ b/docs/dataTfeTeam.csharp.md
@@ -4,7 +4,7 @@
### DataTfeTeam
-Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/team tfe_team}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/team tfe_team}.
#### Initializers
@@ -379,7 +379,7 @@ The construct id used in the generated config for the DataTfeTeam to import.
The id of the existing DataTfeTeam that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/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/hashicorp/tfe/0.61.0/docs/data-sources/team#import import section} in the documentation of this resource for the id to use
---
@@ -661,9 +661,9 @@ new DataTfeTeamConfig {
| 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/hashicorp/tfe/0.60.1/docs/data-sources/team#name DataTfeTeam#name}. |
-| Id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/team#id DataTfeTeam#id}. |
-| Organization
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/team#organization DataTfeTeam#organization}. |
+| Name
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/team#name DataTfeTeam#name}. |
+| Id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/team#id DataTfeTeam#id}. |
+| Organization
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/team#organization DataTfeTeam#organization}. |
---
@@ -745,7 +745,7 @@ public string Name { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/team#name DataTfeTeam#name}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/team#name DataTfeTeam#name}.
---
@@ -757,7 +757,7 @@ public string Id { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/team#id DataTfeTeam#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/team#id DataTfeTeam#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you 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 string Organization { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/team#organization DataTfeTeam#organization}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/team#organization DataTfeTeam#organization}.
---
diff --git a/docs/dataTfeTeam.go.md b/docs/dataTfeTeam.go.md
index 56a4d15de..afa3ed26d 100644
--- a/docs/dataTfeTeam.go.md
+++ b/docs/dataTfeTeam.go.md
@@ -4,7 +4,7 @@
### DataTfeTeam
-Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/team tfe_team}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/team tfe_team}.
#### Initializers
@@ -379,7 +379,7 @@ The construct id used in the generated config for the DataTfeTeam to import.
The id of the existing DataTfeTeam that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/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/hashicorp/tfe/0.61.0/docs/data-sources/team#import import section} in the documentation of this resource for the id to use
---
@@ -661,9 +661,9 @@ import "github.com/cdktf/cdktf-provider-tfe-go/tfe/v11/datatfeteam"
| 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/hashicorp/tfe/0.60.1/docs/data-sources/team#name DataTfeTeam#name}. |
-| Id
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/team#id DataTfeTeam#id}. |
-| Organization
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/team#organization DataTfeTeam#organization}. |
+| Name
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/team#name DataTfeTeam#name}. |
+| Id
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/team#id DataTfeTeam#id}. |
+| Organization
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/team#organization DataTfeTeam#organization}. |
---
@@ -745,7 +745,7 @@ Name *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/team#name DataTfeTeam#name}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/team#name DataTfeTeam#name}.
---
@@ -757,7 +757,7 @@ Id *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/team#id DataTfeTeam#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/team#id DataTfeTeam#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you 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 @@ Organization *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/team#organization DataTfeTeam#organization}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/team#organization DataTfeTeam#organization}.
---
diff --git a/docs/dataTfeTeam.java.md b/docs/dataTfeTeam.java.md
index db0b4ff53..dd2e3f35d 100644
--- a/docs/dataTfeTeam.java.md
+++ b/docs/dataTfeTeam.java.md
@@ -4,7 +4,7 @@
### DataTfeTeam
-Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/team tfe_team}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/team tfe_team}.
#### Initializers
@@ -40,9 +40,9 @@ DataTfeTeam.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/hashicorp/tfe/0.60.1/docs/data-sources/team#name DataTfeTeam#name}. |
-| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/team#id DataTfeTeam#id}. |
-| organization
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/team#organization DataTfeTeam#organization}. |
+| name
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/team#name DataTfeTeam#name}. |
+| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/team#id DataTfeTeam#id}. |
+| organization
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/team#organization DataTfeTeam#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/hashicorp/tfe/0.60.1/docs/data-sources/team#name DataTfeTeam#name}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/team#name DataTfeTeam#name}.
---
@@ -118,7 +118,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/team#id DataTfeTeam#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/team#id DataTfeTeam#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you 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/hashicorp/tfe/0.60.1/docs/data-sources/team#organization DataTfeTeam#organization}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/team#organization DataTfeTeam#organization}.
---
@@ -466,7 +466,7 @@ The construct id used in the generated config for the DataTfeTeam to import.
The id of the existing DataTfeTeam that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/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/hashicorp/tfe/0.61.0/docs/data-sources/team#import import section} in the documentation of this resource for the id to use
---
@@ -752,9 +752,9 @@ DataTfeTeamConfig.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/hashicorp/tfe/0.60.1/docs/data-sources/team#name DataTfeTeam#name}. |
-| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/team#id DataTfeTeam#id}. |
-| organization
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/team#organization DataTfeTeam#organization}. |
+| name
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/team#name DataTfeTeam#name}. |
+| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/team#id DataTfeTeam#id}. |
+| organization
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/team#organization DataTfeTeam#organization}. |
---
@@ -836,7 +836,7 @@ public java.lang.String getName();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/team#name DataTfeTeam#name}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/team#name DataTfeTeam#name}.
---
@@ -848,7 +848,7 @@ public java.lang.String getId();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/team#id DataTfeTeam#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/team#id DataTfeTeam#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -863,7 +863,7 @@ public java.lang.String getOrganization();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/team#organization DataTfeTeam#organization}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/team#organization DataTfeTeam#organization}.
---
diff --git a/docs/dataTfeTeam.python.md b/docs/dataTfeTeam.python.md
index b7e2370dc..c109f5b30 100644
--- a/docs/dataTfeTeam.python.md
+++ b/docs/dataTfeTeam.python.md
@@ -4,7 +4,7 @@
### DataTfeTeam
-Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/team tfe_team}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/team tfe_team}.
#### Initializers
@@ -38,9 +38,9 @@ dataTfeTeam.DataTfeTeam(
| 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/hashicorp/tfe/0.60.1/docs/data-sources/team#name DataTfeTeam#name}. |
-| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/team#id DataTfeTeam#id}. |
-| organization
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/team#organization DataTfeTeam#organization}. |
+| name
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/team#name DataTfeTeam#name}. |
+| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/team#id DataTfeTeam#id}. |
+| organization
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/team#organization DataTfeTeam#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/hashicorp/tfe/0.60.1/docs/data-sources/team#name DataTfeTeam#name}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/team#name DataTfeTeam#name}.
---
@@ -116,7 +116,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/team#id DataTfeTeam#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/team#id DataTfeTeam#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you 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/hashicorp/tfe/0.60.1/docs/data-sources/team#organization DataTfeTeam#organization}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/team#organization DataTfeTeam#organization}.
---
@@ -500,7 +500,7 @@ The construct id used in the generated config for the DataTfeTeam to import.
The id of the existing DataTfeTeam that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/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/hashicorp/tfe/0.61.0/docs/data-sources/team#import import section} in the documentation of this resource for the id to use
---
@@ -782,9 +782,9 @@ dataTfeTeam.DataTfeTeamConfig(
| 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/hashicorp/tfe/0.60.1/docs/data-sources/team#name DataTfeTeam#name}. |
-| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/team#id DataTfeTeam#id}. |
-| organization
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/team#organization DataTfeTeam#organization}. |
+| name
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/team#name DataTfeTeam#name}. |
+| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/team#id DataTfeTeam#id}. |
+| organization
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/team#organization DataTfeTeam#organization}. |
---
@@ -866,7 +866,7 @@ name: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/team#name DataTfeTeam#name}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/team#name DataTfeTeam#name}.
---
@@ -878,7 +878,7 @@ id: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/team#id DataTfeTeam#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/team#id DataTfeTeam#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -893,7 +893,7 @@ organization: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/team#organization DataTfeTeam#organization}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/team#organization DataTfeTeam#organization}.
---
diff --git a/docs/dataTfeTeam.typescript.md b/docs/dataTfeTeam.typescript.md
index f097eecba..882d6c56a 100644
--- a/docs/dataTfeTeam.typescript.md
+++ b/docs/dataTfeTeam.typescript.md
@@ -4,7 +4,7 @@
### DataTfeTeam
-Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/team tfe_team}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/team tfe_team}.
#### Initializers
@@ -379,7 +379,7 @@ The construct id used in the generated config for the DataTfeTeam to import.
The id of the existing DataTfeTeam that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/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/hashicorp/tfe/0.61.0/docs/data-sources/team#import import section} in the documentation of this resource for the id to use
---
@@ -650,9 +650,9 @@ const dataTfeTeamConfig: dataTfeTeam.DataTfeTeamConfig = { ... }
| 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/hashicorp/tfe/0.60.1/docs/data-sources/team#name DataTfeTeam#name}. |
-| id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/team#id DataTfeTeam#id}. |
-| organization
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/team#organization DataTfeTeam#organization}. |
+| name
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/team#name DataTfeTeam#name}. |
+| id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/team#id DataTfeTeam#id}. |
+| organization
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/team#organization DataTfeTeam#organization}. |
---
@@ -734,7 +734,7 @@ public readonly name: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/team#name DataTfeTeam#name}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/team#name DataTfeTeam#name}.
---
@@ -746,7 +746,7 @@ public readonly id: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/team#id DataTfeTeam#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/team#id DataTfeTeam#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -761,7 +761,7 @@ public readonly organization: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/team#organization DataTfeTeam#organization}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/team#organization DataTfeTeam#organization}.
---
diff --git a/docs/dataTfeTeamAccess.csharp.md b/docs/dataTfeTeamAccess.csharp.md
index 2623970e0..4d5aa18f7 100644
--- a/docs/dataTfeTeamAccess.csharp.md
+++ b/docs/dataTfeTeamAccess.csharp.md
@@ -4,7 +4,7 @@
### DataTfeTeamAccess
-Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/team_access tfe_team_access}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/team_access tfe_team_access}.
#### Initializers
@@ -372,7 +372,7 @@ The construct id used in the generated config for the DataTfeTeamAccess to impor
The id of the existing DataTfeTeamAccess that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/team_access#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/team_access#import import section} in the documentation of this resource for the id to use
---
@@ -665,9 +665,9 @@ new DataTfeTeamAccessConfig {
| Lifecycle
| HashiCorp.Cdktf.TerraformResourceLifecycle
| *No description.* |
| Provider
| HashiCorp.Cdktf.TerraformProvider
| *No description.* |
| Provisioners
| object[]
| *No description.* |
-| TeamId
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/team_access#team_id DataTfeTeamAccess#team_id}. |
-| WorkspaceId
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/team_access#workspace_id DataTfeTeamAccess#workspace_id}. |
-| Id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/team_access#id DataTfeTeamAccess#id}. |
+| TeamId
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/team_access#team_id DataTfeTeamAccess#team_id}. |
+| WorkspaceId
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/team_access#workspace_id DataTfeTeamAccess#workspace_id}. |
+| Id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/team_access#id DataTfeTeamAccess#id}. |
---
@@ -749,7 +749,7 @@ public string TeamId { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/team_access#team_id DataTfeTeamAccess#team_id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/team_access#team_id DataTfeTeamAccess#team_id}.
---
@@ -761,7 +761,7 @@ public string WorkspaceId { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/team_access#workspace_id DataTfeTeamAccess#workspace_id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/team_access#workspace_id DataTfeTeamAccess#workspace_id}.
---
@@ -773,7 +773,7 @@ public string Id { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/team_access#id DataTfeTeamAccess#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/team_access#id DataTfeTeamAccess#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
diff --git a/docs/dataTfeTeamAccess.go.md b/docs/dataTfeTeamAccess.go.md
index f5904ab4b..86a7df629 100644
--- a/docs/dataTfeTeamAccess.go.md
+++ b/docs/dataTfeTeamAccess.go.md
@@ -4,7 +4,7 @@
### DataTfeTeamAccess
-Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/team_access tfe_team_access}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/team_access tfe_team_access}.
#### Initializers
@@ -372,7 +372,7 @@ The construct id used in the generated config for the DataTfeTeamAccess to impor
The id of the existing DataTfeTeamAccess that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/team_access#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/team_access#import import section} in the documentation of this resource for the id to use
---
@@ -665,9 +665,9 @@ import "github.com/cdktf/cdktf-provider-tfe-go/tfe/v11/datatfeteamaccess"
| 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.* |
-| TeamId
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/team_access#team_id DataTfeTeamAccess#team_id}. |
-| WorkspaceId
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/team_access#workspace_id DataTfeTeamAccess#workspace_id}. |
-| Id
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/team_access#id DataTfeTeamAccess#id}. |
+| TeamId
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/team_access#team_id DataTfeTeamAccess#team_id}. |
+| WorkspaceId
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/team_access#workspace_id DataTfeTeamAccess#workspace_id}. |
+| Id
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/team_access#id DataTfeTeamAccess#id}. |
---
@@ -749,7 +749,7 @@ TeamId *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/team_access#team_id DataTfeTeamAccess#team_id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/team_access#team_id DataTfeTeamAccess#team_id}.
---
@@ -761,7 +761,7 @@ WorkspaceId *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/team_access#workspace_id DataTfeTeamAccess#workspace_id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/team_access#workspace_id DataTfeTeamAccess#workspace_id}.
---
@@ -773,7 +773,7 @@ Id *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/team_access#id DataTfeTeamAccess#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/team_access#id DataTfeTeamAccess#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
diff --git a/docs/dataTfeTeamAccess.java.md b/docs/dataTfeTeamAccess.java.md
index bc98ecdf5..26de0c526 100644
--- a/docs/dataTfeTeamAccess.java.md
+++ b/docs/dataTfeTeamAccess.java.md
@@ -4,7 +4,7 @@
### DataTfeTeamAccess
-Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/team_access tfe_team_access}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/team_access tfe_team_access}.
#### Initializers
@@ -40,9 +40,9 @@ DataTfeTeamAccess.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.* |
-| teamId
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/team_access#team_id DataTfeTeamAccess#team_id}. |
-| workspaceId
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/team_access#workspace_id DataTfeTeamAccess#workspace_id}. |
-| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/team_access#id DataTfeTeamAccess#id}. |
+| teamId
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/team_access#team_id DataTfeTeamAccess#team_id}. |
+| workspaceId
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/team_access#workspace_id DataTfeTeamAccess#workspace_id}. |
+| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/team_access#id DataTfeTeamAccess#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/hashicorp/tfe/0.60.1/docs/data-sources/team_access#team_id DataTfeTeamAccess#team_id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/team_access#team_id DataTfeTeamAccess#team_id}.
---
@@ -118,7 +118,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/team_access#workspace_id DataTfeTeamAccess#workspace_id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/team_access#workspace_id DataTfeTeamAccess#workspace_id}.
---
@@ -126,7 +126,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/team_access#id DataTfeTeamAccess#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/team_access#id DataTfeTeamAccess#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you 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 DataTfeTeamAccess to impor
The id of the existing DataTfeTeamAccess that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/team_access#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/team_access#import import section} in the documentation of this resource for the id to use
---
@@ -756,9 +756,9 @@ DataTfeTeamAccessConfig.builder()
| lifecycle
| com.hashicorp.cdktf.TerraformResourceLifecycle
| *No description.* |
| provider
| com.hashicorp.cdktf.TerraformProvider
| *No description.* |
| provisioners
| java.util.List
| *No description.* |
-| teamId
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/team_access#team_id DataTfeTeamAccess#team_id}. |
-| workspaceId
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/team_access#workspace_id DataTfeTeamAccess#workspace_id}. |
-| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/team_access#id DataTfeTeamAccess#id}. |
+| teamId
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/team_access#team_id DataTfeTeamAccess#team_id}. |
+| workspaceId
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/team_access#workspace_id DataTfeTeamAccess#workspace_id}. |
+| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/team_access#id DataTfeTeamAccess#id}. |
---
@@ -840,7 +840,7 @@ public java.lang.String getTeamId();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/team_access#team_id DataTfeTeamAccess#team_id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/team_access#team_id DataTfeTeamAccess#team_id}.
---
@@ -852,7 +852,7 @@ public java.lang.String getWorkspaceId();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/team_access#workspace_id DataTfeTeamAccess#workspace_id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/team_access#workspace_id DataTfeTeamAccess#workspace_id}.
---
@@ -864,7 +864,7 @@ public java.lang.String getId();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/team_access#id DataTfeTeamAccess#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/team_access#id DataTfeTeamAccess#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
diff --git a/docs/dataTfeTeamAccess.python.md b/docs/dataTfeTeamAccess.python.md
index f7ffa0522..90a8fedd3 100644
--- a/docs/dataTfeTeamAccess.python.md
+++ b/docs/dataTfeTeamAccess.python.md
@@ -4,7 +4,7 @@
### DataTfeTeamAccess
-Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/team_access tfe_team_access}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/team_access tfe_team_access}.
#### Initializers
@@ -38,9 +38,9 @@ dataTfeTeamAccess.DataTfeTeamAccess(
| lifecycle
| cdktf.TerraformResourceLifecycle
| *No description.* |
| provider
| cdktf.TerraformProvider
| *No description.* |
| provisioners
| typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]]
| *No description.* |
-| team_id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/team_access#team_id DataTfeTeamAccess#team_id}. |
-| workspace_id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/team_access#workspace_id DataTfeTeamAccess#workspace_id}. |
-| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/team_access#id DataTfeTeamAccess#id}. |
+| team_id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/team_access#team_id DataTfeTeamAccess#team_id}. |
+| workspace_id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/team_access#workspace_id DataTfeTeamAccess#workspace_id}. |
+| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/team_access#id DataTfeTeamAccess#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/hashicorp/tfe/0.60.1/docs/data-sources/team_access#team_id DataTfeTeamAccess#team_id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/team_access#team_id DataTfeTeamAccess#team_id}.
---
@@ -116,7 +116,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/team_access#workspace_id DataTfeTeamAccess#workspace_id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/team_access#workspace_id DataTfeTeamAccess#workspace_id}.
---
@@ -124,7 +124,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/team_access#id DataTfeTeamAccess#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/team_access#id DataTfeTeamAccess#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you 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 DataTfeTeamAccess to impor
The id of the existing DataTfeTeamAccess that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/team_access#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/team_access#import import section} in the documentation of this resource for the id to use
---
@@ -786,9 +786,9 @@ dataTfeTeamAccess.DataTfeTeamAccessConfig(
| lifecycle
| cdktf.TerraformResourceLifecycle
| *No description.* |
| provider
| cdktf.TerraformProvider
| *No description.* |
| provisioners
| typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]]
| *No description.* |
-| team_id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/team_access#team_id DataTfeTeamAccess#team_id}. |
-| workspace_id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/team_access#workspace_id DataTfeTeamAccess#workspace_id}. |
-| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/team_access#id DataTfeTeamAccess#id}. |
+| team_id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/team_access#team_id DataTfeTeamAccess#team_id}. |
+| workspace_id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/team_access#workspace_id DataTfeTeamAccess#workspace_id}. |
+| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/team_access#id DataTfeTeamAccess#id}. |
---
@@ -870,7 +870,7 @@ team_id: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/team_access#team_id DataTfeTeamAccess#team_id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/team_access#team_id DataTfeTeamAccess#team_id}.
---
@@ -882,7 +882,7 @@ workspace_id: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/team_access#workspace_id DataTfeTeamAccess#workspace_id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/team_access#workspace_id DataTfeTeamAccess#workspace_id}.
---
@@ -894,7 +894,7 @@ id: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/team_access#id DataTfeTeamAccess#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/team_access#id DataTfeTeamAccess#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
diff --git a/docs/dataTfeTeamAccess.typescript.md b/docs/dataTfeTeamAccess.typescript.md
index 8a5c696b8..bd66f1d58 100644
--- a/docs/dataTfeTeamAccess.typescript.md
+++ b/docs/dataTfeTeamAccess.typescript.md
@@ -4,7 +4,7 @@
### DataTfeTeamAccess
-Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/team_access tfe_team_access}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/team_access tfe_team_access}.
#### Initializers
@@ -372,7 +372,7 @@ The construct id used in the generated config for the DataTfeTeamAccess to impor
The id of the existing DataTfeTeamAccess that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/team_access#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/team_access#import import section} in the documentation of this resource for the id to use
---
@@ -654,9 +654,9 @@ const dataTfeTeamAccessConfig: dataTfeTeamAccess.DataTfeTeamAccessConfig = { ...
| lifecycle
| cdktf.TerraformResourceLifecycle
| *No description.* |
| provider
| cdktf.TerraformProvider
| *No description.* |
| provisioners
| cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[]
| *No description.* |
-| teamId
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/team_access#team_id DataTfeTeamAccess#team_id}. |
-| workspaceId
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/team_access#workspace_id DataTfeTeamAccess#workspace_id}. |
-| id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/team_access#id DataTfeTeamAccess#id}. |
+| teamId
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/team_access#team_id DataTfeTeamAccess#team_id}. |
+| workspaceId
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/team_access#workspace_id DataTfeTeamAccess#workspace_id}. |
+| id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/team_access#id DataTfeTeamAccess#id}. |
---
@@ -738,7 +738,7 @@ public readonly teamId: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/team_access#team_id DataTfeTeamAccess#team_id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/team_access#team_id DataTfeTeamAccess#team_id}.
---
@@ -750,7 +750,7 @@ public readonly workspaceId: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/team_access#workspace_id DataTfeTeamAccess#workspace_id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/team_access#workspace_id DataTfeTeamAccess#workspace_id}.
---
@@ -762,7 +762,7 @@ public readonly id: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/team_access#id DataTfeTeamAccess#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/team_access#id DataTfeTeamAccess#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
diff --git a/docs/dataTfeTeamProjectAccess.csharp.md b/docs/dataTfeTeamProjectAccess.csharp.md
index 39d75fac1..90b384e85 100644
--- a/docs/dataTfeTeamProjectAccess.csharp.md
+++ b/docs/dataTfeTeamProjectAccess.csharp.md
@@ -4,7 +4,7 @@
### DataTfeTeamProjectAccess
-Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/team_project_access tfe_team_project_access}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/team_project_access tfe_team_project_access}.
#### Initializers
@@ -372,7 +372,7 @@ The construct id used in the generated config for the DataTfeTeamProjectAccess t
The id of the existing DataTfeTeamProjectAccess that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/team_project_access#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/team_project_access#import import section} in the documentation of this resource for the id to use
---
@@ -676,9 +676,9 @@ new DataTfeTeamProjectAccessConfig {
| Lifecycle
| HashiCorp.Cdktf.TerraformResourceLifecycle
| *No description.* |
| Provider
| HashiCorp.Cdktf.TerraformProvider
| *No description.* |
| Provisioners
| object[]
| *No description.* |
-| ProjectId
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/team_project_access#project_id DataTfeTeamProjectAccess#project_id}. |
-| TeamId
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/team_project_access#team_id DataTfeTeamProjectAccess#team_id}. |
-| Id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/team_project_access#id DataTfeTeamProjectAccess#id}. |
+| ProjectId
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/team_project_access#project_id DataTfeTeamProjectAccess#project_id}. |
+| TeamId
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/team_project_access#team_id DataTfeTeamProjectAccess#team_id}. |
+| Id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/team_project_access#id DataTfeTeamProjectAccess#id}. |
---
@@ -760,7 +760,7 @@ public string ProjectId { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/team_project_access#project_id DataTfeTeamProjectAccess#project_id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/team_project_access#project_id DataTfeTeamProjectAccess#project_id}.
---
@@ -772,7 +772,7 @@ public string TeamId { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/team_project_access#team_id DataTfeTeamProjectAccess#team_id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/team_project_access#team_id DataTfeTeamProjectAccess#team_id}.
---
@@ -784,7 +784,7 @@ public string Id { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/team_project_access#id DataTfeTeamProjectAccess#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/team_project_access#id DataTfeTeamProjectAccess#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
diff --git a/docs/dataTfeTeamProjectAccess.go.md b/docs/dataTfeTeamProjectAccess.go.md
index 84bc34507..275d4972e 100644
--- a/docs/dataTfeTeamProjectAccess.go.md
+++ b/docs/dataTfeTeamProjectAccess.go.md
@@ -4,7 +4,7 @@
### DataTfeTeamProjectAccess
-Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/team_project_access tfe_team_project_access}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/team_project_access tfe_team_project_access}.
#### Initializers
@@ -372,7 +372,7 @@ The construct id used in the generated config for the DataTfeTeamProjectAccess t
The id of the existing DataTfeTeamProjectAccess that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/team_project_access#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/team_project_access#import import section} in the documentation of this resource for the id to use
---
@@ -676,9 +676,9 @@ import "github.com/cdktf/cdktf-provider-tfe-go/tfe/v11/datatfeteamprojectaccess"
| 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.* |
-| ProjectId
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/team_project_access#project_id DataTfeTeamProjectAccess#project_id}. |
-| TeamId
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/team_project_access#team_id DataTfeTeamProjectAccess#team_id}. |
-| Id
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/team_project_access#id DataTfeTeamProjectAccess#id}. |
+| ProjectId
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/team_project_access#project_id DataTfeTeamProjectAccess#project_id}. |
+| TeamId
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/team_project_access#team_id DataTfeTeamProjectAccess#team_id}. |
+| Id
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/team_project_access#id DataTfeTeamProjectAccess#id}. |
---
@@ -760,7 +760,7 @@ ProjectId *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/team_project_access#project_id DataTfeTeamProjectAccess#project_id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/team_project_access#project_id DataTfeTeamProjectAccess#project_id}.
---
@@ -772,7 +772,7 @@ TeamId *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/team_project_access#team_id DataTfeTeamProjectAccess#team_id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/team_project_access#team_id DataTfeTeamProjectAccess#team_id}.
---
@@ -784,7 +784,7 @@ Id *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/team_project_access#id DataTfeTeamProjectAccess#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/team_project_access#id DataTfeTeamProjectAccess#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
diff --git a/docs/dataTfeTeamProjectAccess.java.md b/docs/dataTfeTeamProjectAccess.java.md
index 0462bb719..729b5fdfb 100644
--- a/docs/dataTfeTeamProjectAccess.java.md
+++ b/docs/dataTfeTeamProjectAccess.java.md
@@ -4,7 +4,7 @@
### DataTfeTeamProjectAccess
-Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/team_project_access tfe_team_project_access}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/team_project_access tfe_team_project_access}.
#### Initializers
@@ -40,9 +40,9 @@ DataTfeTeamProjectAccess.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.* |
-| projectId
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/team_project_access#project_id DataTfeTeamProjectAccess#project_id}. |
-| teamId
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/team_project_access#team_id DataTfeTeamProjectAccess#team_id}. |
-| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/team_project_access#id DataTfeTeamProjectAccess#id}. |
+| projectId
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/team_project_access#project_id DataTfeTeamProjectAccess#project_id}. |
+| teamId
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/team_project_access#team_id DataTfeTeamProjectAccess#team_id}. |
+| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/team_project_access#id DataTfeTeamProjectAccess#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/hashicorp/tfe/0.60.1/docs/data-sources/team_project_access#project_id DataTfeTeamProjectAccess#project_id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/team_project_access#project_id DataTfeTeamProjectAccess#project_id}.
---
@@ -118,7 +118,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/team_project_access#team_id DataTfeTeamProjectAccess#team_id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/team_project_access#team_id DataTfeTeamProjectAccess#team_id}.
---
@@ -126,7 +126,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/team_project_access#id DataTfeTeamProjectAccess#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/team_project_access#id DataTfeTeamProjectAccess#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you 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 DataTfeTeamProjectAccess t
The id of the existing DataTfeTeamProjectAccess that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/team_project_access#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/team_project_access#import import section} in the documentation of this resource for the id to use
---
@@ -767,9 +767,9 @@ DataTfeTeamProjectAccessConfig.builder()
| lifecycle
| com.hashicorp.cdktf.TerraformResourceLifecycle
| *No description.* |
| provider
| com.hashicorp.cdktf.TerraformProvider
| *No description.* |
| provisioners
| java.util.List
| *No description.* |
-| projectId
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/team_project_access#project_id DataTfeTeamProjectAccess#project_id}. |
-| teamId
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/team_project_access#team_id DataTfeTeamProjectAccess#team_id}. |
-| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/team_project_access#id DataTfeTeamProjectAccess#id}. |
+| projectId
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/team_project_access#project_id DataTfeTeamProjectAccess#project_id}. |
+| teamId
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/team_project_access#team_id DataTfeTeamProjectAccess#team_id}. |
+| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/team_project_access#id DataTfeTeamProjectAccess#id}. |
---
@@ -851,7 +851,7 @@ public java.lang.String getProjectId();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/team_project_access#project_id DataTfeTeamProjectAccess#project_id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/team_project_access#project_id DataTfeTeamProjectAccess#project_id}.
---
@@ -863,7 +863,7 @@ public java.lang.String getTeamId();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/team_project_access#team_id DataTfeTeamProjectAccess#team_id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/team_project_access#team_id DataTfeTeamProjectAccess#team_id}.
---
@@ -875,7 +875,7 @@ public java.lang.String getId();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/team_project_access#id DataTfeTeamProjectAccess#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/team_project_access#id DataTfeTeamProjectAccess#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
diff --git a/docs/dataTfeTeamProjectAccess.python.md b/docs/dataTfeTeamProjectAccess.python.md
index 08f19bac9..cbf23452f 100644
--- a/docs/dataTfeTeamProjectAccess.python.md
+++ b/docs/dataTfeTeamProjectAccess.python.md
@@ -4,7 +4,7 @@
### DataTfeTeamProjectAccess
-Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/team_project_access tfe_team_project_access}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/team_project_access tfe_team_project_access}.
#### Initializers
@@ -38,9 +38,9 @@ dataTfeTeamProjectAccess.DataTfeTeamProjectAccess(
| lifecycle
| cdktf.TerraformResourceLifecycle
| *No description.* |
| provider
| cdktf.TerraformProvider
| *No description.* |
| provisioners
| typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]]
| *No description.* |
-| project_id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/team_project_access#project_id DataTfeTeamProjectAccess#project_id}. |
-| team_id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/team_project_access#team_id DataTfeTeamProjectAccess#team_id}. |
-| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/team_project_access#id DataTfeTeamProjectAccess#id}. |
+| project_id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/team_project_access#project_id DataTfeTeamProjectAccess#project_id}. |
+| team_id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/team_project_access#team_id DataTfeTeamProjectAccess#team_id}. |
+| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/team_project_access#id DataTfeTeamProjectAccess#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/hashicorp/tfe/0.60.1/docs/data-sources/team_project_access#project_id DataTfeTeamProjectAccess#project_id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/team_project_access#project_id DataTfeTeamProjectAccess#project_id}.
---
@@ -116,7 +116,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/team_project_access#team_id DataTfeTeamProjectAccess#team_id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/team_project_access#team_id DataTfeTeamProjectAccess#team_id}.
---
@@ -124,7 +124,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/team_project_access#id DataTfeTeamProjectAccess#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/team_project_access#id DataTfeTeamProjectAccess#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you 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 DataTfeTeamProjectAccess t
The id of the existing DataTfeTeamProjectAccess that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/team_project_access#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/team_project_access#import import section} in the documentation of this resource for the id to use
---
@@ -797,9 +797,9 @@ dataTfeTeamProjectAccess.DataTfeTeamProjectAccessConfig(
| lifecycle
| cdktf.TerraformResourceLifecycle
| *No description.* |
| provider
| cdktf.TerraformProvider
| *No description.* |
| provisioners
| typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]]
| *No description.* |
-| project_id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/team_project_access#project_id DataTfeTeamProjectAccess#project_id}. |
-| team_id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/team_project_access#team_id DataTfeTeamProjectAccess#team_id}. |
-| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/team_project_access#id DataTfeTeamProjectAccess#id}. |
+| project_id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/team_project_access#project_id DataTfeTeamProjectAccess#project_id}. |
+| team_id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/team_project_access#team_id DataTfeTeamProjectAccess#team_id}. |
+| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/team_project_access#id DataTfeTeamProjectAccess#id}. |
---
@@ -881,7 +881,7 @@ project_id: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/team_project_access#project_id DataTfeTeamProjectAccess#project_id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/team_project_access#project_id DataTfeTeamProjectAccess#project_id}.
---
@@ -893,7 +893,7 @@ team_id: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/team_project_access#team_id DataTfeTeamProjectAccess#team_id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/team_project_access#team_id DataTfeTeamProjectAccess#team_id}.
---
@@ -905,7 +905,7 @@ id: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/team_project_access#id DataTfeTeamProjectAccess#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/team_project_access#id DataTfeTeamProjectAccess#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
diff --git a/docs/dataTfeTeamProjectAccess.typescript.md b/docs/dataTfeTeamProjectAccess.typescript.md
index 82c7e5974..93f9430c8 100644
--- a/docs/dataTfeTeamProjectAccess.typescript.md
+++ b/docs/dataTfeTeamProjectAccess.typescript.md
@@ -4,7 +4,7 @@
### DataTfeTeamProjectAccess
-Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/team_project_access tfe_team_project_access}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/team_project_access tfe_team_project_access}.
#### Initializers
@@ -372,7 +372,7 @@ The construct id used in the generated config for the DataTfeTeamProjectAccess t
The id of the existing DataTfeTeamProjectAccess that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/team_project_access#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/team_project_access#import import section} in the documentation of this resource for the id to use
---
@@ -665,9 +665,9 @@ const dataTfeTeamProjectAccessConfig: dataTfeTeamProjectAccess.DataTfeTeamProjec
| lifecycle
| cdktf.TerraformResourceLifecycle
| *No description.* |
| provider
| cdktf.TerraformProvider
| *No description.* |
| provisioners
| cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[]
| *No description.* |
-| projectId
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/team_project_access#project_id DataTfeTeamProjectAccess#project_id}. |
-| teamId
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/team_project_access#team_id DataTfeTeamProjectAccess#team_id}. |
-| id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/team_project_access#id DataTfeTeamProjectAccess#id}. |
+| projectId
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/team_project_access#project_id DataTfeTeamProjectAccess#project_id}. |
+| teamId
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/team_project_access#team_id DataTfeTeamProjectAccess#team_id}. |
+| id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/team_project_access#id DataTfeTeamProjectAccess#id}. |
---
@@ -749,7 +749,7 @@ public readonly projectId: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/team_project_access#project_id DataTfeTeamProjectAccess#project_id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/team_project_access#project_id DataTfeTeamProjectAccess#project_id}.
---
@@ -761,7 +761,7 @@ public readonly teamId: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/team_project_access#team_id DataTfeTeamProjectAccess#team_id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/team_project_access#team_id DataTfeTeamProjectAccess#team_id}.
---
@@ -773,7 +773,7 @@ public readonly id: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/team_project_access#id DataTfeTeamProjectAccess#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/team_project_access#id DataTfeTeamProjectAccess#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
diff --git a/docs/dataTfeTeams.csharp.md b/docs/dataTfeTeams.csharp.md
index 4517b2cf6..68b39ec30 100644
--- a/docs/dataTfeTeams.csharp.md
+++ b/docs/dataTfeTeams.csharp.md
@@ -4,7 +4,7 @@
### DataTfeTeams
-Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/teams tfe_teams}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/teams tfe_teams}.
#### Initializers
@@ -379,7 +379,7 @@ The construct id used in the generated config for the DataTfeTeams to import.
The id of the existing DataTfeTeams that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/teams#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/teams#import import section} in the documentation of this resource for the id to use
---
@@ -649,8 +649,8 @@ new DataTfeTeamsConfig {
| 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/hashicorp/tfe/0.60.1/docs/data-sources/teams#id DataTfeTeams#id}. |
-| Organization
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/teams#organization DataTfeTeams#organization}. |
+| Id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/teams#id DataTfeTeams#id}. |
+| Organization
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/teams#organization DataTfeTeams#organization}. |
---
@@ -732,7 +732,7 @@ public string Id { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/teams#id DataTfeTeams#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/teams#id DataTfeTeams#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -747,7 +747,7 @@ public string Organization { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/teams#organization DataTfeTeams#organization}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/teams#organization DataTfeTeams#organization}.
---
diff --git a/docs/dataTfeTeams.go.md b/docs/dataTfeTeams.go.md
index e3ef6bf55..a7a1077e3 100644
--- a/docs/dataTfeTeams.go.md
+++ b/docs/dataTfeTeams.go.md
@@ -4,7 +4,7 @@
### DataTfeTeams
-Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/teams tfe_teams}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/teams tfe_teams}.
#### Initializers
@@ -379,7 +379,7 @@ The construct id used in the generated config for the DataTfeTeams to import.
The id of the existing DataTfeTeams that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/teams#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/teams#import import section} in the documentation of this resource for the id to use
---
@@ -649,8 +649,8 @@ import "github.com/cdktf/cdktf-provider-tfe-go/tfe/v11/datatfeteams"
| 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/hashicorp/tfe/0.60.1/docs/data-sources/teams#id DataTfeTeams#id}. |
-| Organization
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/teams#organization DataTfeTeams#organization}. |
+| Id
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/teams#id DataTfeTeams#id}. |
+| Organization
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/teams#organization DataTfeTeams#organization}. |
---
@@ -732,7 +732,7 @@ Id *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/teams#id DataTfeTeams#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/teams#id DataTfeTeams#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -747,7 +747,7 @@ Organization *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/teams#organization DataTfeTeams#organization}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/teams#organization DataTfeTeams#organization}.
---
diff --git a/docs/dataTfeTeams.java.md b/docs/dataTfeTeams.java.md
index 5767ba1e7..abfcd25b0 100644
--- a/docs/dataTfeTeams.java.md
+++ b/docs/dataTfeTeams.java.md
@@ -4,7 +4,7 @@
### DataTfeTeams
-Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/teams tfe_teams}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/teams tfe_teams}.
#### Initializers
@@ -39,8 +39,8 @@ DataTfeTeams.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/hashicorp/tfe/0.60.1/docs/data-sources/teams#id DataTfeTeams#id}. |
-| organization
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/teams#organization DataTfeTeams#organization}. |
+| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/teams#id DataTfeTeams#id}. |
+| organization
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/teams#organization DataTfeTeams#organization}. |
---
@@ -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/hashicorp/tfe/0.60.1/docs/data-sources/teams#id DataTfeTeams#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/teams#id DataTfeTeams#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -119,7 +119,7 @@ If you experience problems setting this value it might not be settable. Please t
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/teams#organization DataTfeTeams#organization}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/teams#organization DataTfeTeams#organization}.
---
@@ -456,7 +456,7 @@ The construct id used in the generated config for the DataTfeTeams to import.
The id of the existing DataTfeTeams that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/teams#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/teams#import import section} in the documentation of this resource for the id to use
---
@@ -730,8 +730,8 @@ DataTfeTeamsConfig.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/hashicorp/tfe/0.60.1/docs/data-sources/teams#id DataTfeTeams#id}. |
-| organization
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/teams#organization DataTfeTeams#organization}. |
+| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/teams#id DataTfeTeams#id}. |
+| organization
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/teams#organization DataTfeTeams#organization}. |
---
@@ -813,7 +813,7 @@ public java.lang.String getId();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/teams#id DataTfeTeams#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/teams#id DataTfeTeams#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -828,7 +828,7 @@ public java.lang.String getOrganization();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/teams#organization DataTfeTeams#organization}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/teams#organization DataTfeTeams#organization}.
---
diff --git a/docs/dataTfeTeams.python.md b/docs/dataTfeTeams.python.md
index 16e3591c5..ec1037a26 100644
--- a/docs/dataTfeTeams.python.md
+++ b/docs/dataTfeTeams.python.md
@@ -4,7 +4,7 @@
### DataTfeTeams
-Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/teams tfe_teams}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/teams tfe_teams}.
#### Initializers
@@ -37,8 +37,8 @@ dataTfeTeams.DataTfeTeams(
| 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/hashicorp/tfe/0.60.1/docs/data-sources/teams#id DataTfeTeams#id}. |
-| organization
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/teams#organization DataTfeTeams#organization}. |
+| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/teams#id DataTfeTeams#id}. |
+| organization
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/teams#organization DataTfeTeams#organization}. |
---
@@ -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/hashicorp/tfe/0.60.1/docs/data-sources/teams#id DataTfeTeams#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/teams#id DataTfeTeams#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you 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 @@ 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/hashicorp/tfe/0.60.1/docs/data-sources/teams#organization DataTfeTeams#organization}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/teams#organization DataTfeTeams#organization}.
---
@@ -490,7 +490,7 @@ The construct id used in the generated config for the DataTfeTeams to import.
The id of the existing DataTfeTeams that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/teams#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/teams#import import section} in the documentation of this resource for the id to use
---
@@ -760,8 +760,8 @@ dataTfeTeams.DataTfeTeamsConfig(
| 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/hashicorp/tfe/0.60.1/docs/data-sources/teams#id DataTfeTeams#id}. |
-| organization
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/teams#organization DataTfeTeams#organization}. |
+| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/teams#id DataTfeTeams#id}. |
+| organization
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/teams#organization DataTfeTeams#organization}. |
---
@@ -843,7 +843,7 @@ id: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/teams#id DataTfeTeams#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/teams#id DataTfeTeams#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -858,7 +858,7 @@ organization: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/teams#organization DataTfeTeams#organization}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/teams#organization DataTfeTeams#organization}.
---
diff --git a/docs/dataTfeTeams.typescript.md b/docs/dataTfeTeams.typescript.md
index f1382d070..39e636a91 100644
--- a/docs/dataTfeTeams.typescript.md
+++ b/docs/dataTfeTeams.typescript.md
@@ -4,7 +4,7 @@
### DataTfeTeams
-Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/teams tfe_teams}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/teams tfe_teams}.
#### Initializers
@@ -379,7 +379,7 @@ The construct id used in the generated config for the DataTfeTeams to import.
The id of the existing DataTfeTeams that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/teams#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/teams#import import section} in the documentation of this resource for the id to use
---
@@ -639,8 +639,8 @@ const dataTfeTeamsConfig: dataTfeTeams.DataTfeTeamsConfig = { ... }
| 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/hashicorp/tfe/0.60.1/docs/data-sources/teams#id DataTfeTeams#id}. |
-| organization
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/teams#organization DataTfeTeams#organization}. |
+| id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/teams#id DataTfeTeams#id}. |
+| organization
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/teams#organization DataTfeTeams#organization}. |
---
@@ -722,7 +722,7 @@ public readonly id: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/teams#id DataTfeTeams#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/teams#id DataTfeTeams#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -737,7 +737,7 @@ public readonly organization: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/teams#organization DataTfeTeams#organization}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/teams#organization DataTfeTeams#organization}.
---
diff --git a/docs/dataTfeVariableSet.csharp.md b/docs/dataTfeVariableSet.csharp.md
index 2a8a2519b..53f641c69 100644
--- a/docs/dataTfeVariableSet.csharp.md
+++ b/docs/dataTfeVariableSet.csharp.md
@@ -4,7 +4,7 @@
### DataTfeVariableSet
-Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/variable_set tfe_variable_set}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/variable_set tfe_variable_set}.
#### Initializers
@@ -400,7 +400,7 @@ The construct id used in the generated config for the DataTfeVariableSet to impo
The id of the existing DataTfeVariableSet that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/variable_set#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/variable_set#import import section} in the documentation of this resource for the id to use
---
@@ -773,12 +773,12 @@ new DataTfeVariableSetConfig {
| 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/hashicorp/tfe/0.60.1/docs/data-sources/variable_set#name DataTfeVariableSet#name}. |
-| Id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/variable_set#id DataTfeVariableSet#id}. |
-| Organization
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/variable_set#organization DataTfeVariableSet#organization}. |
-| ProjectIds
| string[]
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/variable_set#project_ids DataTfeVariableSet#project_ids}. |
-| VariableIds
| string[]
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/variable_set#variable_ids DataTfeVariableSet#variable_ids}. |
-| WorkspaceIds
| string[]
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/variable_set#workspace_ids DataTfeVariableSet#workspace_ids}. |
+| Name
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/variable_set#name DataTfeVariableSet#name}. |
+| Id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/variable_set#id DataTfeVariableSet#id}. |
+| Organization
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/variable_set#organization DataTfeVariableSet#organization}. |
+| ProjectIds
| string[]
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/variable_set#project_ids DataTfeVariableSet#project_ids}. |
+| VariableIds
| string[]
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/variable_set#variable_ids DataTfeVariableSet#variable_ids}. |
+| WorkspaceIds
| string[]
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/variable_set#workspace_ids DataTfeVariableSet#workspace_ids}. |
---
@@ -860,7 +860,7 @@ public string Name { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/variable_set#name DataTfeVariableSet#name}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/variable_set#name DataTfeVariableSet#name}.
---
@@ -872,7 +872,7 @@ public string Id { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/variable_set#id DataTfeVariableSet#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/variable_set#id DataTfeVariableSet#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you 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 string Organization { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/variable_set#organization DataTfeVariableSet#organization}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/variable_set#organization DataTfeVariableSet#organization}.
---
@@ -899,7 +899,7 @@ public string[] ProjectIds { get; set; }
- *Type:* string[]
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/variable_set#project_ids DataTfeVariableSet#project_ids}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/variable_set#project_ids DataTfeVariableSet#project_ids}.
---
@@ -911,7 +911,7 @@ public string[] VariableIds { get; set; }
- *Type:* string[]
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/variable_set#variable_ids DataTfeVariableSet#variable_ids}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/variable_set#variable_ids DataTfeVariableSet#variable_ids}.
---
@@ -923,7 +923,7 @@ public string[] WorkspaceIds { get; set; }
- *Type:* string[]
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/variable_set#workspace_ids DataTfeVariableSet#workspace_ids}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/variable_set#workspace_ids DataTfeVariableSet#workspace_ids}.
---
diff --git a/docs/dataTfeVariableSet.go.md b/docs/dataTfeVariableSet.go.md
index 4722645cd..930db6779 100644
--- a/docs/dataTfeVariableSet.go.md
+++ b/docs/dataTfeVariableSet.go.md
@@ -4,7 +4,7 @@
### DataTfeVariableSet
-Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/variable_set tfe_variable_set}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/variable_set tfe_variable_set}.
#### Initializers
@@ -400,7 +400,7 @@ The construct id used in the generated config for the DataTfeVariableSet to impo
The id of the existing DataTfeVariableSet that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/variable_set#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/variable_set#import import section} in the documentation of this resource for the id to use
---
@@ -773,12 +773,12 @@ import "github.com/cdktf/cdktf-provider-tfe-go/tfe/v11/datatfevariableset"
| 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/hashicorp/tfe/0.60.1/docs/data-sources/variable_set#name DataTfeVariableSet#name}. |
-| Id
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/variable_set#id DataTfeVariableSet#id}. |
-| Organization
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/variable_set#organization DataTfeVariableSet#organization}. |
-| ProjectIds
| *[]*string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/variable_set#project_ids DataTfeVariableSet#project_ids}. |
-| VariableIds
| *[]*string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/variable_set#variable_ids DataTfeVariableSet#variable_ids}. |
-| WorkspaceIds
| *[]*string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/variable_set#workspace_ids DataTfeVariableSet#workspace_ids}. |
+| Name
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/variable_set#name DataTfeVariableSet#name}. |
+| Id
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/variable_set#id DataTfeVariableSet#id}. |
+| Organization
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/variable_set#organization DataTfeVariableSet#organization}. |
+| ProjectIds
| *[]*string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/variable_set#project_ids DataTfeVariableSet#project_ids}. |
+| VariableIds
| *[]*string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/variable_set#variable_ids DataTfeVariableSet#variable_ids}. |
+| WorkspaceIds
| *[]*string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/variable_set#workspace_ids DataTfeVariableSet#workspace_ids}. |
---
@@ -860,7 +860,7 @@ Name *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/variable_set#name DataTfeVariableSet#name}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/variable_set#name DataTfeVariableSet#name}.
---
@@ -872,7 +872,7 @@ Id *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/variable_set#id DataTfeVariableSet#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/variable_set#id DataTfeVariableSet#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you 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 @@ Organization *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/variable_set#organization DataTfeVariableSet#organization}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/variable_set#organization DataTfeVariableSet#organization}.
---
@@ -899,7 +899,7 @@ ProjectIds *[]*string
- *Type:* *[]*string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/variable_set#project_ids DataTfeVariableSet#project_ids}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/variable_set#project_ids DataTfeVariableSet#project_ids}.
---
@@ -911,7 +911,7 @@ VariableIds *[]*string
- *Type:* *[]*string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/variable_set#variable_ids DataTfeVariableSet#variable_ids}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/variable_set#variable_ids DataTfeVariableSet#variable_ids}.
---
@@ -923,7 +923,7 @@ WorkspaceIds *[]*string
- *Type:* *[]*string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/variable_set#workspace_ids DataTfeVariableSet#workspace_ids}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/variable_set#workspace_ids DataTfeVariableSet#workspace_ids}.
---
diff --git a/docs/dataTfeVariableSet.java.md b/docs/dataTfeVariableSet.java.md
index 144884bac..74e48dcb3 100644
--- a/docs/dataTfeVariableSet.java.md
+++ b/docs/dataTfeVariableSet.java.md
@@ -4,7 +4,7 @@
### DataTfeVariableSet
-Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/variable_set tfe_variable_set}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/variable_set tfe_variable_set}.
#### Initializers
@@ -43,12 +43,12 @@ DataTfeVariableSet.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/hashicorp/tfe/0.60.1/docs/data-sources/variable_set#name DataTfeVariableSet#name}. |
-| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/variable_set#id DataTfeVariableSet#id}. |
-| organization
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/variable_set#organization DataTfeVariableSet#organization}. |
-| projectIds
| java.util.List
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/variable_set#project_ids DataTfeVariableSet#project_ids}. |
-| variableIds
| java.util.List
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/variable_set#variable_ids DataTfeVariableSet#variable_ids}. |
-| workspaceIds
| java.util.List
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/variable_set#workspace_ids DataTfeVariableSet#workspace_ids}. |
+| name
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/variable_set#name DataTfeVariableSet#name}. |
+| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/variable_set#id DataTfeVariableSet#id}. |
+| organization
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/variable_set#organization DataTfeVariableSet#organization}. |
+| projectIds
| java.util.List
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/variable_set#project_ids DataTfeVariableSet#project_ids}. |
+| variableIds
| java.util.List
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/variable_set#variable_ids DataTfeVariableSet#variable_ids}. |
+| workspaceIds
| java.util.List
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/variable_set#workspace_ids DataTfeVariableSet#workspace_ids}. |
---
@@ -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/hashicorp/tfe/0.60.1/docs/data-sources/variable_set#name DataTfeVariableSet#name}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/variable_set#name DataTfeVariableSet#name}.
---
@@ -124,7 +124,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/variable_set#id DataTfeVariableSet#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/variable_set#id DataTfeVariableSet#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you 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
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/variable_set#organization DataTfeVariableSet#organization}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/variable_set#organization DataTfeVariableSet#organization}.
---
@@ -143,7 +143,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* java.util.List
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/variable_set#project_ids DataTfeVariableSet#project_ids}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/variable_set#project_ids DataTfeVariableSet#project_ids}.
---
@@ -151,7 +151,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* java.util.List
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/variable_set#variable_ids DataTfeVariableSet#variable_ids}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/variable_set#variable_ids DataTfeVariableSet#variable_ids}.
---
@@ -159,7 +159,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* java.util.List
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/variable_set#workspace_ids DataTfeVariableSet#workspace_ids}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/variable_set#workspace_ids DataTfeVariableSet#workspace_ids}.
---
@@ -517,7 +517,7 @@ The construct id used in the generated config for the DataTfeVariableSet to impo
The id of the existing DataTfeVariableSet that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/variable_set#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/variable_set#import import section} in the documentation of this resource for the id to use
---
@@ -894,12 +894,12 @@ DataTfeVariableSetConfig.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/hashicorp/tfe/0.60.1/docs/data-sources/variable_set#name DataTfeVariableSet#name}. |
-| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/variable_set#id DataTfeVariableSet#id}. |
-| organization
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/variable_set#organization DataTfeVariableSet#organization}. |
-| projectIds
| java.util.List
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/variable_set#project_ids DataTfeVariableSet#project_ids}. |
-| variableIds
| java.util.List
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/variable_set#variable_ids DataTfeVariableSet#variable_ids}. |
-| workspaceIds
| java.util.List
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/variable_set#workspace_ids DataTfeVariableSet#workspace_ids}. |
+| name
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/variable_set#name DataTfeVariableSet#name}. |
+| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/variable_set#id DataTfeVariableSet#id}. |
+| organization
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/variable_set#organization DataTfeVariableSet#organization}. |
+| projectIds
| java.util.List
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/variable_set#project_ids DataTfeVariableSet#project_ids}. |
+| variableIds
| java.util.List
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/variable_set#variable_ids DataTfeVariableSet#variable_ids}. |
+| workspaceIds
| java.util.List
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/variable_set#workspace_ids DataTfeVariableSet#workspace_ids}. |
---
@@ -981,7 +981,7 @@ public java.lang.String getName();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/variable_set#name DataTfeVariableSet#name}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/variable_set#name DataTfeVariableSet#name}.
---
@@ -993,7 +993,7 @@ public java.lang.String getId();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/variable_set#id DataTfeVariableSet#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/variable_set#id DataTfeVariableSet#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -1008,7 +1008,7 @@ public java.lang.String getOrganization();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/variable_set#organization DataTfeVariableSet#organization}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/variable_set#organization DataTfeVariableSet#organization}.
---
@@ -1020,7 +1020,7 @@ public java.util.List getProjectIds();
- *Type:* java.util.List
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/variable_set#project_ids DataTfeVariableSet#project_ids}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/variable_set#project_ids DataTfeVariableSet#project_ids}.
---
@@ -1032,7 +1032,7 @@ public java.util.List getVariableIds();
- *Type:* java.util.List
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/variable_set#variable_ids DataTfeVariableSet#variable_ids}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/variable_set#variable_ids DataTfeVariableSet#variable_ids}.
---
@@ -1044,7 +1044,7 @@ public java.util.List getWorkspaceIds();
- *Type:* java.util.List
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/variable_set#workspace_ids DataTfeVariableSet#workspace_ids}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/variable_set#workspace_ids DataTfeVariableSet#workspace_ids}.
---
diff --git a/docs/dataTfeVariableSet.python.md b/docs/dataTfeVariableSet.python.md
index 1a3effa1a..7c20baee8 100644
--- a/docs/dataTfeVariableSet.python.md
+++ b/docs/dataTfeVariableSet.python.md
@@ -4,7 +4,7 @@
### DataTfeVariableSet
-Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/variable_set tfe_variable_set}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/variable_set tfe_variable_set}.
#### Initializers
@@ -41,12 +41,12 @@ dataTfeVariableSet.DataTfeVariableSet(
| 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/hashicorp/tfe/0.60.1/docs/data-sources/variable_set#name DataTfeVariableSet#name}. |
-| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/variable_set#id DataTfeVariableSet#id}. |
-| organization
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/variable_set#organization DataTfeVariableSet#organization}. |
-| project_ids
| typing.List[str]
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/variable_set#project_ids DataTfeVariableSet#project_ids}. |
-| variable_ids
| typing.List[str]
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/variable_set#variable_ids DataTfeVariableSet#variable_ids}. |
-| workspace_ids
| typing.List[str]
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/variable_set#workspace_ids DataTfeVariableSet#workspace_ids}. |
+| name
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/variable_set#name DataTfeVariableSet#name}. |
+| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/variable_set#id DataTfeVariableSet#id}. |
+| organization
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/variable_set#organization DataTfeVariableSet#organization}. |
+| project_ids
| typing.List[str]
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/variable_set#project_ids DataTfeVariableSet#project_ids}. |
+| variable_ids
| typing.List[str]
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/variable_set#variable_ids DataTfeVariableSet#variable_ids}. |
+| workspace_ids
| typing.List[str]
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/variable_set#workspace_ids DataTfeVariableSet#workspace_ids}. |
---
@@ -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/hashicorp/tfe/0.60.1/docs/data-sources/variable_set#name DataTfeVariableSet#name}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/variable_set#name DataTfeVariableSet#name}.
---
@@ -122,7 +122,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/variable_set#id DataTfeVariableSet#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/variable_set#id DataTfeVariableSet#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you 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:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/variable_set#organization DataTfeVariableSet#organization}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/variable_set#organization DataTfeVariableSet#organization}.
---
@@ -141,7 +141,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* typing.List[str]
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/variable_set#project_ids DataTfeVariableSet#project_ids}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/variable_set#project_ids DataTfeVariableSet#project_ids}.
---
@@ -149,7 +149,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* typing.List[str]
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/variable_set#variable_ids DataTfeVariableSet#variable_ids}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/variable_set#variable_ids DataTfeVariableSet#variable_ids}.
---
@@ -157,7 +157,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* typing.List[str]
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/variable_set#workspace_ids DataTfeVariableSet#workspace_ids}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/variable_set#workspace_ids DataTfeVariableSet#workspace_ids}.
---
@@ -551,7 +551,7 @@ The construct id used in the generated config for the DataTfeVariableSet to impo
The id of the existing DataTfeVariableSet that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/variable_set#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/variable_set#import import section} in the documentation of this resource for the id to use
---
@@ -924,12 +924,12 @@ dataTfeVariableSet.DataTfeVariableSetConfig(
| 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/hashicorp/tfe/0.60.1/docs/data-sources/variable_set#name DataTfeVariableSet#name}. |
-| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/variable_set#id DataTfeVariableSet#id}. |
-| organization
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/variable_set#organization DataTfeVariableSet#organization}. |
-| project_ids
| typing.List[str]
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/variable_set#project_ids DataTfeVariableSet#project_ids}. |
-| variable_ids
| typing.List[str]
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/variable_set#variable_ids DataTfeVariableSet#variable_ids}. |
-| workspace_ids
| typing.List[str]
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/variable_set#workspace_ids DataTfeVariableSet#workspace_ids}. |
+| name
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/variable_set#name DataTfeVariableSet#name}. |
+| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/variable_set#id DataTfeVariableSet#id}. |
+| organization
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/variable_set#organization DataTfeVariableSet#organization}. |
+| project_ids
| typing.List[str]
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/variable_set#project_ids DataTfeVariableSet#project_ids}. |
+| variable_ids
| typing.List[str]
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/variable_set#variable_ids DataTfeVariableSet#variable_ids}. |
+| workspace_ids
| typing.List[str]
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/variable_set#workspace_ids DataTfeVariableSet#workspace_ids}. |
---
@@ -1011,7 +1011,7 @@ name: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/variable_set#name DataTfeVariableSet#name}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/variable_set#name DataTfeVariableSet#name}.
---
@@ -1023,7 +1023,7 @@ id: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/variable_set#id DataTfeVariableSet#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/variable_set#id DataTfeVariableSet#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you 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 @@ organization: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/variable_set#organization DataTfeVariableSet#organization}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/variable_set#organization DataTfeVariableSet#organization}.
---
@@ -1050,7 +1050,7 @@ project_ids: typing.List[str]
- *Type:* typing.List[str]
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/variable_set#project_ids DataTfeVariableSet#project_ids}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/variable_set#project_ids DataTfeVariableSet#project_ids}.
---
@@ -1062,7 +1062,7 @@ variable_ids: typing.List[str]
- *Type:* typing.List[str]
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/variable_set#variable_ids DataTfeVariableSet#variable_ids}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/variable_set#variable_ids DataTfeVariableSet#variable_ids}.
---
@@ -1074,7 +1074,7 @@ workspace_ids: typing.List[str]
- *Type:* typing.List[str]
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/variable_set#workspace_ids DataTfeVariableSet#workspace_ids}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/variable_set#workspace_ids DataTfeVariableSet#workspace_ids}.
---
diff --git a/docs/dataTfeVariableSet.typescript.md b/docs/dataTfeVariableSet.typescript.md
index c64d0f444..e9f6fc959 100644
--- a/docs/dataTfeVariableSet.typescript.md
+++ b/docs/dataTfeVariableSet.typescript.md
@@ -4,7 +4,7 @@
### DataTfeVariableSet
-Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/variable_set tfe_variable_set}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/variable_set tfe_variable_set}.
#### Initializers
@@ -400,7 +400,7 @@ The construct id used in the generated config for the DataTfeVariableSet to impo
The id of the existing DataTfeVariableSet that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/variable_set#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/variable_set#import import section} in the documentation of this resource for the id to use
---
@@ -759,12 +759,12 @@ const dataTfeVariableSetConfig: dataTfeVariableSet.DataTfeVariableSetConfig = {
| 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/hashicorp/tfe/0.60.1/docs/data-sources/variable_set#name DataTfeVariableSet#name}. |
-| id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/variable_set#id DataTfeVariableSet#id}. |
-| organization
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/variable_set#organization DataTfeVariableSet#organization}. |
-| projectIds
| string[]
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/variable_set#project_ids DataTfeVariableSet#project_ids}. |
-| variableIds
| string[]
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/variable_set#variable_ids DataTfeVariableSet#variable_ids}. |
-| workspaceIds
| string[]
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/variable_set#workspace_ids DataTfeVariableSet#workspace_ids}. |
+| name
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/variable_set#name DataTfeVariableSet#name}. |
+| id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/variable_set#id DataTfeVariableSet#id}. |
+| organization
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/variable_set#organization DataTfeVariableSet#organization}. |
+| projectIds
| string[]
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/variable_set#project_ids DataTfeVariableSet#project_ids}. |
+| variableIds
| string[]
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/variable_set#variable_ids DataTfeVariableSet#variable_ids}. |
+| workspaceIds
| string[]
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/variable_set#workspace_ids DataTfeVariableSet#workspace_ids}. |
---
@@ -846,7 +846,7 @@ public readonly name: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/variable_set#name DataTfeVariableSet#name}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/variable_set#name DataTfeVariableSet#name}.
---
@@ -858,7 +858,7 @@ public readonly id: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/variable_set#id DataTfeVariableSet#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/variable_set#id DataTfeVariableSet#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -873,7 +873,7 @@ public readonly organization: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/variable_set#organization DataTfeVariableSet#organization}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/variable_set#organization DataTfeVariableSet#organization}.
---
@@ -885,7 +885,7 @@ public readonly projectIds: string[];
- *Type:* string[]
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/variable_set#project_ids DataTfeVariableSet#project_ids}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/variable_set#project_ids DataTfeVariableSet#project_ids}.
---
@@ -897,7 +897,7 @@ public readonly variableIds: string[];
- *Type:* string[]
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/variable_set#variable_ids DataTfeVariableSet#variable_ids}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/variable_set#variable_ids DataTfeVariableSet#variable_ids}.
---
@@ -909,7 +909,7 @@ public readonly workspaceIds: string[];
- *Type:* string[]
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/variable_set#workspace_ids DataTfeVariableSet#workspace_ids}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/variable_set#workspace_ids DataTfeVariableSet#workspace_ids}.
---
diff --git a/docs/dataTfeVariables.csharp.md b/docs/dataTfeVariables.csharp.md
index ef9a48f44..466b0f30d 100644
--- a/docs/dataTfeVariables.csharp.md
+++ b/docs/dataTfeVariables.csharp.md
@@ -4,7 +4,7 @@
### DataTfeVariables
-Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/variables tfe_variables}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/variables tfe_variables}.
#### Initializers
@@ -386,7 +386,7 @@ The construct id used in the generated config for the DataTfeVariables to import
The id of the existing DataTfeVariables that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/variables#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/variables#import import section} in the documentation of this resource for the id to use
---
@@ -690,9 +690,9 @@ new DataTfeVariablesConfig {
| 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/hashicorp/tfe/0.60.1/docs/data-sources/variables#id DataTfeVariables#id}. |
-| VariableSetId
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/variables#variable_set_id DataTfeVariables#variable_set_id}. |
-| WorkspaceId
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/variables#workspace_id DataTfeVariables#workspace_id}. |
+| Id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/variables#id DataTfeVariables#id}. |
+| VariableSetId
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/variables#variable_set_id DataTfeVariables#variable_set_id}. |
+| WorkspaceId
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/variables#workspace_id DataTfeVariables#workspace_id}. |
---
@@ -774,7 +774,7 @@ public string Id { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/variables#id DataTfeVariables#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/variables#id DataTfeVariables#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -789,7 +789,7 @@ public string VariableSetId { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/variables#variable_set_id DataTfeVariables#variable_set_id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/variables#variable_set_id DataTfeVariables#variable_set_id}.
---
@@ -801,7 +801,7 @@ public string WorkspaceId { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/variables#workspace_id DataTfeVariables#workspace_id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/variables#workspace_id DataTfeVariables#workspace_id}.
---
diff --git a/docs/dataTfeVariables.go.md b/docs/dataTfeVariables.go.md
index 52eb6ebac..ee17fce4f 100644
--- a/docs/dataTfeVariables.go.md
+++ b/docs/dataTfeVariables.go.md
@@ -4,7 +4,7 @@
### DataTfeVariables
-Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/variables tfe_variables}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/variables tfe_variables}.
#### Initializers
@@ -386,7 +386,7 @@ The construct id used in the generated config for the DataTfeVariables to import
The id of the existing DataTfeVariables that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/variables#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/variables#import import section} in the documentation of this resource for the id to use
---
@@ -690,9 +690,9 @@ import "github.com/cdktf/cdktf-provider-tfe-go/tfe/v11/datatfevariables"
| 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/hashicorp/tfe/0.60.1/docs/data-sources/variables#id DataTfeVariables#id}. |
-| VariableSetId
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/variables#variable_set_id DataTfeVariables#variable_set_id}. |
-| WorkspaceId
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/variables#workspace_id DataTfeVariables#workspace_id}. |
+| Id
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/variables#id DataTfeVariables#id}. |
+| VariableSetId
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/variables#variable_set_id DataTfeVariables#variable_set_id}. |
+| WorkspaceId
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/variables#workspace_id DataTfeVariables#workspace_id}. |
---
@@ -774,7 +774,7 @@ Id *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/variables#id DataTfeVariables#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/variables#id DataTfeVariables#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -789,7 +789,7 @@ VariableSetId *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/variables#variable_set_id DataTfeVariables#variable_set_id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/variables#variable_set_id DataTfeVariables#variable_set_id}.
---
@@ -801,7 +801,7 @@ WorkspaceId *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/variables#workspace_id DataTfeVariables#workspace_id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/variables#workspace_id DataTfeVariables#workspace_id}.
---
diff --git a/docs/dataTfeVariables.java.md b/docs/dataTfeVariables.java.md
index a1db0d5a6..dbf66e9ae 100644
--- a/docs/dataTfeVariables.java.md
+++ b/docs/dataTfeVariables.java.md
@@ -4,7 +4,7 @@
### DataTfeVariables
-Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/variables tfe_variables}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/variables tfe_variables}.
#### Initializers
@@ -40,9 +40,9 @@ DataTfeVariables.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/hashicorp/tfe/0.60.1/docs/data-sources/variables#id DataTfeVariables#id}. |
-| variableSetId
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/variables#variable_set_id DataTfeVariables#variable_set_id}. |
-| workspaceId
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/variables#workspace_id DataTfeVariables#workspace_id}. |
+| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/variables#id DataTfeVariables#id}. |
+| variableSetId
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/variables#variable_set_id DataTfeVariables#variable_set_id}. |
+| workspaceId
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/variables#workspace_id DataTfeVariables#workspace_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/hashicorp/tfe/0.60.1/docs/data-sources/variables#id DataTfeVariables#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/variables#id DataTfeVariables#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you 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:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/variables#variable_set_id DataTfeVariables#variable_set_id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/variables#variable_set_id DataTfeVariables#variable_set_id}.
---
@@ -129,7 +129,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/variables#workspace_id DataTfeVariables#workspace_id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/variables#workspace_id DataTfeVariables#workspace_id}.
---
@@ -473,7 +473,7 @@ The construct id used in the generated config for the DataTfeVariables to import
The id of the existing DataTfeVariables that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/variables#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/variables#import import section} in the documentation of this resource for the id to use
---
@@ -781,9 +781,9 @@ DataTfeVariablesConfig.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/hashicorp/tfe/0.60.1/docs/data-sources/variables#id DataTfeVariables#id}. |
-| variableSetId
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/variables#variable_set_id DataTfeVariables#variable_set_id}. |
-| workspaceId
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/variables#workspace_id DataTfeVariables#workspace_id}. |
+| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/variables#id DataTfeVariables#id}. |
+| variableSetId
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/variables#variable_set_id DataTfeVariables#variable_set_id}. |
+| workspaceId
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/variables#workspace_id DataTfeVariables#workspace_id}. |
---
@@ -865,7 +865,7 @@ public java.lang.String getId();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/variables#id DataTfeVariables#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/variables#id DataTfeVariables#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you 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 java.lang.String getVariableSetId();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/variables#variable_set_id DataTfeVariables#variable_set_id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/variables#variable_set_id DataTfeVariables#variable_set_id}.
---
@@ -892,7 +892,7 @@ public java.lang.String getWorkspaceId();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/variables#workspace_id DataTfeVariables#workspace_id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/variables#workspace_id DataTfeVariables#workspace_id}.
---
diff --git a/docs/dataTfeVariables.python.md b/docs/dataTfeVariables.python.md
index dcc50799a..2834b3b36 100644
--- a/docs/dataTfeVariables.python.md
+++ b/docs/dataTfeVariables.python.md
@@ -4,7 +4,7 @@
### DataTfeVariables
-Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/variables tfe_variables}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/variables tfe_variables}.
#### Initializers
@@ -38,9 +38,9 @@ dataTfeVariables.DataTfeVariables(
| 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/hashicorp/tfe/0.60.1/docs/data-sources/variables#id DataTfeVariables#id}. |
-| variable_set_id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/variables#variable_set_id DataTfeVariables#variable_set_id}. |
-| workspace_id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/variables#workspace_id DataTfeVariables#workspace_id}. |
+| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/variables#id DataTfeVariables#id}. |
+| variable_set_id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/variables#variable_set_id DataTfeVariables#variable_set_id}. |
+| workspace_id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/variables#workspace_id DataTfeVariables#workspace_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/hashicorp/tfe/0.60.1/docs/data-sources/variables#id DataTfeVariables#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/variables#id DataTfeVariables#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -119,7 +119,7 @@ If you experience problems setting this value it might not be settable. Please t
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/variables#variable_set_id DataTfeVariables#variable_set_id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/variables#variable_set_id DataTfeVariables#variable_set_id}.
---
@@ -127,7 +127,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/variables#workspace_id DataTfeVariables#workspace_id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/variables#workspace_id DataTfeVariables#workspace_id}.
---
@@ -507,7 +507,7 @@ The construct id used in the generated config for the DataTfeVariables to import
The id of the existing DataTfeVariables that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/variables#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/variables#import import section} in the documentation of this resource for the id to use
---
@@ -811,9 +811,9 @@ dataTfeVariables.DataTfeVariablesConfig(
| 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/hashicorp/tfe/0.60.1/docs/data-sources/variables#id DataTfeVariables#id}. |
-| variable_set_id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/variables#variable_set_id DataTfeVariables#variable_set_id}. |
-| workspace_id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/variables#workspace_id DataTfeVariables#workspace_id}. |
+| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/variables#id DataTfeVariables#id}. |
+| variable_set_id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/variables#variable_set_id DataTfeVariables#variable_set_id}. |
+| workspace_id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/variables#workspace_id DataTfeVariables#workspace_id}. |
---
@@ -895,7 +895,7 @@ id: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/variables#id DataTfeVariables#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/variables#id DataTfeVariables#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -910,7 +910,7 @@ variable_set_id: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/variables#variable_set_id DataTfeVariables#variable_set_id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/variables#variable_set_id DataTfeVariables#variable_set_id}.
---
@@ -922,7 +922,7 @@ workspace_id: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/variables#workspace_id DataTfeVariables#workspace_id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/variables#workspace_id DataTfeVariables#workspace_id}.
---
diff --git a/docs/dataTfeVariables.typescript.md b/docs/dataTfeVariables.typescript.md
index a125cf9aa..ad60bd921 100644
--- a/docs/dataTfeVariables.typescript.md
+++ b/docs/dataTfeVariables.typescript.md
@@ -4,7 +4,7 @@
### DataTfeVariables
-Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/variables tfe_variables}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/variables tfe_variables}.
#### Initializers
@@ -386,7 +386,7 @@ The construct id used in the generated config for the DataTfeVariables to import
The id of the existing DataTfeVariables that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/variables#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/variables#import import section} in the documentation of this resource for the id to use
---
@@ -679,9 +679,9 @@ const dataTfeVariablesConfig: dataTfeVariables.DataTfeVariablesConfig = { ... }
| 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/hashicorp/tfe/0.60.1/docs/data-sources/variables#id DataTfeVariables#id}. |
-| variableSetId
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/variables#variable_set_id DataTfeVariables#variable_set_id}. |
-| workspaceId
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/variables#workspace_id DataTfeVariables#workspace_id}. |
+| id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/variables#id DataTfeVariables#id}. |
+| variableSetId
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/variables#variable_set_id DataTfeVariables#variable_set_id}. |
+| workspaceId
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/variables#workspace_id DataTfeVariables#workspace_id}. |
---
@@ -763,7 +763,7 @@ public readonly id: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/variables#id DataTfeVariables#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/variables#id DataTfeVariables#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you 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 @@ public readonly variableSetId: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/variables#variable_set_id DataTfeVariables#variable_set_id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/variables#variable_set_id DataTfeVariables#variable_set_id}.
---
@@ -790,7 +790,7 @@ public readonly workspaceId: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/variables#workspace_id DataTfeVariables#workspace_id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/variables#workspace_id DataTfeVariables#workspace_id}.
---
diff --git a/docs/dataTfeWorkspace.csharp.md b/docs/dataTfeWorkspace.csharp.md
index b29fbd0d9..92cbc02f9 100644
--- a/docs/dataTfeWorkspace.csharp.md
+++ b/docs/dataTfeWorkspace.csharp.md
@@ -4,7 +4,7 @@
### DataTfeWorkspace
-Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/workspace tfe_workspace}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/workspace tfe_workspace}.
#### Initializers
@@ -386,7 +386,7 @@ The construct id used in the generated config for the DataTfeWorkspace to import
The id of the existing DataTfeWorkspace that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/workspace#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/workspace#import import section} in the documentation of this resource for the id to use
---
@@ -999,10 +999,10 @@ new DataTfeWorkspaceConfig {
| 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/hashicorp/tfe/0.60.1/docs/data-sources/workspace#name DataTfeWorkspace#name}. |
-| Id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/workspace#id DataTfeWorkspace#id}. |
-| Organization
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/workspace#organization DataTfeWorkspace#organization}. |
-| TagNames
| string[]
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/workspace#tag_names DataTfeWorkspace#tag_names}. |
+| Name
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/workspace#name DataTfeWorkspace#name}. |
+| Id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/workspace#id DataTfeWorkspace#id}. |
+| Organization
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/workspace#organization DataTfeWorkspace#organization}. |
+| TagNames
| string[]
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/workspace#tag_names DataTfeWorkspace#tag_names}. |
---
@@ -1084,7 +1084,7 @@ public string Name { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/workspace#name DataTfeWorkspace#name}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/workspace#name DataTfeWorkspace#name}.
---
@@ -1096,7 +1096,7 @@ public string Id { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/workspace#id DataTfeWorkspace#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/workspace#id DataTfeWorkspace#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -1111,7 +1111,7 @@ public string Organization { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/workspace#organization DataTfeWorkspace#organization}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/workspace#organization DataTfeWorkspace#organization}.
---
@@ -1123,7 +1123,7 @@ public string[] TagNames { get; set; }
- *Type:* string[]
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/workspace#tag_names DataTfeWorkspace#tag_names}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/workspace#tag_names DataTfeWorkspace#tag_names}.
---
diff --git a/docs/dataTfeWorkspace.go.md b/docs/dataTfeWorkspace.go.md
index dea26d9dd..08bb0f345 100644
--- a/docs/dataTfeWorkspace.go.md
+++ b/docs/dataTfeWorkspace.go.md
@@ -4,7 +4,7 @@
### DataTfeWorkspace
-Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/workspace tfe_workspace}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/workspace tfe_workspace}.
#### Initializers
@@ -386,7 +386,7 @@ The construct id used in the generated config for the DataTfeWorkspace to import
The id of the existing DataTfeWorkspace that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/workspace#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/workspace#import import section} in the documentation of this resource for the id to use
---
@@ -999,10 +999,10 @@ import "github.com/cdktf/cdktf-provider-tfe-go/tfe/v11/datatfeworkspace"
| 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/hashicorp/tfe/0.60.1/docs/data-sources/workspace#name DataTfeWorkspace#name}. |
-| Id
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/workspace#id DataTfeWorkspace#id}. |
-| Organization
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/workspace#organization DataTfeWorkspace#organization}. |
-| TagNames
| *[]*string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/workspace#tag_names DataTfeWorkspace#tag_names}. |
+| Name
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/workspace#name DataTfeWorkspace#name}. |
+| Id
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/workspace#id DataTfeWorkspace#id}. |
+| Organization
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/workspace#organization DataTfeWorkspace#organization}. |
+| TagNames
| *[]*string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/workspace#tag_names DataTfeWorkspace#tag_names}. |
---
@@ -1084,7 +1084,7 @@ Name *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/workspace#name DataTfeWorkspace#name}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/workspace#name DataTfeWorkspace#name}.
---
@@ -1096,7 +1096,7 @@ Id *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/workspace#id DataTfeWorkspace#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/workspace#id DataTfeWorkspace#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -1111,7 +1111,7 @@ Organization *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/workspace#organization DataTfeWorkspace#organization}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/workspace#organization DataTfeWorkspace#organization}.
---
@@ -1123,7 +1123,7 @@ TagNames *[]*string
- *Type:* *[]*string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/workspace#tag_names DataTfeWorkspace#tag_names}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/workspace#tag_names DataTfeWorkspace#tag_names}.
---
diff --git a/docs/dataTfeWorkspace.java.md b/docs/dataTfeWorkspace.java.md
index c02e275ed..320de136f 100644
--- a/docs/dataTfeWorkspace.java.md
+++ b/docs/dataTfeWorkspace.java.md
@@ -4,7 +4,7 @@
### DataTfeWorkspace
-Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/workspace tfe_workspace}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/workspace tfe_workspace}.
#### Initializers
@@ -41,10 +41,10 @@ DataTfeWorkspace.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/hashicorp/tfe/0.60.1/docs/data-sources/workspace#name DataTfeWorkspace#name}. |
-| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/workspace#id DataTfeWorkspace#id}. |
-| organization
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/workspace#organization DataTfeWorkspace#organization}. |
-| tagNames
| java.util.List
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/workspace#tag_names DataTfeWorkspace#tag_names}. |
+| name
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/workspace#name DataTfeWorkspace#name}. |
+| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/workspace#id DataTfeWorkspace#id}. |
+| organization
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/workspace#organization DataTfeWorkspace#organization}. |
+| tagNames
| java.util.List
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/workspace#tag_names DataTfeWorkspace#tag_names}. |
---
@@ -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/hashicorp/tfe/0.60.1/docs/data-sources/workspace#name DataTfeWorkspace#name}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/workspace#name DataTfeWorkspace#name}.
---
@@ -120,7 +120,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/workspace#id DataTfeWorkspace#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/workspace#id DataTfeWorkspace#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you 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:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/workspace#organization DataTfeWorkspace#organization}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/workspace#organization DataTfeWorkspace#organization}.
---
@@ -139,7 +139,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* java.util.List
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/workspace#tag_names DataTfeWorkspace#tag_names}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/workspace#tag_names DataTfeWorkspace#tag_names}.
---
@@ -483,7 +483,7 @@ The construct id used in the generated config for the DataTfeWorkspace to import
The id of the existing DataTfeWorkspace that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/workspace#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/workspace#import import section} in the documentation of this resource for the id to use
---
@@ -1100,10 +1100,10 @@ DataTfeWorkspaceConfig.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/hashicorp/tfe/0.60.1/docs/data-sources/workspace#name DataTfeWorkspace#name}. |
-| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/workspace#id DataTfeWorkspace#id}. |
-| organization
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/workspace#organization DataTfeWorkspace#organization}. |
-| tagNames
| java.util.List
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/workspace#tag_names DataTfeWorkspace#tag_names}. |
+| name
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/workspace#name DataTfeWorkspace#name}. |
+| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/workspace#id DataTfeWorkspace#id}. |
+| organization
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/workspace#organization DataTfeWorkspace#organization}. |
+| tagNames
| java.util.List
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/workspace#tag_names DataTfeWorkspace#tag_names}. |
---
@@ -1185,7 +1185,7 @@ public java.lang.String getName();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/workspace#name DataTfeWorkspace#name}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/workspace#name DataTfeWorkspace#name}.
---
@@ -1197,7 +1197,7 @@ public java.lang.String getId();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/workspace#id DataTfeWorkspace#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/workspace#id DataTfeWorkspace#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -1212,7 +1212,7 @@ public java.lang.String getOrganization();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/workspace#organization DataTfeWorkspace#organization}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/workspace#organization DataTfeWorkspace#organization}.
---
@@ -1224,7 +1224,7 @@ public java.util.List getTagNames();
- *Type:* java.util.List
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/workspace#tag_names DataTfeWorkspace#tag_names}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/workspace#tag_names DataTfeWorkspace#tag_names}.
---
diff --git a/docs/dataTfeWorkspace.python.md b/docs/dataTfeWorkspace.python.md
index 351c5f7df..7f145ea0b 100644
--- a/docs/dataTfeWorkspace.python.md
+++ b/docs/dataTfeWorkspace.python.md
@@ -4,7 +4,7 @@
### DataTfeWorkspace
-Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/workspace tfe_workspace}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/workspace tfe_workspace}.
#### Initializers
@@ -39,10 +39,10 @@ dataTfeWorkspace.DataTfeWorkspace(
| 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/hashicorp/tfe/0.60.1/docs/data-sources/workspace#name DataTfeWorkspace#name}. |
-| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/workspace#id DataTfeWorkspace#id}. |
-| organization
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/workspace#organization DataTfeWorkspace#organization}. |
-| tag_names
| typing.List[str]
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/workspace#tag_names DataTfeWorkspace#tag_names}. |
+| name
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/workspace#name DataTfeWorkspace#name}. |
+| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/workspace#id DataTfeWorkspace#id}. |
+| organization
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/workspace#organization DataTfeWorkspace#organization}. |
+| tag_names
| typing.List[str]
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/workspace#tag_names DataTfeWorkspace#tag_names}. |
---
@@ -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/hashicorp/tfe/0.60.1/docs/data-sources/workspace#name DataTfeWorkspace#name}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/workspace#name DataTfeWorkspace#name}.
---
@@ -118,7 +118,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/workspace#id DataTfeWorkspace#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/workspace#id DataTfeWorkspace#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you 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:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/workspace#organization DataTfeWorkspace#organization}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/workspace#organization DataTfeWorkspace#organization}.
---
@@ -137,7 +137,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* typing.List[str]
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/workspace#tag_names DataTfeWorkspace#tag_names}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/workspace#tag_names DataTfeWorkspace#tag_names}.
---
@@ -517,7 +517,7 @@ The construct id used in the generated config for the DataTfeWorkspace to import
The id of the existing DataTfeWorkspace that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/workspace#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/workspace#import import section} in the documentation of this resource for the id to use
---
@@ -1130,10 +1130,10 @@ dataTfeWorkspace.DataTfeWorkspaceConfig(
| 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/hashicorp/tfe/0.60.1/docs/data-sources/workspace#name DataTfeWorkspace#name}. |
-| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/workspace#id DataTfeWorkspace#id}. |
-| organization
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/workspace#organization DataTfeWorkspace#organization}. |
-| tag_names
| typing.List[str]
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/workspace#tag_names DataTfeWorkspace#tag_names}. |
+| name
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/workspace#name DataTfeWorkspace#name}. |
+| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/workspace#id DataTfeWorkspace#id}. |
+| organization
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/workspace#organization DataTfeWorkspace#organization}. |
+| tag_names
| typing.List[str]
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/workspace#tag_names DataTfeWorkspace#tag_names}. |
---
@@ -1215,7 +1215,7 @@ name: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/workspace#name DataTfeWorkspace#name}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/workspace#name DataTfeWorkspace#name}.
---
@@ -1227,7 +1227,7 @@ id: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/workspace#id DataTfeWorkspace#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/workspace#id DataTfeWorkspace#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -1242,7 +1242,7 @@ organization: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/workspace#organization DataTfeWorkspace#organization}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/workspace#organization DataTfeWorkspace#organization}.
---
@@ -1254,7 +1254,7 @@ tag_names: typing.List[str]
- *Type:* typing.List[str]
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/workspace#tag_names DataTfeWorkspace#tag_names}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/workspace#tag_names DataTfeWorkspace#tag_names}.
---
diff --git a/docs/dataTfeWorkspace.typescript.md b/docs/dataTfeWorkspace.typescript.md
index ed74d4e15..4607f7182 100644
--- a/docs/dataTfeWorkspace.typescript.md
+++ b/docs/dataTfeWorkspace.typescript.md
@@ -4,7 +4,7 @@
### DataTfeWorkspace
-Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/workspace tfe_workspace}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/workspace tfe_workspace}.
#### Initializers
@@ -386,7 +386,7 @@ The construct id used in the generated config for the DataTfeWorkspace to import
The id of the existing DataTfeWorkspace that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/workspace#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/workspace#import import section} in the documentation of this resource for the id to use
---
@@ -987,10 +987,10 @@ const dataTfeWorkspaceConfig: dataTfeWorkspace.DataTfeWorkspaceConfig = { ... }
| 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/hashicorp/tfe/0.60.1/docs/data-sources/workspace#name DataTfeWorkspace#name}. |
-| id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/workspace#id DataTfeWorkspace#id}. |
-| organization
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/workspace#organization DataTfeWorkspace#organization}. |
-| tagNames
| string[]
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/workspace#tag_names DataTfeWorkspace#tag_names}. |
+| name
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/workspace#name DataTfeWorkspace#name}. |
+| id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/workspace#id DataTfeWorkspace#id}. |
+| organization
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/workspace#organization DataTfeWorkspace#organization}. |
+| tagNames
| string[]
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/workspace#tag_names DataTfeWorkspace#tag_names}. |
---
@@ -1072,7 +1072,7 @@ public readonly name: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/workspace#name DataTfeWorkspace#name}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/workspace#name DataTfeWorkspace#name}.
---
@@ -1084,7 +1084,7 @@ public readonly id: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/workspace#id DataTfeWorkspace#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/workspace#id DataTfeWorkspace#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you 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 readonly organization: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/workspace#organization DataTfeWorkspace#organization}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/workspace#organization DataTfeWorkspace#organization}.
---
@@ -1111,7 +1111,7 @@ public readonly tagNames: string[];
- *Type:* string[]
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/workspace#tag_names DataTfeWorkspace#tag_names}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/workspace#tag_names DataTfeWorkspace#tag_names}.
---
diff --git a/docs/dataTfeWorkspaceIds.csharp.md b/docs/dataTfeWorkspaceIds.csharp.md
index 906a5745a..05ee33d2c 100644
--- a/docs/dataTfeWorkspaceIds.csharp.md
+++ b/docs/dataTfeWorkspaceIds.csharp.md
@@ -4,7 +4,7 @@
### DataTfeWorkspaceIds
-Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/workspace_ids tfe_workspace_ids}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/workspace_ids tfe_workspace_ids}.
#### Initializers
@@ -400,7 +400,7 @@ The construct id used in the generated config for the DataTfeWorkspaceIds to imp
The id of the existing DataTfeWorkspaceIds that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/workspace_ids#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/workspace_ids#import import section} in the documentation of this resource for the id to use
---
@@ -739,11 +739,11 @@ new DataTfeWorkspaceIdsConfig {
| Lifecycle
| HashiCorp.Cdktf.TerraformResourceLifecycle
| *No description.* |
| Provider
| HashiCorp.Cdktf.TerraformProvider
| *No description.* |
| Provisioners
| object[]
| *No description.* |
-| ExcludeTags
| string[]
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/workspace_ids#exclude_tags DataTfeWorkspaceIds#exclude_tags}. |
-| Id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/workspace_ids#id DataTfeWorkspaceIds#id}. |
-| Names
| string[]
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/workspace_ids#names DataTfeWorkspaceIds#names}. |
-| Organization
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/workspace_ids#organization DataTfeWorkspaceIds#organization}. |
-| TagNames
| string[]
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/workspace_ids#tag_names DataTfeWorkspaceIds#tag_names}. |
+| ExcludeTags
| string[]
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/workspace_ids#exclude_tags DataTfeWorkspaceIds#exclude_tags}. |
+| Id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/workspace_ids#id DataTfeWorkspaceIds#id}. |
+| Names
| string[]
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/workspace_ids#names DataTfeWorkspaceIds#names}. |
+| Organization
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/workspace_ids#organization DataTfeWorkspaceIds#organization}. |
+| TagNames
| string[]
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/workspace_ids#tag_names DataTfeWorkspaceIds#tag_names}. |
---
@@ -825,7 +825,7 @@ public string[] ExcludeTags { get; set; }
- *Type:* string[]
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/workspace_ids#exclude_tags DataTfeWorkspaceIds#exclude_tags}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/workspace_ids#exclude_tags DataTfeWorkspaceIds#exclude_tags}.
---
@@ -837,7 +837,7 @@ public string Id { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/workspace_ids#id DataTfeWorkspaceIds#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/workspace_ids#id DataTfeWorkspaceIds#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -852,7 +852,7 @@ public string[] Names { get; set; }
- *Type:* string[]
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/workspace_ids#names DataTfeWorkspaceIds#names}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/workspace_ids#names DataTfeWorkspaceIds#names}.
---
@@ -864,7 +864,7 @@ public string Organization { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/workspace_ids#organization DataTfeWorkspaceIds#organization}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/workspace_ids#organization DataTfeWorkspaceIds#organization}.
---
@@ -876,7 +876,7 @@ public string[] TagNames { get; set; }
- *Type:* string[]
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/workspace_ids#tag_names DataTfeWorkspaceIds#tag_names}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/workspace_ids#tag_names DataTfeWorkspaceIds#tag_names}.
---
diff --git a/docs/dataTfeWorkspaceIds.go.md b/docs/dataTfeWorkspaceIds.go.md
index a4027ed02..939d9af9d 100644
--- a/docs/dataTfeWorkspaceIds.go.md
+++ b/docs/dataTfeWorkspaceIds.go.md
@@ -4,7 +4,7 @@
### DataTfeWorkspaceIds
-Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/workspace_ids tfe_workspace_ids}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/workspace_ids tfe_workspace_ids}.
#### Initializers
@@ -400,7 +400,7 @@ The construct id used in the generated config for the DataTfeWorkspaceIds to imp
The id of the existing DataTfeWorkspaceIds that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/workspace_ids#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/workspace_ids#import import section} in the documentation of this resource for the id to use
---
@@ -739,11 +739,11 @@ import "github.com/cdktf/cdktf-provider-tfe-go/tfe/v11/datatfeworkspaceids"
| 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.* |
-| ExcludeTags
| *[]*string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/workspace_ids#exclude_tags DataTfeWorkspaceIds#exclude_tags}. |
-| Id
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/workspace_ids#id DataTfeWorkspaceIds#id}. |
-| Names
| *[]*string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/workspace_ids#names DataTfeWorkspaceIds#names}. |
-| Organization
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/workspace_ids#organization DataTfeWorkspaceIds#organization}. |
-| TagNames
| *[]*string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/workspace_ids#tag_names DataTfeWorkspaceIds#tag_names}. |
+| ExcludeTags
| *[]*string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/workspace_ids#exclude_tags DataTfeWorkspaceIds#exclude_tags}. |
+| Id
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/workspace_ids#id DataTfeWorkspaceIds#id}. |
+| Names
| *[]*string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/workspace_ids#names DataTfeWorkspaceIds#names}. |
+| Organization
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/workspace_ids#organization DataTfeWorkspaceIds#organization}. |
+| TagNames
| *[]*string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/workspace_ids#tag_names DataTfeWorkspaceIds#tag_names}. |
---
@@ -825,7 +825,7 @@ ExcludeTags *[]*string
- *Type:* *[]*string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/workspace_ids#exclude_tags DataTfeWorkspaceIds#exclude_tags}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/workspace_ids#exclude_tags DataTfeWorkspaceIds#exclude_tags}.
---
@@ -837,7 +837,7 @@ Id *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/workspace_ids#id DataTfeWorkspaceIds#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/workspace_ids#id DataTfeWorkspaceIds#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -852,7 +852,7 @@ Names *[]*string
- *Type:* *[]*string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/workspace_ids#names DataTfeWorkspaceIds#names}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/workspace_ids#names DataTfeWorkspaceIds#names}.
---
@@ -864,7 +864,7 @@ Organization *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/workspace_ids#organization DataTfeWorkspaceIds#organization}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/workspace_ids#organization DataTfeWorkspaceIds#organization}.
---
@@ -876,7 +876,7 @@ TagNames *[]*string
- *Type:* *[]*string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/workspace_ids#tag_names DataTfeWorkspaceIds#tag_names}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/workspace_ids#tag_names DataTfeWorkspaceIds#tag_names}.
---
diff --git a/docs/dataTfeWorkspaceIds.java.md b/docs/dataTfeWorkspaceIds.java.md
index f286deada..763d6ba9b 100644
--- a/docs/dataTfeWorkspaceIds.java.md
+++ b/docs/dataTfeWorkspaceIds.java.md
@@ -4,7 +4,7 @@
### DataTfeWorkspaceIds
-Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/workspace_ids tfe_workspace_ids}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/workspace_ids tfe_workspace_ids}.
#### Initializers
@@ -42,11 +42,11 @@ DataTfeWorkspaceIds.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.* |
-| excludeTags
| java.util.List
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/workspace_ids#exclude_tags DataTfeWorkspaceIds#exclude_tags}. |
-| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/workspace_ids#id DataTfeWorkspaceIds#id}. |
-| names
| java.util.List
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/workspace_ids#names DataTfeWorkspaceIds#names}. |
-| organization
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/workspace_ids#organization DataTfeWorkspaceIds#organization}. |
-| tagNames
| java.util.List
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/workspace_ids#tag_names DataTfeWorkspaceIds#tag_names}. |
+| excludeTags
| java.util.List
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/workspace_ids#exclude_tags DataTfeWorkspaceIds#exclude_tags}. |
+| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/workspace_ids#id DataTfeWorkspaceIds#id}. |
+| names
| java.util.List
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/workspace_ids#names DataTfeWorkspaceIds#names}. |
+| organization
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/workspace_ids#organization DataTfeWorkspaceIds#organization}. |
+| tagNames
| java.util.List
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/workspace_ids#tag_names DataTfeWorkspaceIds#tag_names}. |
---
@@ -114,7 +114,7 @@ Must be unique amongst siblings in the same scope
- *Type:* java.util.List
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/workspace_ids#exclude_tags DataTfeWorkspaceIds#exclude_tags}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/workspace_ids#exclude_tags DataTfeWorkspaceIds#exclude_tags}.
---
@@ -122,7 +122,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/workspace_ids#id DataTfeWorkspaceIds#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/workspace_ids#id DataTfeWorkspaceIds#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you 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.util.List
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/workspace_ids#names DataTfeWorkspaceIds#names}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/workspace_ids#names DataTfeWorkspaceIds#names}.
---
@@ -141,7 +141,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/workspace_ids#organization DataTfeWorkspaceIds#organization}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/workspace_ids#organization DataTfeWorkspaceIds#organization}.
---
@@ -149,7 +149,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* java.util.List
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/workspace_ids#tag_names DataTfeWorkspaceIds#tag_names}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/workspace_ids#tag_names DataTfeWorkspaceIds#tag_names}.
---
@@ -507,7 +507,7 @@ The construct id used in the generated config for the DataTfeWorkspaceIds to imp
The id of the existing DataTfeWorkspaceIds that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/workspace_ids#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/workspace_ids#import import section} in the documentation of this resource for the id to use
---
@@ -850,11 +850,11 @@ DataTfeWorkspaceIdsConfig.builder()
| lifecycle
| com.hashicorp.cdktf.TerraformResourceLifecycle
| *No description.* |
| provider
| com.hashicorp.cdktf.TerraformProvider
| *No description.* |
| provisioners
| java.util.List
| *No description.* |
-| excludeTags
| java.util.List
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/workspace_ids#exclude_tags DataTfeWorkspaceIds#exclude_tags}. |
-| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/workspace_ids#id DataTfeWorkspaceIds#id}. |
-| names
| java.util.List
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/workspace_ids#names DataTfeWorkspaceIds#names}. |
-| organization
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/workspace_ids#organization DataTfeWorkspaceIds#organization}. |
-| tagNames
| java.util.List
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/workspace_ids#tag_names DataTfeWorkspaceIds#tag_names}. |
+| excludeTags
| java.util.List
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/workspace_ids#exclude_tags DataTfeWorkspaceIds#exclude_tags}. |
+| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/workspace_ids#id DataTfeWorkspaceIds#id}. |
+| names
| java.util.List
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/workspace_ids#names DataTfeWorkspaceIds#names}. |
+| organization
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/workspace_ids#organization DataTfeWorkspaceIds#organization}. |
+| tagNames
| java.util.List
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/workspace_ids#tag_names DataTfeWorkspaceIds#tag_names}. |
---
@@ -936,7 +936,7 @@ public java.util.List getExcludeTags();
- *Type:* java.util.List
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/workspace_ids#exclude_tags DataTfeWorkspaceIds#exclude_tags}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/workspace_ids#exclude_tags DataTfeWorkspaceIds#exclude_tags}.
---
@@ -948,7 +948,7 @@ public java.lang.String getId();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/workspace_ids#id DataTfeWorkspaceIds#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/workspace_ids#id DataTfeWorkspaceIds#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you 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 java.util.List getNames();
- *Type:* java.util.List
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/workspace_ids#names DataTfeWorkspaceIds#names}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/workspace_ids#names DataTfeWorkspaceIds#names}.
---
@@ -975,7 +975,7 @@ public java.lang.String getOrganization();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/workspace_ids#organization DataTfeWorkspaceIds#organization}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/workspace_ids#organization DataTfeWorkspaceIds#organization}.
---
@@ -987,7 +987,7 @@ public java.util.List getTagNames();
- *Type:* java.util.List
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/workspace_ids#tag_names DataTfeWorkspaceIds#tag_names}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/workspace_ids#tag_names DataTfeWorkspaceIds#tag_names}.
---
diff --git a/docs/dataTfeWorkspaceIds.python.md b/docs/dataTfeWorkspaceIds.python.md
index 89b50616b..e0000a6ef 100644
--- a/docs/dataTfeWorkspaceIds.python.md
+++ b/docs/dataTfeWorkspaceIds.python.md
@@ -4,7 +4,7 @@
### DataTfeWorkspaceIds
-Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/workspace_ids tfe_workspace_ids}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/workspace_ids tfe_workspace_ids}.
#### Initializers
@@ -40,11 +40,11 @@ dataTfeWorkspaceIds.DataTfeWorkspaceIds(
| lifecycle
| cdktf.TerraformResourceLifecycle
| *No description.* |
| provider
| cdktf.TerraformProvider
| *No description.* |
| provisioners
| typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]]
| *No description.* |
-| exclude_tags
| typing.List[str]
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/workspace_ids#exclude_tags DataTfeWorkspaceIds#exclude_tags}. |
-| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/workspace_ids#id DataTfeWorkspaceIds#id}. |
-| names
| typing.List[str]
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/workspace_ids#names DataTfeWorkspaceIds#names}. |
-| organization
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/workspace_ids#organization DataTfeWorkspaceIds#organization}. |
-| tag_names
| typing.List[str]
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/workspace_ids#tag_names DataTfeWorkspaceIds#tag_names}. |
+| exclude_tags
| typing.List[str]
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/workspace_ids#exclude_tags DataTfeWorkspaceIds#exclude_tags}. |
+| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/workspace_ids#id DataTfeWorkspaceIds#id}. |
+| names
| typing.List[str]
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/workspace_ids#names DataTfeWorkspaceIds#names}. |
+| organization
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/workspace_ids#organization DataTfeWorkspaceIds#organization}. |
+| tag_names
| typing.List[str]
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/workspace_ids#tag_names DataTfeWorkspaceIds#tag_names}. |
---
@@ -112,7 +112,7 @@ Must be unique amongst siblings in the same scope
- *Type:* typing.List[str]
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/workspace_ids#exclude_tags DataTfeWorkspaceIds#exclude_tags}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/workspace_ids#exclude_tags DataTfeWorkspaceIds#exclude_tags}.
---
@@ -120,7 +120,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/workspace_ids#id DataTfeWorkspaceIds#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/workspace_ids#id DataTfeWorkspaceIds#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you 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.List[str]
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/workspace_ids#names DataTfeWorkspaceIds#names}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/workspace_ids#names DataTfeWorkspaceIds#names}.
---
@@ -139,7 +139,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/workspace_ids#organization DataTfeWorkspaceIds#organization}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/workspace_ids#organization DataTfeWorkspaceIds#organization}.
---
@@ -147,7 +147,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* typing.List[str]
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/workspace_ids#tag_names DataTfeWorkspaceIds#tag_names}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/workspace_ids#tag_names DataTfeWorkspaceIds#tag_names}.
---
@@ -541,7 +541,7 @@ The construct id used in the generated config for the DataTfeWorkspaceIds to imp
The id of the existing DataTfeWorkspaceIds that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/workspace_ids#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/workspace_ids#import import section} in the documentation of this resource for the id to use
---
@@ -880,11 +880,11 @@ dataTfeWorkspaceIds.DataTfeWorkspaceIdsConfig(
| lifecycle
| cdktf.TerraformResourceLifecycle
| *No description.* |
| provider
| cdktf.TerraformProvider
| *No description.* |
| provisioners
| typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]]
| *No description.* |
-| exclude_tags
| typing.List[str]
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/workspace_ids#exclude_tags DataTfeWorkspaceIds#exclude_tags}. |
-| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/workspace_ids#id DataTfeWorkspaceIds#id}. |
-| names
| typing.List[str]
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/workspace_ids#names DataTfeWorkspaceIds#names}. |
-| organization
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/workspace_ids#organization DataTfeWorkspaceIds#organization}. |
-| tag_names
| typing.List[str]
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/workspace_ids#tag_names DataTfeWorkspaceIds#tag_names}. |
+| exclude_tags
| typing.List[str]
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/workspace_ids#exclude_tags DataTfeWorkspaceIds#exclude_tags}. |
+| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/workspace_ids#id DataTfeWorkspaceIds#id}. |
+| names
| typing.List[str]
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/workspace_ids#names DataTfeWorkspaceIds#names}. |
+| organization
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/workspace_ids#organization DataTfeWorkspaceIds#organization}. |
+| tag_names
| typing.List[str]
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/workspace_ids#tag_names DataTfeWorkspaceIds#tag_names}. |
---
@@ -966,7 +966,7 @@ exclude_tags: typing.List[str]
- *Type:* typing.List[str]
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/workspace_ids#exclude_tags DataTfeWorkspaceIds#exclude_tags}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/workspace_ids#exclude_tags DataTfeWorkspaceIds#exclude_tags}.
---
@@ -978,7 +978,7 @@ id: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/workspace_ids#id DataTfeWorkspaceIds#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/workspace_ids#id DataTfeWorkspaceIds#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -993,7 +993,7 @@ names: typing.List[str]
- *Type:* typing.List[str]
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/workspace_ids#names DataTfeWorkspaceIds#names}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/workspace_ids#names DataTfeWorkspaceIds#names}.
---
@@ -1005,7 +1005,7 @@ organization: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/workspace_ids#organization DataTfeWorkspaceIds#organization}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/workspace_ids#organization DataTfeWorkspaceIds#organization}.
---
@@ -1017,7 +1017,7 @@ tag_names: typing.List[str]
- *Type:* typing.List[str]
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/workspace_ids#tag_names DataTfeWorkspaceIds#tag_names}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/workspace_ids#tag_names DataTfeWorkspaceIds#tag_names}.
---
diff --git a/docs/dataTfeWorkspaceIds.typescript.md b/docs/dataTfeWorkspaceIds.typescript.md
index 80da8fbee..5eb68a4fe 100644
--- a/docs/dataTfeWorkspaceIds.typescript.md
+++ b/docs/dataTfeWorkspaceIds.typescript.md
@@ -4,7 +4,7 @@
### DataTfeWorkspaceIds
-Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/workspace_ids tfe_workspace_ids}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/workspace_ids tfe_workspace_ids}.
#### Initializers
@@ -400,7 +400,7 @@ The construct id used in the generated config for the DataTfeWorkspaceIds to imp
The id of the existing DataTfeWorkspaceIds that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/workspace_ids#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/workspace_ids#import import section} in the documentation of this resource for the id to use
---
@@ -726,11 +726,11 @@ const dataTfeWorkspaceIdsConfig: dataTfeWorkspaceIds.DataTfeWorkspaceIdsConfig =
| lifecycle
| cdktf.TerraformResourceLifecycle
| *No description.* |
| provider
| cdktf.TerraformProvider
| *No description.* |
| provisioners
| cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[]
| *No description.* |
-| excludeTags
| string[]
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/workspace_ids#exclude_tags DataTfeWorkspaceIds#exclude_tags}. |
-| id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/workspace_ids#id DataTfeWorkspaceIds#id}. |
-| names
| string[]
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/workspace_ids#names DataTfeWorkspaceIds#names}. |
-| organization
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/workspace_ids#organization DataTfeWorkspaceIds#organization}. |
-| tagNames
| string[]
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/workspace_ids#tag_names DataTfeWorkspaceIds#tag_names}. |
+| excludeTags
| string[]
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/workspace_ids#exclude_tags DataTfeWorkspaceIds#exclude_tags}. |
+| id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/workspace_ids#id DataTfeWorkspaceIds#id}. |
+| names
| string[]
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/workspace_ids#names DataTfeWorkspaceIds#names}. |
+| organization
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/workspace_ids#organization DataTfeWorkspaceIds#organization}. |
+| tagNames
| string[]
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/workspace_ids#tag_names DataTfeWorkspaceIds#tag_names}. |
---
@@ -812,7 +812,7 @@ public readonly excludeTags: string[];
- *Type:* string[]
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/workspace_ids#exclude_tags DataTfeWorkspaceIds#exclude_tags}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/workspace_ids#exclude_tags DataTfeWorkspaceIds#exclude_tags}.
---
@@ -824,7 +824,7 @@ public readonly id: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/workspace_ids#id DataTfeWorkspaceIds#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/workspace_ids#id DataTfeWorkspaceIds#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -839,7 +839,7 @@ public readonly names: string[];
- *Type:* string[]
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/workspace_ids#names DataTfeWorkspaceIds#names}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/workspace_ids#names DataTfeWorkspaceIds#names}.
---
@@ -851,7 +851,7 @@ public readonly organization: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/workspace_ids#organization DataTfeWorkspaceIds#organization}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/workspace_ids#organization DataTfeWorkspaceIds#organization}.
---
@@ -863,7 +863,7 @@ public readonly tagNames: string[];
- *Type:* string[]
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/workspace_ids#tag_names DataTfeWorkspaceIds#tag_names}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/workspace_ids#tag_names DataTfeWorkspaceIds#tag_names}.
---
diff --git a/docs/dataTfeWorkspaceRunTask.csharp.md b/docs/dataTfeWorkspaceRunTask.csharp.md
index 37027e5ee..be8e34cb3 100644
--- a/docs/dataTfeWorkspaceRunTask.csharp.md
+++ b/docs/dataTfeWorkspaceRunTask.csharp.md
@@ -4,7 +4,7 @@
### DataTfeWorkspaceRunTask
-Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/workspace_run_task tfe_workspace_run_task}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/workspace_run_task tfe_workspace_run_task}.
#### Initializers
@@ -365,7 +365,7 @@ The construct id used in the generated config for the DataTfeWorkspaceRunTask to
The id of the existing DataTfeWorkspaceRunTask that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/workspace_run_task#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/workspace_run_task#import import section} in the documentation of this resource for the id to use
---
@@ -742,7 +742,7 @@ public string TaskId { get; set; }
The id of the run task.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/workspace_run_task#task_id DataTfeWorkspaceRunTask#task_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/workspace_run_task#task_id DataTfeWorkspaceRunTask#task_id}
---
@@ -756,7 +756,7 @@ public string WorkspaceId { get; set; }
The id of the workspace.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/workspace_run_task#workspace_id DataTfeWorkspaceRunTask#workspace_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/workspace_run_task#workspace_id DataTfeWorkspaceRunTask#workspace_id}
---
diff --git a/docs/dataTfeWorkspaceRunTask.go.md b/docs/dataTfeWorkspaceRunTask.go.md
index 4ea6017a1..60ed044a3 100644
--- a/docs/dataTfeWorkspaceRunTask.go.md
+++ b/docs/dataTfeWorkspaceRunTask.go.md
@@ -4,7 +4,7 @@
### DataTfeWorkspaceRunTask
-Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/workspace_run_task tfe_workspace_run_task}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/workspace_run_task tfe_workspace_run_task}.
#### Initializers
@@ -365,7 +365,7 @@ The construct id used in the generated config for the DataTfeWorkspaceRunTask to
The id of the existing DataTfeWorkspaceRunTask that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/workspace_run_task#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/workspace_run_task#import import section} in the documentation of this resource for the id to use
---
@@ -742,7 +742,7 @@ TaskId *string
The id of the run task.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/workspace_run_task#task_id DataTfeWorkspaceRunTask#task_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/workspace_run_task#task_id DataTfeWorkspaceRunTask#task_id}
---
@@ -756,7 +756,7 @@ WorkspaceId *string
The id of the workspace.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/workspace_run_task#workspace_id DataTfeWorkspaceRunTask#workspace_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/workspace_run_task#workspace_id DataTfeWorkspaceRunTask#workspace_id}
---
diff --git a/docs/dataTfeWorkspaceRunTask.java.md b/docs/dataTfeWorkspaceRunTask.java.md
index 82633cc79..2b7ccbc4e 100644
--- a/docs/dataTfeWorkspaceRunTask.java.md
+++ b/docs/dataTfeWorkspaceRunTask.java.md
@@ -4,7 +4,7 @@
### DataTfeWorkspaceRunTask
-Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/workspace_run_task tfe_workspace_run_task}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/workspace_run_task tfe_workspace_run_task}.
#### Initializers
@@ -110,7 +110,7 @@ Must be unique amongst siblings in the same scope
The id of the run task.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/workspace_run_task#task_id DataTfeWorkspaceRunTask#task_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/workspace_run_task#task_id DataTfeWorkspaceRunTask#task_id}
---
@@ -120,7 +120,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
The id of the workspace.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/workspace_run_task#workspace_id DataTfeWorkspaceRunTask#workspace_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/workspace_run_task#workspace_id DataTfeWorkspaceRunTask#workspace_id}
---
@@ -443,7 +443,7 @@ The construct id used in the generated config for the DataTfeWorkspaceRunTask to
The id of the existing DataTfeWorkspaceRunTask that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/workspace_run_task#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/workspace_run_task#import import section} in the documentation of this resource for the id to use
---
@@ -824,7 +824,7 @@ public java.lang.String getTaskId();
The id of the run task.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/workspace_run_task#task_id DataTfeWorkspaceRunTask#task_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/workspace_run_task#task_id DataTfeWorkspaceRunTask#task_id}
---
@@ -838,7 +838,7 @@ public java.lang.String getWorkspaceId();
The id of the workspace.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/workspace_run_task#workspace_id DataTfeWorkspaceRunTask#workspace_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/workspace_run_task#workspace_id DataTfeWorkspaceRunTask#workspace_id}
---
diff --git a/docs/dataTfeWorkspaceRunTask.python.md b/docs/dataTfeWorkspaceRunTask.python.md
index 3950c07dd..d9a3d966d 100644
--- a/docs/dataTfeWorkspaceRunTask.python.md
+++ b/docs/dataTfeWorkspaceRunTask.python.md
@@ -4,7 +4,7 @@
### DataTfeWorkspaceRunTask
-Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/workspace_run_task tfe_workspace_run_task}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/workspace_run_task tfe_workspace_run_task}.
#### Initializers
@@ -108,7 +108,7 @@ Must be unique amongst siblings in the same scope
The id of the run task.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/workspace_run_task#task_id DataTfeWorkspaceRunTask#task_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/workspace_run_task#task_id DataTfeWorkspaceRunTask#task_id}
---
@@ -118,7 +118,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
The id of the workspace.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/workspace_run_task#workspace_id DataTfeWorkspaceRunTask#workspace_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/workspace_run_task#workspace_id DataTfeWorkspaceRunTask#workspace_id}
---
@@ -477,7 +477,7 @@ The construct id used in the generated config for the DataTfeWorkspaceRunTask to
The id of the existing DataTfeWorkspaceRunTask that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/workspace_run_task#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/workspace_run_task#import import section} in the documentation of this resource for the id to use
---
@@ -854,7 +854,7 @@ task_id: str
The id of the run task.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/workspace_run_task#task_id DataTfeWorkspaceRunTask#task_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/workspace_run_task#task_id DataTfeWorkspaceRunTask#task_id}
---
@@ -868,7 +868,7 @@ workspace_id: str
The id of the workspace.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/workspace_run_task#workspace_id DataTfeWorkspaceRunTask#workspace_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/workspace_run_task#workspace_id DataTfeWorkspaceRunTask#workspace_id}
---
diff --git a/docs/dataTfeWorkspaceRunTask.typescript.md b/docs/dataTfeWorkspaceRunTask.typescript.md
index de99f51a7..87ab7d669 100644
--- a/docs/dataTfeWorkspaceRunTask.typescript.md
+++ b/docs/dataTfeWorkspaceRunTask.typescript.md
@@ -4,7 +4,7 @@
### DataTfeWorkspaceRunTask
-Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/workspace_run_task tfe_workspace_run_task}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/workspace_run_task tfe_workspace_run_task}.
#### Initializers
@@ -365,7 +365,7 @@ The construct id used in the generated config for the DataTfeWorkspaceRunTask to
The id of the existing DataTfeWorkspaceRunTask that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/workspace_run_task#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/workspace_run_task#import import section} in the documentation of this resource for the id to use
---
@@ -732,7 +732,7 @@ public readonly taskId: string;
The id of the run task.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/workspace_run_task#task_id DataTfeWorkspaceRunTask#task_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/workspace_run_task#task_id DataTfeWorkspaceRunTask#task_id}
---
@@ -746,7 +746,7 @@ public readonly workspaceId: string;
The id of the workspace.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/workspace_run_task#workspace_id DataTfeWorkspaceRunTask#workspace_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/workspace_run_task#workspace_id DataTfeWorkspaceRunTask#workspace_id}
---
diff --git a/docs/noCodeModule.csharp.md b/docs/noCodeModule.csharp.md
index 9957cf6cb..5f642e0a8 100644
--- a/docs/noCodeModule.csharp.md
+++ b/docs/noCodeModule.csharp.md
@@ -4,7 +4,7 @@
### NoCodeModule
-Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/no_code_module tfe_no_code_module}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/no_code_module tfe_no_code_module}.
#### Initializers
@@ -515,7 +515,7 @@ The construct id used in the generated config for the NoCodeModule to import.
The id of the existing NoCodeModule that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/no_code_module#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/no_code_module#import import section} in the documentation of this resource for the id to use
---
@@ -877,12 +877,12 @@ new NoCodeModuleConfig {
| Lifecycle
| HashiCorp.Cdktf.TerraformResourceLifecycle
| *No description.* |
| Provider
| HashiCorp.Cdktf.TerraformProvider
| *No description.* |
| Provisioners
| object[]
| *No description.* |
-| RegistryModule
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/no_code_module#registry_module NoCodeModule#registry_module}. |
-| Enabled
| object
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/no_code_module#enabled NoCodeModule#enabled}. |
-| Id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/no_code_module#id NoCodeModule#id}. |
-| Organization
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/no_code_module#organization NoCodeModule#organization}. |
+| RegistryModule
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/no_code_module#registry_module NoCodeModule#registry_module}. |
+| Enabled
| object
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/no_code_module#enabled NoCodeModule#enabled}. |
+| Id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/no_code_module#id NoCodeModule#id}. |
+| Organization
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/no_code_module#organization NoCodeModule#organization}. |
| VariableOptions
| object
| variable_options block. |
-| VersionPin
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/no_code_module#version_pin NoCodeModule#version_pin}. |
+| VersionPin
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/no_code_module#version_pin NoCodeModule#version_pin}. |
---
@@ -964,7 +964,7 @@ public string RegistryModule { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/no_code_module#registry_module NoCodeModule#registry_module}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/no_code_module#registry_module NoCodeModule#registry_module}.
---
@@ -976,7 +976,7 @@ public object Enabled { get; set; }
- *Type:* object
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/no_code_module#enabled NoCodeModule#enabled}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/no_code_module#enabled NoCodeModule#enabled}.
---
@@ -988,7 +988,7 @@ public string Id { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/no_code_module#id NoCodeModule#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/no_code_module#id NoCodeModule#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -1003,7 +1003,7 @@ public string Organization { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/no_code_module#organization NoCodeModule#organization}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/no_code_module#organization NoCodeModule#organization}.
---
@@ -1017,7 +1017,7 @@ public object VariableOptions { get; set; }
variable_options block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/no_code_module#variable_options NoCodeModule#variable_options}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/no_code_module#variable_options NoCodeModule#variable_options}
---
@@ -1029,7 +1029,7 @@ public string VersionPin { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/no_code_module#version_pin NoCodeModule#version_pin}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/no_code_module#version_pin NoCodeModule#version_pin}.
---
@@ -1051,9 +1051,9 @@ new NoCodeModuleVariableOptions {
| **Name** | **Type** | **Description** |
| --- | --- | --- |
-| Name
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/no_code_module#name NoCodeModule#name}. |
-| Options
| string[]
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/no_code_module#options NoCodeModule#options}. |
-| Type
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/no_code_module#type NoCodeModule#type}. |
+| Name
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/no_code_module#name NoCodeModule#name}. |
+| Options
| string[]
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/no_code_module#options NoCodeModule#options}. |
+| Type
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/no_code_module#type NoCodeModule#type}. |
---
@@ -1065,7 +1065,7 @@ public string Name { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/no_code_module#name NoCodeModule#name}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/no_code_module#name NoCodeModule#name}.
---
@@ -1077,7 +1077,7 @@ public string[] Options { get; set; }
- *Type:* string[]
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/no_code_module#options NoCodeModule#options}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/no_code_module#options NoCodeModule#options}.
---
@@ -1089,7 +1089,7 @@ public string Type { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/no_code_module#type NoCodeModule#type}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/no_code_module#type NoCodeModule#type}.
---
diff --git a/docs/noCodeModule.go.md b/docs/noCodeModule.go.md
index 4d3f19e28..31e8727d6 100644
--- a/docs/noCodeModule.go.md
+++ b/docs/noCodeModule.go.md
@@ -4,7 +4,7 @@
### NoCodeModule
-Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/no_code_module tfe_no_code_module}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/no_code_module tfe_no_code_module}.
#### Initializers
@@ -515,7 +515,7 @@ The construct id used in the generated config for the NoCodeModule to import.
The id of the existing NoCodeModule that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/no_code_module#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/no_code_module#import import section} in the documentation of this resource for the id to use
---
@@ -877,12 +877,12 @@ import "github.com/cdktf/cdktf-provider-tfe-go/tfe/v11/nocodemodule"
| 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.* |
-| RegistryModule
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/no_code_module#registry_module NoCodeModule#registry_module}. |
-| Enabled
| interface{}
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/no_code_module#enabled NoCodeModule#enabled}. |
-| Id
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/no_code_module#id NoCodeModule#id}. |
-| Organization
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/no_code_module#organization NoCodeModule#organization}. |
+| RegistryModule
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/no_code_module#registry_module NoCodeModule#registry_module}. |
+| Enabled
| interface{}
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/no_code_module#enabled NoCodeModule#enabled}. |
+| Id
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/no_code_module#id NoCodeModule#id}. |
+| Organization
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/no_code_module#organization NoCodeModule#organization}. |
| VariableOptions
| interface{}
| variable_options block. |
-| VersionPin
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/no_code_module#version_pin NoCodeModule#version_pin}. |
+| VersionPin
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/no_code_module#version_pin NoCodeModule#version_pin}. |
---
@@ -964,7 +964,7 @@ RegistryModule *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/no_code_module#registry_module NoCodeModule#registry_module}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/no_code_module#registry_module NoCodeModule#registry_module}.
---
@@ -976,7 +976,7 @@ Enabled interface{}
- *Type:* interface{}
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/no_code_module#enabled NoCodeModule#enabled}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/no_code_module#enabled NoCodeModule#enabled}.
---
@@ -988,7 +988,7 @@ Id *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/no_code_module#id NoCodeModule#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/no_code_module#id NoCodeModule#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -1003,7 +1003,7 @@ Organization *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/no_code_module#organization NoCodeModule#organization}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/no_code_module#organization NoCodeModule#organization}.
---
@@ -1017,7 +1017,7 @@ VariableOptions interface{}
variable_options block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/no_code_module#variable_options NoCodeModule#variable_options}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/no_code_module#variable_options NoCodeModule#variable_options}
---
@@ -1029,7 +1029,7 @@ VersionPin *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/no_code_module#version_pin NoCodeModule#version_pin}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/no_code_module#version_pin NoCodeModule#version_pin}.
---
@@ -1051,9 +1051,9 @@ import "github.com/cdktf/cdktf-provider-tfe-go/tfe/v11/nocodemodule"
| **Name** | **Type** | **Description** |
| --- | --- | --- |
-| Name
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/no_code_module#name NoCodeModule#name}. |
-| Options
| *[]*string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/no_code_module#options NoCodeModule#options}. |
-| Type
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/no_code_module#type NoCodeModule#type}. |
+| Name
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/no_code_module#name NoCodeModule#name}. |
+| Options
| *[]*string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/no_code_module#options NoCodeModule#options}. |
+| Type
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/no_code_module#type NoCodeModule#type}. |
---
@@ -1065,7 +1065,7 @@ Name *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/no_code_module#name NoCodeModule#name}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/no_code_module#name NoCodeModule#name}.
---
@@ -1077,7 +1077,7 @@ Options *[]*string
- *Type:* *[]*string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/no_code_module#options NoCodeModule#options}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/no_code_module#options NoCodeModule#options}.
---
@@ -1089,7 +1089,7 @@ Type *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/no_code_module#type NoCodeModule#type}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/no_code_module#type NoCodeModule#type}.
---
diff --git a/docs/noCodeModule.java.md b/docs/noCodeModule.java.md
index 0d180bf94..3f8c51199 100644
--- a/docs/noCodeModule.java.md
+++ b/docs/noCodeModule.java.md
@@ -4,7 +4,7 @@
### NoCodeModule
-Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/no_code_module tfe_no_code_module}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/no_code_module tfe_no_code_module}.
#### Initializers
@@ -45,12 +45,12 @@ NoCodeModule.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.* |
-| registryModule
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/no_code_module#registry_module NoCodeModule#registry_module}. |
-| enabled
| java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/no_code_module#enabled NoCodeModule#enabled}. |
-| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/no_code_module#id NoCodeModule#id}. |
-| organization
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/no_code_module#organization NoCodeModule#organization}. |
+| registryModule
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/no_code_module#registry_module NoCodeModule#registry_module}. |
+| enabled
| java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/no_code_module#enabled NoCodeModule#enabled}. |
+| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/no_code_module#id NoCodeModule#id}. |
+| organization
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/no_code_module#organization NoCodeModule#organization}. |
| variableOptions
| com.hashicorp.cdktf.IResolvable OR java.util.List<NoCodeModuleVariableOptions>
| variable_options block. |
-| versionPin
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/no_code_module#version_pin NoCodeModule#version_pin}. |
+| versionPin
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/no_code_module#version_pin NoCodeModule#version_pin}. |
---
@@ -118,7 +118,7 @@ Must be unique amongst siblings in the same scope
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/no_code_module#registry_module NoCodeModule#registry_module}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/no_code_module#registry_module NoCodeModule#registry_module}.
---
@@ -126,7 +126,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/no_code_module#enabled NoCodeModule#enabled}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/no_code_module#enabled NoCodeModule#enabled}.
---
@@ -134,7 +134,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/no_code_module#id NoCodeModule#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/no_code_module#id NoCodeModule#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you 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
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/no_code_module#organization NoCodeModule#organization}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/no_code_module#organization NoCodeModule#organization}.
---
@@ -155,7 +155,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
variable_options block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/no_code_module#variable_options NoCodeModule#variable_options}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/no_code_module#variable_options NoCodeModule#variable_options}
---
@@ -163,7 +163,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/no_code_module#version_pin NoCodeModule#version_pin}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/no_code_module#version_pin NoCodeModule#version_pin}.
---
@@ -638,7 +638,7 @@ The construct id used in the generated config for the NoCodeModule to import.
The id of the existing NoCodeModule that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/no_code_module#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/no_code_module#import import section} in the documentation of this resource for the id to use
---
@@ -1006,12 +1006,12 @@ NoCodeModuleConfig.builder()
| lifecycle
| com.hashicorp.cdktf.TerraformResourceLifecycle
| *No description.* |
| provider
| com.hashicorp.cdktf.TerraformProvider
| *No description.* |
| provisioners
| java.util.List
| *No description.* |
-| registryModule
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/no_code_module#registry_module NoCodeModule#registry_module}. |
-| enabled
| java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/no_code_module#enabled NoCodeModule#enabled}. |
-| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/no_code_module#id NoCodeModule#id}. |
-| organization
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/no_code_module#organization NoCodeModule#organization}. |
+| registryModule
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/no_code_module#registry_module NoCodeModule#registry_module}. |
+| enabled
| java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/no_code_module#enabled NoCodeModule#enabled}. |
+| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/no_code_module#id NoCodeModule#id}. |
+| organization
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/no_code_module#organization NoCodeModule#organization}. |
| variableOptions
| com.hashicorp.cdktf.IResolvable OR java.util.List<NoCodeModuleVariableOptions>
| variable_options block. |
-| versionPin
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/no_code_module#version_pin NoCodeModule#version_pin}. |
+| versionPin
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/no_code_module#version_pin NoCodeModule#version_pin}. |
---
@@ -1093,7 +1093,7 @@ public java.lang.String getRegistryModule();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/no_code_module#registry_module NoCodeModule#registry_module}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/no_code_module#registry_module NoCodeModule#registry_module}.
---
@@ -1105,7 +1105,7 @@ public java.lang.Object getEnabled();
- *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/no_code_module#enabled NoCodeModule#enabled}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/no_code_module#enabled NoCodeModule#enabled}.
---
@@ -1117,7 +1117,7 @@ public java.lang.String getId();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/no_code_module#id NoCodeModule#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/no_code_module#id NoCodeModule#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -1132,7 +1132,7 @@ public java.lang.String getOrganization();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/no_code_module#organization NoCodeModule#organization}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/no_code_module#organization NoCodeModule#organization}.
---
@@ -1146,7 +1146,7 @@ public java.lang.Object getVariableOptions();
variable_options block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/no_code_module#variable_options NoCodeModule#variable_options}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/no_code_module#variable_options NoCodeModule#variable_options}
---
@@ -1158,7 +1158,7 @@ public java.lang.String getVersionPin();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/no_code_module#version_pin NoCodeModule#version_pin}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/no_code_module#version_pin NoCodeModule#version_pin}.
---
@@ -1180,9 +1180,9 @@ NoCodeModuleVariableOptions.builder()
| **Name** | **Type** | **Description** |
| --- | --- | --- |
-| name
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/no_code_module#name NoCodeModule#name}. |
-| options
| java.util.List
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/no_code_module#options NoCodeModule#options}. |
-| type
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/no_code_module#type NoCodeModule#type}. |
+| name
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/no_code_module#name NoCodeModule#name}. |
+| options
| java.util.List
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/no_code_module#options NoCodeModule#options}. |
+| type
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/no_code_module#type NoCodeModule#type}. |
---
@@ -1194,7 +1194,7 @@ public java.lang.String getName();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/no_code_module#name NoCodeModule#name}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/no_code_module#name NoCodeModule#name}.
---
@@ -1206,7 +1206,7 @@ public java.util.List getOptions();
- *Type:* java.util.List
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/no_code_module#options NoCodeModule#options}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/no_code_module#options NoCodeModule#options}.
---
@@ -1218,7 +1218,7 @@ public java.lang.String getType();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/no_code_module#type NoCodeModule#type}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/no_code_module#type NoCodeModule#type}.
---
diff --git a/docs/noCodeModule.python.md b/docs/noCodeModule.python.md
index 5fba7d10e..0ecd7f8db 100644
--- a/docs/noCodeModule.python.md
+++ b/docs/noCodeModule.python.md
@@ -4,7 +4,7 @@
### NoCodeModule
-Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/no_code_module tfe_no_code_module}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/no_code_module tfe_no_code_module}.
#### Initializers
@@ -41,12 +41,12 @@ noCodeModule.NoCodeModule(
| lifecycle
| cdktf.TerraformResourceLifecycle
| *No description.* |
| provider
| cdktf.TerraformProvider
| *No description.* |
| provisioners
| typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]]
| *No description.* |
-| registry_module
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/no_code_module#registry_module NoCodeModule#registry_module}. |
-| enabled
| typing.Union[bool, cdktf.IResolvable]
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/no_code_module#enabled NoCodeModule#enabled}. |
-| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/no_code_module#id NoCodeModule#id}. |
-| organization
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/no_code_module#organization NoCodeModule#organization}. |
+| registry_module
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/no_code_module#registry_module NoCodeModule#registry_module}. |
+| enabled
| typing.Union[bool, cdktf.IResolvable]
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/no_code_module#enabled NoCodeModule#enabled}. |
+| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/no_code_module#id NoCodeModule#id}. |
+| organization
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/no_code_module#organization NoCodeModule#organization}. |
| variable_options
| typing.Union[cdktf.IResolvable, typing.List[NoCodeModuleVariableOptions]]
| variable_options block. |
-| version_pin
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/no_code_module#version_pin NoCodeModule#version_pin}. |
+| version_pin
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/no_code_module#version_pin NoCodeModule#version_pin}. |
---
@@ -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/hashicorp/tfe/0.60.1/docs/resources/no_code_module#registry_module NoCodeModule#registry_module}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/no_code_module#registry_module NoCodeModule#registry_module}.
---
@@ -122,7 +122,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* typing.Union[bool, cdktf.IResolvable]
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/no_code_module#enabled NoCodeModule#enabled}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/no_code_module#enabled NoCodeModule#enabled}.
---
@@ -130,7 +130,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/no_code_module#id NoCodeModule#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/no_code_module#id NoCodeModule#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -141,7 +141,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/hashicorp/tfe/0.60.1/docs/resources/no_code_module#organization NoCodeModule#organization}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/no_code_module#organization NoCodeModule#organization}.
---
@@ -151,7 +151,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
variable_options block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/no_code_module#variable_options NoCodeModule#variable_options}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/no_code_module#variable_options NoCodeModule#variable_options}
---
@@ -159,7 +159,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/no_code_module#version_pin NoCodeModule#version_pin}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/no_code_module#version_pin NoCodeModule#version_pin}.
---
@@ -682,7 +682,7 @@ The construct id used in the generated config for the NoCodeModule to import.
The id of the existing NoCodeModule that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/no_code_module#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/no_code_module#import import section} in the documentation of this resource for the id to use
---
@@ -1044,12 +1044,12 @@ noCodeModule.NoCodeModuleConfig(
| lifecycle
| cdktf.TerraformResourceLifecycle
| *No description.* |
| provider
| cdktf.TerraformProvider
| *No description.* |
| provisioners
| typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]]
| *No description.* |
-| registry_module
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/no_code_module#registry_module NoCodeModule#registry_module}. |
-| enabled
| typing.Union[bool, cdktf.IResolvable]
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/no_code_module#enabled NoCodeModule#enabled}. |
-| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/no_code_module#id NoCodeModule#id}. |
-| organization
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/no_code_module#organization NoCodeModule#organization}. |
+| registry_module
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/no_code_module#registry_module NoCodeModule#registry_module}. |
+| enabled
| typing.Union[bool, cdktf.IResolvable]
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/no_code_module#enabled NoCodeModule#enabled}. |
+| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/no_code_module#id NoCodeModule#id}. |
+| organization
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/no_code_module#organization NoCodeModule#organization}. |
| variable_options
| typing.Union[cdktf.IResolvable, typing.List[NoCodeModuleVariableOptions]]
| variable_options block. |
-| version_pin
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/no_code_module#version_pin NoCodeModule#version_pin}. |
+| version_pin
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/no_code_module#version_pin NoCodeModule#version_pin}. |
---
@@ -1131,7 +1131,7 @@ registry_module: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/no_code_module#registry_module NoCodeModule#registry_module}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/no_code_module#registry_module NoCodeModule#registry_module}.
---
@@ -1143,7 +1143,7 @@ enabled: typing.Union[bool, IResolvable]
- *Type:* typing.Union[bool, cdktf.IResolvable]
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/no_code_module#enabled NoCodeModule#enabled}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/no_code_module#enabled NoCodeModule#enabled}.
---
@@ -1155,7 +1155,7 @@ id: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/no_code_module#id NoCodeModule#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/no_code_module#id NoCodeModule#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -1170,7 +1170,7 @@ organization: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/no_code_module#organization NoCodeModule#organization}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/no_code_module#organization NoCodeModule#organization}.
---
@@ -1184,7 +1184,7 @@ variable_options: typing.Union[IResolvable, typing.List[NoCodeModuleVariableOpti
variable_options block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/no_code_module#variable_options NoCodeModule#variable_options}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/no_code_module#variable_options NoCodeModule#variable_options}
---
@@ -1196,7 +1196,7 @@ version_pin: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/no_code_module#version_pin NoCodeModule#version_pin}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/no_code_module#version_pin NoCodeModule#version_pin}.
---
@@ -1218,9 +1218,9 @@ noCodeModule.NoCodeModuleVariableOptions(
| **Name** | **Type** | **Description** |
| --- | --- | --- |
-| name
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/no_code_module#name NoCodeModule#name}. |
-| options
| typing.List[str]
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/no_code_module#options NoCodeModule#options}. |
-| type
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/no_code_module#type NoCodeModule#type}. |
+| name
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/no_code_module#name NoCodeModule#name}. |
+| options
| typing.List[str]
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/no_code_module#options NoCodeModule#options}. |
+| type
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/no_code_module#type NoCodeModule#type}. |
---
@@ -1232,7 +1232,7 @@ name: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/no_code_module#name NoCodeModule#name}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/no_code_module#name NoCodeModule#name}.
---
@@ -1244,7 +1244,7 @@ options: typing.List[str]
- *Type:* typing.List[str]
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/no_code_module#options NoCodeModule#options}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/no_code_module#options NoCodeModule#options}.
---
@@ -1256,7 +1256,7 @@ type: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/no_code_module#type NoCodeModule#type}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/no_code_module#type NoCodeModule#type}.
---
diff --git a/docs/noCodeModule.typescript.md b/docs/noCodeModule.typescript.md
index 4b7190788..a9eb4534c 100644
--- a/docs/noCodeModule.typescript.md
+++ b/docs/noCodeModule.typescript.md
@@ -4,7 +4,7 @@
### NoCodeModule
-Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/no_code_module tfe_no_code_module}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/no_code_module tfe_no_code_module}.
#### Initializers
@@ -515,7 +515,7 @@ The construct id used in the generated config for the NoCodeModule to import.
The id of the existing NoCodeModule that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/no_code_module#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/no_code_module#import import section} in the documentation of this resource for the id to use
---
@@ -863,12 +863,12 @@ const noCodeModuleConfig: noCodeModule.NoCodeModuleConfig = { ... }
| lifecycle
| cdktf.TerraformResourceLifecycle
| *No description.* |
| provider
| cdktf.TerraformProvider
| *No description.* |
| provisioners
| cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[]
| *No description.* |
-| registryModule
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/no_code_module#registry_module NoCodeModule#registry_module}. |
-| enabled
| boolean \| cdktf.IResolvable
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/no_code_module#enabled NoCodeModule#enabled}. |
-| id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/no_code_module#id NoCodeModule#id}. |
-| organization
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/no_code_module#organization NoCodeModule#organization}. |
+| registryModule
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/no_code_module#registry_module NoCodeModule#registry_module}. |
+| enabled
| boolean \| cdktf.IResolvable
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/no_code_module#enabled NoCodeModule#enabled}. |
+| id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/no_code_module#id NoCodeModule#id}. |
+| organization
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/no_code_module#organization NoCodeModule#organization}. |
| variableOptions
| cdktf.IResolvable \| NoCodeModuleVariableOptions[]
| variable_options block. |
-| versionPin
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/no_code_module#version_pin NoCodeModule#version_pin}. |
+| versionPin
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/no_code_module#version_pin NoCodeModule#version_pin}. |
---
@@ -950,7 +950,7 @@ public readonly registryModule: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/no_code_module#registry_module NoCodeModule#registry_module}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/no_code_module#registry_module NoCodeModule#registry_module}.
---
@@ -962,7 +962,7 @@ public readonly enabled: boolean | IResolvable;
- *Type:* boolean | cdktf.IResolvable
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/no_code_module#enabled NoCodeModule#enabled}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/no_code_module#enabled NoCodeModule#enabled}.
---
@@ -974,7 +974,7 @@ public readonly id: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/no_code_module#id NoCodeModule#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/no_code_module#id NoCodeModule#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -989,7 +989,7 @@ public readonly organization: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/no_code_module#organization NoCodeModule#organization}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/no_code_module#organization NoCodeModule#organization}.
---
@@ -1003,7 +1003,7 @@ public readonly variableOptions: IResolvable | NoCodeModuleVariableOptions[];
variable_options block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/no_code_module#variable_options NoCodeModule#variable_options}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/no_code_module#variable_options NoCodeModule#variable_options}
---
@@ -1015,7 +1015,7 @@ public readonly versionPin: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/no_code_module#version_pin NoCodeModule#version_pin}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/no_code_module#version_pin NoCodeModule#version_pin}.
---
@@ -1033,9 +1033,9 @@ const noCodeModuleVariableOptions: noCodeModule.NoCodeModuleVariableOptions = {
| **Name** | **Type** | **Description** |
| --- | --- | --- |
-| name
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/no_code_module#name NoCodeModule#name}. |
-| options
| string[]
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/no_code_module#options NoCodeModule#options}. |
-| type
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/no_code_module#type NoCodeModule#type}. |
+| name
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/no_code_module#name NoCodeModule#name}. |
+| options
| string[]
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/no_code_module#options NoCodeModule#options}. |
+| type
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/no_code_module#type NoCodeModule#type}. |
---
@@ -1047,7 +1047,7 @@ public readonly name: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/no_code_module#name NoCodeModule#name}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/no_code_module#name NoCodeModule#name}.
---
@@ -1059,7 +1059,7 @@ public readonly options: string[];
- *Type:* string[]
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/no_code_module#options NoCodeModule#options}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/no_code_module#options NoCodeModule#options}.
---
@@ -1071,7 +1071,7 @@ public readonly type: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/no_code_module#type NoCodeModule#type}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/no_code_module#type NoCodeModule#type}.
---
diff --git a/docs/notificationConfiguration.csharp.md b/docs/notificationConfiguration.csharp.md
index a742b2f1f..5f612043b 100644
--- a/docs/notificationConfiguration.csharp.md
+++ b/docs/notificationConfiguration.csharp.md
@@ -4,7 +4,7 @@
### NotificationConfiguration
-Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/notification_configuration tfe_notification_configuration}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/notification_configuration tfe_notification_configuration}.
#### Initializers
@@ -516,7 +516,7 @@ The construct id used in the generated config for the NotificationConfiguration
The id of the existing NotificationConfiguration that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/notification_configuration#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/notification_configuration#import import section} in the documentation of this resource for the id to use
---
@@ -970,16 +970,16 @@ new NotificationConfigurationConfig {
| Lifecycle
| HashiCorp.Cdktf.TerraformResourceLifecycle
| *No description.* |
| Provider
| HashiCorp.Cdktf.TerraformProvider
| *No description.* |
| Provisioners
| object[]
| *No description.* |
-| DestinationType
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/notification_configuration#destination_type NotificationConfiguration#destination_type}. |
-| Name
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/notification_configuration#name NotificationConfiguration#name}. |
-| WorkspaceId
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/notification_configuration#workspace_id NotificationConfiguration#workspace_id}. |
-| EmailAddresses
| string[]
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/notification_configuration#email_addresses NotificationConfiguration#email_addresses}. |
-| EmailUserIds
| string[]
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/notification_configuration#email_user_ids NotificationConfiguration#email_user_ids}. |
-| Enabled
| object
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/notification_configuration#enabled NotificationConfiguration#enabled}. |
-| Id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/notification_configuration#id NotificationConfiguration#id}. |
-| Token
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/notification_configuration#token NotificationConfiguration#token}. |
-| Triggers
| string[]
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/notification_configuration#triggers NotificationConfiguration#triggers}. |
-| Url
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/notification_configuration#url NotificationConfiguration#url}. |
+| DestinationType
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/notification_configuration#destination_type NotificationConfiguration#destination_type}. |
+| Name
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/notification_configuration#name NotificationConfiguration#name}. |
+| WorkspaceId
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/notification_configuration#workspace_id NotificationConfiguration#workspace_id}. |
+| EmailAddresses
| string[]
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/notification_configuration#email_addresses NotificationConfiguration#email_addresses}. |
+| EmailUserIds
| string[]
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/notification_configuration#email_user_ids NotificationConfiguration#email_user_ids}. |
+| Enabled
| object
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/notification_configuration#enabled NotificationConfiguration#enabled}. |
+| Id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/notification_configuration#id NotificationConfiguration#id}. |
+| Token
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/notification_configuration#token NotificationConfiguration#token}. |
+| Triggers
| string[]
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/notification_configuration#triggers NotificationConfiguration#triggers}. |
+| Url
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/notification_configuration#url NotificationConfiguration#url}. |
---
@@ -1061,7 +1061,7 @@ public string DestinationType { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/notification_configuration#destination_type NotificationConfiguration#destination_type}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/notification_configuration#destination_type NotificationConfiguration#destination_type}.
---
@@ -1073,7 +1073,7 @@ public string Name { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/notification_configuration#name NotificationConfiguration#name}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/notification_configuration#name NotificationConfiguration#name}.
---
@@ -1085,7 +1085,7 @@ public string WorkspaceId { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/notification_configuration#workspace_id NotificationConfiguration#workspace_id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/notification_configuration#workspace_id NotificationConfiguration#workspace_id}.
---
@@ -1097,7 +1097,7 @@ public string[] EmailAddresses { get; set; }
- *Type:* string[]
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/notification_configuration#email_addresses NotificationConfiguration#email_addresses}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/notification_configuration#email_addresses NotificationConfiguration#email_addresses}.
---
@@ -1109,7 +1109,7 @@ public string[] EmailUserIds { get; set; }
- *Type:* string[]
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/notification_configuration#email_user_ids NotificationConfiguration#email_user_ids}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/notification_configuration#email_user_ids NotificationConfiguration#email_user_ids}.
---
@@ -1121,7 +1121,7 @@ public object Enabled { get; set; }
- *Type:* object
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/notification_configuration#enabled NotificationConfiguration#enabled}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/notification_configuration#enabled NotificationConfiguration#enabled}.
---
@@ -1133,7 +1133,7 @@ public string Id { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/notification_configuration#id NotificationConfiguration#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/notification_configuration#id NotificationConfiguration#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you 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 @@ public string Token { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/notification_configuration#token NotificationConfiguration#token}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/notification_configuration#token NotificationConfiguration#token}.
---
@@ -1160,7 +1160,7 @@ public string[] Triggers { get; set; }
- *Type:* string[]
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/notification_configuration#triggers NotificationConfiguration#triggers}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/notification_configuration#triggers NotificationConfiguration#triggers}.
---
@@ -1172,7 +1172,7 @@ public string Url { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/notification_configuration#url NotificationConfiguration#url}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/notification_configuration#url NotificationConfiguration#url}.
---
diff --git a/docs/notificationConfiguration.go.md b/docs/notificationConfiguration.go.md
index 06d0fe7f9..faa69b10c 100644
--- a/docs/notificationConfiguration.go.md
+++ b/docs/notificationConfiguration.go.md
@@ -4,7 +4,7 @@
### NotificationConfiguration
-Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/notification_configuration tfe_notification_configuration}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/notification_configuration tfe_notification_configuration}.
#### Initializers
@@ -516,7 +516,7 @@ The construct id used in the generated config for the NotificationConfiguration
The id of the existing NotificationConfiguration that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/notification_configuration#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/notification_configuration#import import section} in the documentation of this resource for the id to use
---
@@ -970,16 +970,16 @@ import "github.com/cdktf/cdktf-provider-tfe-go/tfe/v11/notificationconfiguration
| 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.* |
-| DestinationType
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/notification_configuration#destination_type NotificationConfiguration#destination_type}. |
-| Name
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/notification_configuration#name NotificationConfiguration#name}. |
-| WorkspaceId
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/notification_configuration#workspace_id NotificationConfiguration#workspace_id}. |
-| EmailAddresses
| *[]*string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/notification_configuration#email_addresses NotificationConfiguration#email_addresses}. |
-| EmailUserIds
| *[]*string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/notification_configuration#email_user_ids NotificationConfiguration#email_user_ids}. |
-| Enabled
| interface{}
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/notification_configuration#enabled NotificationConfiguration#enabled}. |
-| Id
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/notification_configuration#id NotificationConfiguration#id}. |
-| Token
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/notification_configuration#token NotificationConfiguration#token}. |
-| Triggers
| *[]*string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/notification_configuration#triggers NotificationConfiguration#triggers}. |
-| Url
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/notification_configuration#url NotificationConfiguration#url}. |
+| DestinationType
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/notification_configuration#destination_type NotificationConfiguration#destination_type}. |
+| Name
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/notification_configuration#name NotificationConfiguration#name}. |
+| WorkspaceId
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/notification_configuration#workspace_id NotificationConfiguration#workspace_id}. |
+| EmailAddresses
| *[]*string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/notification_configuration#email_addresses NotificationConfiguration#email_addresses}. |
+| EmailUserIds
| *[]*string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/notification_configuration#email_user_ids NotificationConfiguration#email_user_ids}. |
+| Enabled
| interface{}
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/notification_configuration#enabled NotificationConfiguration#enabled}. |
+| Id
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/notification_configuration#id NotificationConfiguration#id}. |
+| Token
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/notification_configuration#token NotificationConfiguration#token}. |
+| Triggers
| *[]*string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/notification_configuration#triggers NotificationConfiguration#triggers}. |
+| Url
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/notification_configuration#url NotificationConfiguration#url}. |
---
@@ -1061,7 +1061,7 @@ DestinationType *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/notification_configuration#destination_type NotificationConfiguration#destination_type}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/notification_configuration#destination_type NotificationConfiguration#destination_type}.
---
@@ -1073,7 +1073,7 @@ Name *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/notification_configuration#name NotificationConfiguration#name}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/notification_configuration#name NotificationConfiguration#name}.
---
@@ -1085,7 +1085,7 @@ WorkspaceId *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/notification_configuration#workspace_id NotificationConfiguration#workspace_id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/notification_configuration#workspace_id NotificationConfiguration#workspace_id}.
---
@@ -1097,7 +1097,7 @@ EmailAddresses *[]*string
- *Type:* *[]*string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/notification_configuration#email_addresses NotificationConfiguration#email_addresses}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/notification_configuration#email_addresses NotificationConfiguration#email_addresses}.
---
@@ -1109,7 +1109,7 @@ EmailUserIds *[]*string
- *Type:* *[]*string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/notification_configuration#email_user_ids NotificationConfiguration#email_user_ids}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/notification_configuration#email_user_ids NotificationConfiguration#email_user_ids}.
---
@@ -1121,7 +1121,7 @@ Enabled interface{}
- *Type:* interface{}
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/notification_configuration#enabled NotificationConfiguration#enabled}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/notification_configuration#enabled NotificationConfiguration#enabled}.
---
@@ -1133,7 +1133,7 @@ Id *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/notification_configuration#id NotificationConfiguration#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/notification_configuration#id NotificationConfiguration#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you 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 @@ Token *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/notification_configuration#token NotificationConfiguration#token}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/notification_configuration#token NotificationConfiguration#token}.
---
@@ -1160,7 +1160,7 @@ Triggers *[]*string
- *Type:* *[]*string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/notification_configuration#triggers NotificationConfiguration#triggers}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/notification_configuration#triggers NotificationConfiguration#triggers}.
---
@@ -1172,7 +1172,7 @@ Url *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/notification_configuration#url NotificationConfiguration#url}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/notification_configuration#url NotificationConfiguration#url}.
---
diff --git a/docs/notificationConfiguration.java.md b/docs/notificationConfiguration.java.md
index 5164ae0a0..a58a4bc0c 100644
--- a/docs/notificationConfiguration.java.md
+++ b/docs/notificationConfiguration.java.md
@@ -4,7 +4,7 @@
### NotificationConfiguration
-Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/notification_configuration tfe_notification_configuration}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/notification_configuration tfe_notification_configuration}.
#### Initializers
@@ -48,16 +48,16 @@ NotificationConfiguration.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.* |
-| destinationType
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/notification_configuration#destination_type NotificationConfiguration#destination_type}. |
-| name
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/notification_configuration#name NotificationConfiguration#name}. |
-| workspaceId
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/notification_configuration#workspace_id NotificationConfiguration#workspace_id}. |
-| emailAddresses
| java.util.List
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/notification_configuration#email_addresses NotificationConfiguration#email_addresses}. |
-| emailUserIds
| java.util.List
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/notification_configuration#email_user_ids NotificationConfiguration#email_user_ids}. |
-| enabled
| java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/notification_configuration#enabled NotificationConfiguration#enabled}. |
-| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/notification_configuration#id NotificationConfiguration#id}. |
-| token
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/notification_configuration#token NotificationConfiguration#token}. |
-| triggers
| java.util.List
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/notification_configuration#triggers NotificationConfiguration#triggers}. |
-| url
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/notification_configuration#url NotificationConfiguration#url}. |
+| destinationType
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/notification_configuration#destination_type NotificationConfiguration#destination_type}. |
+| name
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/notification_configuration#name NotificationConfiguration#name}. |
+| workspaceId
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/notification_configuration#workspace_id NotificationConfiguration#workspace_id}. |
+| emailAddresses
| java.util.List
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/notification_configuration#email_addresses NotificationConfiguration#email_addresses}. |
+| emailUserIds
| java.util.List
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/notification_configuration#email_user_ids NotificationConfiguration#email_user_ids}. |
+| enabled
| java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/notification_configuration#enabled NotificationConfiguration#enabled}. |
+| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/notification_configuration#id NotificationConfiguration#id}. |
+| token
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/notification_configuration#token NotificationConfiguration#token}. |
+| triggers
| java.util.List
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/notification_configuration#triggers NotificationConfiguration#triggers}. |
+| url
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/notification_configuration#url NotificationConfiguration#url}. |
---
@@ -125,7 +125,7 @@ Must be unique amongst siblings in the same scope
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/notification_configuration#destination_type NotificationConfiguration#destination_type}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/notification_configuration#destination_type NotificationConfiguration#destination_type}.
---
@@ -133,7 +133,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/notification_configuration#name NotificationConfiguration#name}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/notification_configuration#name NotificationConfiguration#name}.
---
@@ -141,7 +141,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/notification_configuration#workspace_id NotificationConfiguration#workspace_id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/notification_configuration#workspace_id NotificationConfiguration#workspace_id}.
---
@@ -149,7 +149,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* java.util.List
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/notification_configuration#email_addresses NotificationConfiguration#email_addresses}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/notification_configuration#email_addresses NotificationConfiguration#email_addresses}.
---
@@ -157,7 +157,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* java.util.List
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/notification_configuration#email_user_ids NotificationConfiguration#email_user_ids}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/notification_configuration#email_user_ids NotificationConfiguration#email_user_ids}.
---
@@ -165,7 +165,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/notification_configuration#enabled NotificationConfiguration#enabled}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/notification_configuration#enabled NotificationConfiguration#enabled}.
---
@@ -173,7 +173,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/notification_configuration#id NotificationConfiguration#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/notification_configuration#id NotificationConfiguration#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you 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
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/notification_configuration#token NotificationConfiguration#token}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/notification_configuration#token NotificationConfiguration#token}.
---
@@ -192,7 +192,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* java.util.List
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/notification_configuration#triggers NotificationConfiguration#triggers}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/notification_configuration#triggers NotificationConfiguration#triggers}.
---
@@ -200,7 +200,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/notification_configuration#url NotificationConfiguration#url}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/notification_configuration#url NotificationConfiguration#url}.
---
@@ -676,7 +676,7 @@ The construct id used in the generated config for the NotificationConfiguration
The id of the existing NotificationConfiguration that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/notification_configuration#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/notification_configuration#import import section} in the documentation of this resource for the id to use
---
@@ -1135,16 +1135,16 @@ NotificationConfigurationConfig.builder()
| lifecycle
| com.hashicorp.cdktf.TerraformResourceLifecycle
| *No description.* |
| provider
| com.hashicorp.cdktf.TerraformProvider
| *No description.* |
| provisioners
| java.util.List
| *No description.* |
-| destinationType
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/notification_configuration#destination_type NotificationConfiguration#destination_type}. |
-| name
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/notification_configuration#name NotificationConfiguration#name}. |
-| workspaceId
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/notification_configuration#workspace_id NotificationConfiguration#workspace_id}. |
-| emailAddresses
| java.util.List
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/notification_configuration#email_addresses NotificationConfiguration#email_addresses}. |
-| emailUserIds
| java.util.List
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/notification_configuration#email_user_ids NotificationConfiguration#email_user_ids}. |
-| enabled
| java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/notification_configuration#enabled NotificationConfiguration#enabled}. |
-| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/notification_configuration#id NotificationConfiguration#id}. |
-| token
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/notification_configuration#token NotificationConfiguration#token}. |
-| triggers
| java.util.List
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/notification_configuration#triggers NotificationConfiguration#triggers}. |
-| url
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/notification_configuration#url NotificationConfiguration#url}. |
+| destinationType
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/notification_configuration#destination_type NotificationConfiguration#destination_type}. |
+| name
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/notification_configuration#name NotificationConfiguration#name}. |
+| workspaceId
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/notification_configuration#workspace_id NotificationConfiguration#workspace_id}. |
+| emailAddresses
| java.util.List
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/notification_configuration#email_addresses NotificationConfiguration#email_addresses}. |
+| emailUserIds
| java.util.List
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/notification_configuration#email_user_ids NotificationConfiguration#email_user_ids}. |
+| enabled
| java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/notification_configuration#enabled NotificationConfiguration#enabled}. |
+| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/notification_configuration#id NotificationConfiguration#id}. |
+| token
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/notification_configuration#token NotificationConfiguration#token}. |
+| triggers
| java.util.List
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/notification_configuration#triggers NotificationConfiguration#triggers}. |
+| url
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/notification_configuration#url NotificationConfiguration#url}. |
---
@@ -1226,7 +1226,7 @@ public java.lang.String getDestinationType();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/notification_configuration#destination_type NotificationConfiguration#destination_type}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/notification_configuration#destination_type NotificationConfiguration#destination_type}.
---
@@ -1238,7 +1238,7 @@ public java.lang.String getName();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/notification_configuration#name NotificationConfiguration#name}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/notification_configuration#name NotificationConfiguration#name}.
---
@@ -1250,7 +1250,7 @@ public java.lang.String getWorkspaceId();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/notification_configuration#workspace_id NotificationConfiguration#workspace_id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/notification_configuration#workspace_id NotificationConfiguration#workspace_id}.
---
@@ -1262,7 +1262,7 @@ public java.util.List getEmailAddresses();
- *Type:* java.util.List
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/notification_configuration#email_addresses NotificationConfiguration#email_addresses}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/notification_configuration#email_addresses NotificationConfiguration#email_addresses}.
---
@@ -1274,7 +1274,7 @@ public java.util.List getEmailUserIds();
- *Type:* java.util.List
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/notification_configuration#email_user_ids NotificationConfiguration#email_user_ids}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/notification_configuration#email_user_ids NotificationConfiguration#email_user_ids}.
---
@@ -1286,7 +1286,7 @@ public java.lang.Object getEnabled();
- *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/notification_configuration#enabled NotificationConfiguration#enabled}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/notification_configuration#enabled NotificationConfiguration#enabled}.
---
@@ -1298,7 +1298,7 @@ public java.lang.String getId();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/notification_configuration#id NotificationConfiguration#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/notification_configuration#id NotificationConfiguration#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -1313,7 +1313,7 @@ public java.lang.String getToken();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/notification_configuration#token NotificationConfiguration#token}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/notification_configuration#token NotificationConfiguration#token}.
---
@@ -1325,7 +1325,7 @@ public java.util.List getTriggers();
- *Type:* java.util.List
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/notification_configuration#triggers NotificationConfiguration#triggers}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/notification_configuration#triggers NotificationConfiguration#triggers}.
---
@@ -1337,7 +1337,7 @@ public java.lang.String getUrl();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/notification_configuration#url NotificationConfiguration#url}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/notification_configuration#url NotificationConfiguration#url}.
---
diff --git a/docs/notificationConfiguration.python.md b/docs/notificationConfiguration.python.md
index db97e9173..daabceda0 100644
--- a/docs/notificationConfiguration.python.md
+++ b/docs/notificationConfiguration.python.md
@@ -4,7 +4,7 @@
### NotificationConfiguration
-Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/notification_configuration tfe_notification_configuration}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/notification_configuration tfe_notification_configuration}.
#### Initializers
@@ -45,16 +45,16 @@ notificationConfiguration.NotificationConfiguration(
| lifecycle
| cdktf.TerraformResourceLifecycle
| *No description.* |
| provider
| cdktf.TerraformProvider
| *No description.* |
| provisioners
| typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]]
| *No description.* |
-| destination_type
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/notification_configuration#destination_type NotificationConfiguration#destination_type}. |
-| name
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/notification_configuration#name NotificationConfiguration#name}. |
-| workspace_id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/notification_configuration#workspace_id NotificationConfiguration#workspace_id}. |
-| email_addresses
| typing.List[str]
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/notification_configuration#email_addresses NotificationConfiguration#email_addresses}. |
-| email_user_ids
| typing.List[str]
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/notification_configuration#email_user_ids NotificationConfiguration#email_user_ids}. |
-| enabled
| typing.Union[bool, cdktf.IResolvable]
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/notification_configuration#enabled NotificationConfiguration#enabled}. |
-| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/notification_configuration#id NotificationConfiguration#id}. |
-| token
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/notification_configuration#token NotificationConfiguration#token}. |
-| triggers
| typing.List[str]
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/notification_configuration#triggers NotificationConfiguration#triggers}. |
-| url
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/notification_configuration#url NotificationConfiguration#url}. |
+| destination_type
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/notification_configuration#destination_type NotificationConfiguration#destination_type}. |
+| name
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/notification_configuration#name NotificationConfiguration#name}. |
+| workspace_id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/notification_configuration#workspace_id NotificationConfiguration#workspace_id}. |
+| email_addresses
| typing.List[str]
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/notification_configuration#email_addresses NotificationConfiguration#email_addresses}. |
+| email_user_ids
| typing.List[str]
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/notification_configuration#email_user_ids NotificationConfiguration#email_user_ids}. |
+| enabled
| typing.Union[bool, cdktf.IResolvable]
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/notification_configuration#enabled NotificationConfiguration#enabled}. |
+| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/notification_configuration#id NotificationConfiguration#id}. |
+| token
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/notification_configuration#token NotificationConfiguration#token}. |
+| triggers
| typing.List[str]
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/notification_configuration#triggers NotificationConfiguration#triggers}. |
+| url
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/notification_configuration#url NotificationConfiguration#url}. |
---
@@ -122,7 +122,7 @@ Must be unique amongst siblings in the same scope
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/notification_configuration#destination_type NotificationConfiguration#destination_type}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/notification_configuration#destination_type NotificationConfiguration#destination_type}.
---
@@ -130,7 +130,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/notification_configuration#name NotificationConfiguration#name}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/notification_configuration#name NotificationConfiguration#name}.
---
@@ -138,7 +138,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/notification_configuration#workspace_id NotificationConfiguration#workspace_id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/notification_configuration#workspace_id NotificationConfiguration#workspace_id}.
---
@@ -146,7 +146,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* typing.List[str]
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/notification_configuration#email_addresses NotificationConfiguration#email_addresses}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/notification_configuration#email_addresses NotificationConfiguration#email_addresses}.
---
@@ -154,7 +154,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* typing.List[str]
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/notification_configuration#email_user_ids NotificationConfiguration#email_user_ids}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/notification_configuration#email_user_ids NotificationConfiguration#email_user_ids}.
---
@@ -162,7 +162,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* typing.Union[bool, cdktf.IResolvable]
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/notification_configuration#enabled NotificationConfiguration#enabled}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/notification_configuration#enabled NotificationConfiguration#enabled}.
---
@@ -170,7 +170,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/notification_configuration#id NotificationConfiguration#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/notification_configuration#id NotificationConfiguration#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you 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
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/notification_configuration#token NotificationConfiguration#token}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/notification_configuration#token NotificationConfiguration#token}.
---
@@ -189,7 +189,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* typing.List[str]
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/notification_configuration#triggers NotificationConfiguration#triggers}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/notification_configuration#triggers NotificationConfiguration#triggers}.
---
@@ -197,7 +197,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/notification_configuration#url NotificationConfiguration#url}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/notification_configuration#url NotificationConfiguration#url}.
---
@@ -719,7 +719,7 @@ The construct id used in the generated config for the NotificationConfiguration
The id of the existing NotificationConfiguration that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/notification_configuration#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/notification_configuration#import import section} in the documentation of this resource for the id to use
---
@@ -1173,16 +1173,16 @@ notificationConfiguration.NotificationConfigurationConfig(
| lifecycle
| cdktf.TerraformResourceLifecycle
| *No description.* |
| provider
| cdktf.TerraformProvider
| *No description.* |
| provisioners
| typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]]
| *No description.* |
-| destination_type
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/notification_configuration#destination_type NotificationConfiguration#destination_type}. |
-| name
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/notification_configuration#name NotificationConfiguration#name}. |
-| workspace_id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/notification_configuration#workspace_id NotificationConfiguration#workspace_id}. |
-| email_addresses
| typing.List[str]
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/notification_configuration#email_addresses NotificationConfiguration#email_addresses}. |
-| email_user_ids
| typing.List[str]
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/notification_configuration#email_user_ids NotificationConfiguration#email_user_ids}. |
-| enabled
| typing.Union[bool, cdktf.IResolvable]
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/notification_configuration#enabled NotificationConfiguration#enabled}. |
-| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/notification_configuration#id NotificationConfiguration#id}. |
-| token
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/notification_configuration#token NotificationConfiguration#token}. |
-| triggers
| typing.List[str]
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/notification_configuration#triggers NotificationConfiguration#triggers}. |
-| url
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/notification_configuration#url NotificationConfiguration#url}. |
+| destination_type
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/notification_configuration#destination_type NotificationConfiguration#destination_type}. |
+| name
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/notification_configuration#name NotificationConfiguration#name}. |
+| workspace_id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/notification_configuration#workspace_id NotificationConfiguration#workspace_id}. |
+| email_addresses
| typing.List[str]
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/notification_configuration#email_addresses NotificationConfiguration#email_addresses}. |
+| email_user_ids
| typing.List[str]
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/notification_configuration#email_user_ids NotificationConfiguration#email_user_ids}. |
+| enabled
| typing.Union[bool, cdktf.IResolvable]
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/notification_configuration#enabled NotificationConfiguration#enabled}. |
+| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/notification_configuration#id NotificationConfiguration#id}. |
+| token
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/notification_configuration#token NotificationConfiguration#token}. |
+| triggers
| typing.List[str]
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/notification_configuration#triggers NotificationConfiguration#triggers}. |
+| url
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/notification_configuration#url NotificationConfiguration#url}. |
---
@@ -1264,7 +1264,7 @@ destination_type: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/notification_configuration#destination_type NotificationConfiguration#destination_type}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/notification_configuration#destination_type NotificationConfiguration#destination_type}.
---
@@ -1276,7 +1276,7 @@ name: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/notification_configuration#name NotificationConfiguration#name}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/notification_configuration#name NotificationConfiguration#name}.
---
@@ -1288,7 +1288,7 @@ workspace_id: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/notification_configuration#workspace_id NotificationConfiguration#workspace_id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/notification_configuration#workspace_id NotificationConfiguration#workspace_id}.
---
@@ -1300,7 +1300,7 @@ email_addresses: typing.List[str]
- *Type:* typing.List[str]
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/notification_configuration#email_addresses NotificationConfiguration#email_addresses}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/notification_configuration#email_addresses NotificationConfiguration#email_addresses}.
---
@@ -1312,7 +1312,7 @@ email_user_ids: typing.List[str]
- *Type:* typing.List[str]
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/notification_configuration#email_user_ids NotificationConfiguration#email_user_ids}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/notification_configuration#email_user_ids NotificationConfiguration#email_user_ids}.
---
@@ -1324,7 +1324,7 @@ enabled: typing.Union[bool, IResolvable]
- *Type:* typing.Union[bool, cdktf.IResolvable]
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/notification_configuration#enabled NotificationConfiguration#enabled}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/notification_configuration#enabled NotificationConfiguration#enabled}.
---
@@ -1336,7 +1336,7 @@ id: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/notification_configuration#id NotificationConfiguration#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/notification_configuration#id NotificationConfiguration#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -1351,7 +1351,7 @@ token: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/notification_configuration#token NotificationConfiguration#token}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/notification_configuration#token NotificationConfiguration#token}.
---
@@ -1363,7 +1363,7 @@ triggers: typing.List[str]
- *Type:* typing.List[str]
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/notification_configuration#triggers NotificationConfiguration#triggers}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/notification_configuration#triggers NotificationConfiguration#triggers}.
---
@@ -1375,7 +1375,7 @@ url: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/notification_configuration#url NotificationConfiguration#url}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/notification_configuration#url NotificationConfiguration#url}.
---
diff --git a/docs/notificationConfiguration.typescript.md b/docs/notificationConfiguration.typescript.md
index dcbef7adb..e69d6674e 100644
--- a/docs/notificationConfiguration.typescript.md
+++ b/docs/notificationConfiguration.typescript.md
@@ -4,7 +4,7 @@
### NotificationConfiguration
-Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/notification_configuration tfe_notification_configuration}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/notification_configuration tfe_notification_configuration}.
#### Initializers
@@ -516,7 +516,7 @@ The construct id used in the generated config for the NotificationConfiguration
The id of the existing NotificationConfiguration that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/notification_configuration#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/notification_configuration#import import section} in the documentation of this resource for the id to use
---
@@ -952,16 +952,16 @@ const notificationConfigurationConfig: notificationConfiguration.NotificationCon
| lifecycle
| cdktf.TerraformResourceLifecycle
| *No description.* |
| provider
| cdktf.TerraformProvider
| *No description.* |
| provisioners
| cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[]
| *No description.* |
-| destinationType
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/notification_configuration#destination_type NotificationConfiguration#destination_type}. |
-| name
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/notification_configuration#name NotificationConfiguration#name}. |
-| workspaceId
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/notification_configuration#workspace_id NotificationConfiguration#workspace_id}. |
-| emailAddresses
| string[]
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/notification_configuration#email_addresses NotificationConfiguration#email_addresses}. |
-| emailUserIds
| string[]
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/notification_configuration#email_user_ids NotificationConfiguration#email_user_ids}. |
-| enabled
| boolean \| cdktf.IResolvable
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/notification_configuration#enabled NotificationConfiguration#enabled}. |
-| id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/notification_configuration#id NotificationConfiguration#id}. |
-| token
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/notification_configuration#token NotificationConfiguration#token}. |
-| triggers
| string[]
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/notification_configuration#triggers NotificationConfiguration#triggers}. |
-| url
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/notification_configuration#url NotificationConfiguration#url}. |
+| destinationType
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/notification_configuration#destination_type NotificationConfiguration#destination_type}. |
+| name
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/notification_configuration#name NotificationConfiguration#name}. |
+| workspaceId
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/notification_configuration#workspace_id NotificationConfiguration#workspace_id}. |
+| emailAddresses
| string[]
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/notification_configuration#email_addresses NotificationConfiguration#email_addresses}. |
+| emailUserIds
| string[]
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/notification_configuration#email_user_ids NotificationConfiguration#email_user_ids}. |
+| enabled
| boolean \| cdktf.IResolvable
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/notification_configuration#enabled NotificationConfiguration#enabled}. |
+| id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/notification_configuration#id NotificationConfiguration#id}. |
+| token
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/notification_configuration#token NotificationConfiguration#token}. |
+| triggers
| string[]
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/notification_configuration#triggers NotificationConfiguration#triggers}. |
+| url
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/notification_configuration#url NotificationConfiguration#url}. |
---
@@ -1043,7 +1043,7 @@ public readonly destinationType: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/notification_configuration#destination_type NotificationConfiguration#destination_type}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/notification_configuration#destination_type NotificationConfiguration#destination_type}.
---
@@ -1055,7 +1055,7 @@ public readonly name: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/notification_configuration#name NotificationConfiguration#name}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/notification_configuration#name NotificationConfiguration#name}.
---
@@ -1067,7 +1067,7 @@ public readonly workspaceId: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/notification_configuration#workspace_id NotificationConfiguration#workspace_id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/notification_configuration#workspace_id NotificationConfiguration#workspace_id}.
---
@@ -1079,7 +1079,7 @@ public readonly emailAddresses: string[];
- *Type:* string[]
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/notification_configuration#email_addresses NotificationConfiguration#email_addresses}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/notification_configuration#email_addresses NotificationConfiguration#email_addresses}.
---
@@ -1091,7 +1091,7 @@ public readonly emailUserIds: string[];
- *Type:* string[]
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/notification_configuration#email_user_ids NotificationConfiguration#email_user_ids}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/notification_configuration#email_user_ids NotificationConfiguration#email_user_ids}.
---
@@ -1103,7 +1103,7 @@ public readonly enabled: boolean | IResolvable;
- *Type:* boolean | cdktf.IResolvable
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/notification_configuration#enabled NotificationConfiguration#enabled}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/notification_configuration#enabled NotificationConfiguration#enabled}.
---
@@ -1115,7 +1115,7 @@ public readonly id: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/notification_configuration#id NotificationConfiguration#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/notification_configuration#id NotificationConfiguration#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you 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 token: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/notification_configuration#token NotificationConfiguration#token}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/notification_configuration#token NotificationConfiguration#token}.
---
@@ -1142,7 +1142,7 @@ public readonly triggers: string[];
- *Type:* string[]
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/notification_configuration#triggers NotificationConfiguration#triggers}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/notification_configuration#triggers NotificationConfiguration#triggers}.
---
@@ -1154,7 +1154,7 @@ public readonly url: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/notification_configuration#url NotificationConfiguration#url}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/notification_configuration#url NotificationConfiguration#url}.
---
diff --git a/docs/oauthClient.csharp.md b/docs/oauthClient.csharp.md
index 471c8e9f0..747ca2293 100644
--- a/docs/oauthClient.csharp.md
+++ b/docs/oauthClient.csharp.md
@@ -4,7 +4,7 @@
### OauthClient
-Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/oauth_client tfe_oauth_client}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/oauth_client tfe_oauth_client}.
#### Initializers
@@ -537,7 +537,7 @@ The construct id used in the generated config for the OauthClient to import.
The id of the existing OauthClient that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/oauth_client#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/oauth_client#import import section} in the documentation of this resource for the id to use
---
@@ -1071,19 +1071,19 @@ new OauthClientConfig {
| Lifecycle
| HashiCorp.Cdktf.TerraformResourceLifecycle
| *No description.* |
| Provider
| HashiCorp.Cdktf.TerraformProvider
| *No description.* |
| Provisioners
| object[]
| *No description.* |
-| ApiUrl
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/oauth_client#api_url OauthClient#api_url}. |
-| HttpUrl
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/oauth_client#http_url OauthClient#http_url}. |
-| ServiceProvider
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/oauth_client#service_provider OauthClient#service_provider}. |
-| AgentPoolId
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/oauth_client#agent_pool_id OauthClient#agent_pool_id}. |
-| Id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/oauth_client#id OauthClient#id}. |
-| Key
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/oauth_client#key OauthClient#key}. |
-| Name
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/oauth_client#name OauthClient#name}. |
-| OauthToken
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/oauth_client#oauth_token OauthClient#oauth_token}. |
-| Organization
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/oauth_client#organization OauthClient#organization}. |
-| OrganizationScoped
| object
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/oauth_client#organization_scoped OauthClient#organization_scoped}. |
-| PrivateKey
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/oauth_client#private_key OauthClient#private_key}. |
-| RsaPublicKey
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/oauth_client#rsa_public_key OauthClient#rsa_public_key}. |
-| Secret
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/oauth_client#secret OauthClient#secret}. |
+| ApiUrl
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/oauth_client#api_url OauthClient#api_url}. |
+| HttpUrl
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/oauth_client#http_url OauthClient#http_url}. |
+| ServiceProvider
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/oauth_client#service_provider OauthClient#service_provider}. |
+| AgentPoolId
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/oauth_client#agent_pool_id OauthClient#agent_pool_id}. |
+| Id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/oauth_client#id OauthClient#id}. |
+| Key
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/oauth_client#key OauthClient#key}. |
+| Name
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/oauth_client#name OauthClient#name}. |
+| OauthToken
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/oauth_client#oauth_token OauthClient#oauth_token}. |
+| Organization
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/oauth_client#organization OauthClient#organization}. |
+| OrganizationScoped
| object
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/oauth_client#organization_scoped OauthClient#organization_scoped}. |
+| PrivateKey
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/oauth_client#private_key OauthClient#private_key}. |
+| RsaPublicKey
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/oauth_client#rsa_public_key OauthClient#rsa_public_key}. |
+| Secret
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/oauth_client#secret OauthClient#secret}. |
---
@@ -1165,7 +1165,7 @@ public string ApiUrl { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/oauth_client#api_url OauthClient#api_url}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/oauth_client#api_url OauthClient#api_url}.
---
@@ -1177,7 +1177,7 @@ public string HttpUrl { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/oauth_client#http_url OauthClient#http_url}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/oauth_client#http_url OauthClient#http_url}.
---
@@ -1189,7 +1189,7 @@ public string ServiceProvider { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/oauth_client#service_provider OauthClient#service_provider}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/oauth_client#service_provider OauthClient#service_provider}.
---
@@ -1201,7 +1201,7 @@ public string AgentPoolId { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/oauth_client#agent_pool_id OauthClient#agent_pool_id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/oauth_client#agent_pool_id OauthClient#agent_pool_id}.
---
@@ -1213,7 +1213,7 @@ public string Id { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/oauth_client#id OauthClient#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/oauth_client#id OauthClient#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -1228,7 +1228,7 @@ public string Key { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/oauth_client#key OauthClient#key}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/oauth_client#key OauthClient#key}.
---
@@ -1240,7 +1240,7 @@ public string Name { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/oauth_client#name OauthClient#name}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/oauth_client#name OauthClient#name}.
---
@@ -1252,7 +1252,7 @@ public string OauthToken { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/oauth_client#oauth_token OauthClient#oauth_token}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/oauth_client#oauth_token OauthClient#oauth_token}.
---
@@ -1264,7 +1264,7 @@ public string Organization { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/oauth_client#organization OauthClient#organization}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/oauth_client#organization OauthClient#organization}.
---
@@ -1276,7 +1276,7 @@ public object OrganizationScoped { get; set; }
- *Type:* object
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/oauth_client#organization_scoped OauthClient#organization_scoped}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/oauth_client#organization_scoped OauthClient#organization_scoped}.
---
@@ -1288,7 +1288,7 @@ public string PrivateKey { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/oauth_client#private_key OauthClient#private_key}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/oauth_client#private_key OauthClient#private_key}.
---
@@ -1300,7 +1300,7 @@ public string RsaPublicKey { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/oauth_client#rsa_public_key OauthClient#rsa_public_key}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/oauth_client#rsa_public_key OauthClient#rsa_public_key}.
---
@@ -1312,7 +1312,7 @@ public string Secret { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/oauth_client#secret OauthClient#secret}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/oauth_client#secret OauthClient#secret}.
---
diff --git a/docs/oauthClient.go.md b/docs/oauthClient.go.md
index 183dca461..bab45a423 100644
--- a/docs/oauthClient.go.md
+++ b/docs/oauthClient.go.md
@@ -4,7 +4,7 @@
### OauthClient
-Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/oauth_client tfe_oauth_client}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/oauth_client tfe_oauth_client}.
#### Initializers
@@ -537,7 +537,7 @@ The construct id used in the generated config for the OauthClient to import.
The id of the existing OauthClient that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/oauth_client#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/oauth_client#import import section} in the documentation of this resource for the id to use
---
@@ -1071,19 +1071,19 @@ import "github.com/cdktf/cdktf-provider-tfe-go/tfe/v11/oauthclient"
| 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.* |
-| ApiUrl
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/oauth_client#api_url OauthClient#api_url}. |
-| HttpUrl
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/oauth_client#http_url OauthClient#http_url}. |
-| ServiceProvider
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/oauth_client#service_provider OauthClient#service_provider}. |
-| AgentPoolId
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/oauth_client#agent_pool_id OauthClient#agent_pool_id}. |
-| Id
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/oauth_client#id OauthClient#id}. |
-| Key
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/oauth_client#key OauthClient#key}. |
-| Name
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/oauth_client#name OauthClient#name}. |
-| OauthToken
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/oauth_client#oauth_token OauthClient#oauth_token}. |
-| Organization
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/oauth_client#organization OauthClient#organization}. |
-| OrganizationScoped
| interface{}
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/oauth_client#organization_scoped OauthClient#organization_scoped}. |
-| PrivateKey
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/oauth_client#private_key OauthClient#private_key}. |
-| RsaPublicKey
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/oauth_client#rsa_public_key OauthClient#rsa_public_key}. |
-| Secret
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/oauth_client#secret OauthClient#secret}. |
+| ApiUrl
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/oauth_client#api_url OauthClient#api_url}. |
+| HttpUrl
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/oauth_client#http_url OauthClient#http_url}. |
+| ServiceProvider
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/oauth_client#service_provider OauthClient#service_provider}. |
+| AgentPoolId
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/oauth_client#agent_pool_id OauthClient#agent_pool_id}. |
+| Id
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/oauth_client#id OauthClient#id}. |
+| Key
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/oauth_client#key OauthClient#key}. |
+| Name
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/oauth_client#name OauthClient#name}. |
+| OauthToken
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/oauth_client#oauth_token OauthClient#oauth_token}. |
+| Organization
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/oauth_client#organization OauthClient#organization}. |
+| OrganizationScoped
| interface{}
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/oauth_client#organization_scoped OauthClient#organization_scoped}. |
+| PrivateKey
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/oauth_client#private_key OauthClient#private_key}. |
+| RsaPublicKey
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/oauth_client#rsa_public_key OauthClient#rsa_public_key}. |
+| Secret
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/oauth_client#secret OauthClient#secret}. |
---
@@ -1165,7 +1165,7 @@ ApiUrl *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/oauth_client#api_url OauthClient#api_url}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/oauth_client#api_url OauthClient#api_url}.
---
@@ -1177,7 +1177,7 @@ HttpUrl *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/oauth_client#http_url OauthClient#http_url}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/oauth_client#http_url OauthClient#http_url}.
---
@@ -1189,7 +1189,7 @@ ServiceProvider *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/oauth_client#service_provider OauthClient#service_provider}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/oauth_client#service_provider OauthClient#service_provider}.
---
@@ -1201,7 +1201,7 @@ AgentPoolId *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/oauth_client#agent_pool_id OauthClient#agent_pool_id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/oauth_client#agent_pool_id OauthClient#agent_pool_id}.
---
@@ -1213,7 +1213,7 @@ Id *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/oauth_client#id OauthClient#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/oauth_client#id OauthClient#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -1228,7 +1228,7 @@ Key *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/oauth_client#key OauthClient#key}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/oauth_client#key OauthClient#key}.
---
@@ -1240,7 +1240,7 @@ Name *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/oauth_client#name OauthClient#name}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/oauth_client#name OauthClient#name}.
---
@@ -1252,7 +1252,7 @@ OauthToken *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/oauth_client#oauth_token OauthClient#oauth_token}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/oauth_client#oauth_token OauthClient#oauth_token}.
---
@@ -1264,7 +1264,7 @@ Organization *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/oauth_client#organization OauthClient#organization}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/oauth_client#organization OauthClient#organization}.
---
@@ -1276,7 +1276,7 @@ OrganizationScoped interface{}
- *Type:* interface{}
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/oauth_client#organization_scoped OauthClient#organization_scoped}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/oauth_client#organization_scoped OauthClient#organization_scoped}.
---
@@ -1288,7 +1288,7 @@ PrivateKey *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/oauth_client#private_key OauthClient#private_key}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/oauth_client#private_key OauthClient#private_key}.
---
@@ -1300,7 +1300,7 @@ RsaPublicKey *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/oauth_client#rsa_public_key OauthClient#rsa_public_key}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/oauth_client#rsa_public_key OauthClient#rsa_public_key}.
---
@@ -1312,7 +1312,7 @@ Secret *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/oauth_client#secret OauthClient#secret}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/oauth_client#secret OauthClient#secret}.
---
diff --git a/docs/oauthClient.java.md b/docs/oauthClient.java.md
index 779c1b6f6..fbe946c26 100644
--- a/docs/oauthClient.java.md
+++ b/docs/oauthClient.java.md
@@ -4,7 +4,7 @@
### OauthClient
-Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/oauth_client tfe_oauth_client}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/oauth_client tfe_oauth_client}.
#### Initializers
@@ -51,19 +51,19 @@ OauthClient.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.* |
-| apiUrl
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/oauth_client#api_url OauthClient#api_url}. |
-| httpUrl
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/oauth_client#http_url OauthClient#http_url}. |
-| serviceProvider
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/oauth_client#service_provider OauthClient#service_provider}. |
-| agentPoolId
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/oauth_client#agent_pool_id OauthClient#agent_pool_id}. |
-| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/oauth_client#id OauthClient#id}. |
-| key
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/oauth_client#key OauthClient#key}. |
-| name
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/oauth_client#name OauthClient#name}. |
-| oauthToken
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/oauth_client#oauth_token OauthClient#oauth_token}. |
-| organization
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/oauth_client#organization OauthClient#organization}. |
-| organizationScoped
| java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/oauth_client#organization_scoped OauthClient#organization_scoped}. |
-| privateKey
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/oauth_client#private_key OauthClient#private_key}. |
-| rsaPublicKey
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/oauth_client#rsa_public_key OauthClient#rsa_public_key}. |
-| secret
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/oauth_client#secret OauthClient#secret}. |
+| apiUrl
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/oauth_client#api_url OauthClient#api_url}. |
+| httpUrl
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/oauth_client#http_url OauthClient#http_url}. |
+| serviceProvider
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/oauth_client#service_provider OauthClient#service_provider}. |
+| agentPoolId
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/oauth_client#agent_pool_id OauthClient#agent_pool_id}. |
+| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/oauth_client#id OauthClient#id}. |
+| key
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/oauth_client#key OauthClient#key}. |
+| name
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/oauth_client#name OauthClient#name}. |
+| oauthToken
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/oauth_client#oauth_token OauthClient#oauth_token}. |
+| organization
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/oauth_client#organization OauthClient#organization}. |
+| organizationScoped
| java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/oauth_client#organization_scoped OauthClient#organization_scoped}. |
+| privateKey
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/oauth_client#private_key OauthClient#private_key}. |
+| rsaPublicKey
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/oauth_client#rsa_public_key OauthClient#rsa_public_key}. |
+| secret
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/oauth_client#secret OauthClient#secret}. |
---
@@ -131,7 +131,7 @@ Must be unique amongst siblings in the same scope
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/oauth_client#api_url OauthClient#api_url}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/oauth_client#api_url OauthClient#api_url}.
---
@@ -139,7 +139,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/oauth_client#http_url OauthClient#http_url}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/oauth_client#http_url OauthClient#http_url}.
---
@@ -147,7 +147,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/oauth_client#service_provider OauthClient#service_provider}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/oauth_client#service_provider OauthClient#service_provider}.
---
@@ -155,7 +155,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/oauth_client#agent_pool_id OauthClient#agent_pool_id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/oauth_client#agent_pool_id OauthClient#agent_pool_id}.
---
@@ -163,7 +163,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/oauth_client#id OauthClient#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/oauth_client#id OauthClient#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -174,7 +174,7 @@ If you experience problems setting this value it might not be settable. Please t
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/oauth_client#key OauthClient#key}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/oauth_client#key OauthClient#key}.
---
@@ -182,7 +182,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/oauth_client#name OauthClient#name}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/oauth_client#name OauthClient#name}.
---
@@ -190,7 +190,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/oauth_client#oauth_token OauthClient#oauth_token}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/oauth_client#oauth_token OauthClient#oauth_token}.
---
@@ -198,7 +198,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/oauth_client#organization OauthClient#organization}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/oauth_client#organization OauthClient#organization}.
---
@@ -206,7 +206,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/oauth_client#organization_scoped OauthClient#organization_scoped}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/oauth_client#organization_scoped OauthClient#organization_scoped}.
---
@@ -214,7 +214,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/oauth_client#private_key OauthClient#private_key}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/oauth_client#private_key OauthClient#private_key}.
---
@@ -222,7 +222,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/oauth_client#rsa_public_key OauthClient#rsa_public_key}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/oauth_client#rsa_public_key OauthClient#rsa_public_key}.
---
@@ -230,7 +230,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/oauth_client#secret OauthClient#secret}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/oauth_client#secret OauthClient#secret}.
---
@@ -727,7 +727,7 @@ The construct id used in the generated config for the OauthClient to import.
The id of the existing OauthClient that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/oauth_client#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/oauth_client#import import section} in the documentation of this resource for the id to use
---
@@ -1266,19 +1266,19 @@ OauthClientConfig.builder()
| lifecycle
| com.hashicorp.cdktf.TerraformResourceLifecycle
| *No description.* |
| provider
| com.hashicorp.cdktf.TerraformProvider
| *No description.* |
| provisioners
| java.util.List
| *No description.* |
-| apiUrl
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/oauth_client#api_url OauthClient#api_url}. |
-| httpUrl
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/oauth_client#http_url OauthClient#http_url}. |
-| serviceProvider
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/oauth_client#service_provider OauthClient#service_provider}. |
-| agentPoolId
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/oauth_client#agent_pool_id OauthClient#agent_pool_id}. |
-| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/oauth_client#id OauthClient#id}. |
-| key
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/oauth_client#key OauthClient#key}. |
-| name
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/oauth_client#name OauthClient#name}. |
-| oauthToken
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/oauth_client#oauth_token OauthClient#oauth_token}. |
-| organization
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/oauth_client#organization OauthClient#organization}. |
-| organizationScoped
| java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/oauth_client#organization_scoped OauthClient#organization_scoped}. |
-| privateKey
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/oauth_client#private_key OauthClient#private_key}. |
-| rsaPublicKey
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/oauth_client#rsa_public_key OauthClient#rsa_public_key}. |
-| secret
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/oauth_client#secret OauthClient#secret}. |
+| apiUrl
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/oauth_client#api_url OauthClient#api_url}. |
+| httpUrl
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/oauth_client#http_url OauthClient#http_url}. |
+| serviceProvider
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/oauth_client#service_provider OauthClient#service_provider}. |
+| agentPoolId
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/oauth_client#agent_pool_id OauthClient#agent_pool_id}. |
+| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/oauth_client#id OauthClient#id}. |
+| key
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/oauth_client#key OauthClient#key}. |
+| name
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/oauth_client#name OauthClient#name}. |
+| oauthToken
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/oauth_client#oauth_token OauthClient#oauth_token}. |
+| organization
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/oauth_client#organization OauthClient#organization}. |
+| organizationScoped
| java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/oauth_client#organization_scoped OauthClient#organization_scoped}. |
+| privateKey
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/oauth_client#private_key OauthClient#private_key}. |
+| rsaPublicKey
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/oauth_client#rsa_public_key OauthClient#rsa_public_key}. |
+| secret
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/oauth_client#secret OauthClient#secret}. |
---
@@ -1360,7 +1360,7 @@ public java.lang.String getApiUrl();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/oauth_client#api_url OauthClient#api_url}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/oauth_client#api_url OauthClient#api_url}.
---
@@ -1372,7 +1372,7 @@ public java.lang.String getHttpUrl();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/oauth_client#http_url OauthClient#http_url}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/oauth_client#http_url OauthClient#http_url}.
---
@@ -1384,7 +1384,7 @@ public java.lang.String getServiceProvider();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/oauth_client#service_provider OauthClient#service_provider}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/oauth_client#service_provider OauthClient#service_provider}.
---
@@ -1396,7 +1396,7 @@ public java.lang.String getAgentPoolId();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/oauth_client#agent_pool_id OauthClient#agent_pool_id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/oauth_client#agent_pool_id OauthClient#agent_pool_id}.
---
@@ -1408,7 +1408,7 @@ public java.lang.String getId();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/oauth_client#id OauthClient#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/oauth_client#id OauthClient#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -1423,7 +1423,7 @@ public java.lang.String getKey();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/oauth_client#key OauthClient#key}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/oauth_client#key OauthClient#key}.
---
@@ -1435,7 +1435,7 @@ public java.lang.String getName();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/oauth_client#name OauthClient#name}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/oauth_client#name OauthClient#name}.
---
@@ -1447,7 +1447,7 @@ public java.lang.String getOauthToken();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/oauth_client#oauth_token OauthClient#oauth_token}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/oauth_client#oauth_token OauthClient#oauth_token}.
---
@@ -1459,7 +1459,7 @@ public java.lang.String getOrganization();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/oauth_client#organization OauthClient#organization}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/oauth_client#organization OauthClient#organization}.
---
@@ -1471,7 +1471,7 @@ public java.lang.Object getOrganizationScoped();
- *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/oauth_client#organization_scoped OauthClient#organization_scoped}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/oauth_client#organization_scoped OauthClient#organization_scoped}.
---
@@ -1483,7 +1483,7 @@ public java.lang.String getPrivateKey();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/oauth_client#private_key OauthClient#private_key}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/oauth_client#private_key OauthClient#private_key}.
---
@@ -1495,7 +1495,7 @@ public java.lang.String getRsaPublicKey();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/oauth_client#rsa_public_key OauthClient#rsa_public_key}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/oauth_client#rsa_public_key OauthClient#rsa_public_key}.
---
@@ -1507,7 +1507,7 @@ public java.lang.String getSecret();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/oauth_client#secret OauthClient#secret}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/oauth_client#secret OauthClient#secret}.
---
diff --git a/docs/oauthClient.python.md b/docs/oauthClient.python.md
index 2d029c536..46956fcc7 100644
--- a/docs/oauthClient.python.md
+++ b/docs/oauthClient.python.md
@@ -4,7 +4,7 @@
### OauthClient
-Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/oauth_client tfe_oauth_client}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/oauth_client tfe_oauth_client}.
#### Initializers
@@ -48,19 +48,19 @@ oauthClient.OauthClient(
| lifecycle
| cdktf.TerraformResourceLifecycle
| *No description.* |
| provider
| cdktf.TerraformProvider
| *No description.* |
| provisioners
| typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]]
| *No description.* |
-| api_url
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/oauth_client#api_url OauthClient#api_url}. |
-| http_url
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/oauth_client#http_url OauthClient#http_url}. |
-| service_provider
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/oauth_client#service_provider OauthClient#service_provider}. |
-| agent_pool_id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/oauth_client#agent_pool_id OauthClient#agent_pool_id}. |
-| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/oauth_client#id OauthClient#id}. |
-| key
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/oauth_client#key OauthClient#key}. |
-| name
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/oauth_client#name OauthClient#name}. |
-| oauth_token
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/oauth_client#oauth_token OauthClient#oauth_token}. |
-| organization
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/oauth_client#organization OauthClient#organization}. |
-| organization_scoped
| typing.Union[bool, cdktf.IResolvable]
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/oauth_client#organization_scoped OauthClient#organization_scoped}. |
-| private_key
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/oauth_client#private_key OauthClient#private_key}. |
-| rsa_public_key
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/oauth_client#rsa_public_key OauthClient#rsa_public_key}. |
-| secret
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/oauth_client#secret OauthClient#secret}. |
+| api_url
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/oauth_client#api_url OauthClient#api_url}. |
+| http_url
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/oauth_client#http_url OauthClient#http_url}. |
+| service_provider
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/oauth_client#service_provider OauthClient#service_provider}. |
+| agent_pool_id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/oauth_client#agent_pool_id OauthClient#agent_pool_id}. |
+| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/oauth_client#id OauthClient#id}. |
+| key
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/oauth_client#key OauthClient#key}. |
+| name
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/oauth_client#name OauthClient#name}. |
+| oauth_token
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/oauth_client#oauth_token OauthClient#oauth_token}. |
+| organization
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/oauth_client#organization OauthClient#organization}. |
+| organization_scoped
| typing.Union[bool, cdktf.IResolvable]
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/oauth_client#organization_scoped OauthClient#organization_scoped}. |
+| private_key
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/oauth_client#private_key OauthClient#private_key}. |
+| rsa_public_key
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/oauth_client#rsa_public_key OauthClient#rsa_public_key}. |
+| secret
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/oauth_client#secret OauthClient#secret}. |
---
@@ -128,7 +128,7 @@ Must be unique amongst siblings in the same scope
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/oauth_client#api_url OauthClient#api_url}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/oauth_client#api_url OauthClient#api_url}.
---
@@ -136,7 +136,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/oauth_client#http_url OauthClient#http_url}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/oauth_client#http_url OauthClient#http_url}.
---
@@ -144,7 +144,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/oauth_client#service_provider OauthClient#service_provider}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/oauth_client#service_provider OauthClient#service_provider}.
---
@@ -152,7 +152,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/oauth_client#agent_pool_id OauthClient#agent_pool_id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/oauth_client#agent_pool_id OauthClient#agent_pool_id}.
---
@@ -160,7 +160,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/oauth_client#id OauthClient#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/oauth_client#id OauthClient#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you 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
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/oauth_client#key OauthClient#key}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/oauth_client#key OauthClient#key}.
---
@@ -179,7 +179,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/oauth_client#name OauthClient#name}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/oauth_client#name OauthClient#name}.
---
@@ -187,7 +187,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/oauth_client#oauth_token OauthClient#oauth_token}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/oauth_client#oauth_token OauthClient#oauth_token}.
---
@@ -195,7 +195,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/oauth_client#organization OauthClient#organization}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/oauth_client#organization OauthClient#organization}.
---
@@ -203,7 +203,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* typing.Union[bool, cdktf.IResolvable]
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/oauth_client#organization_scoped OauthClient#organization_scoped}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/oauth_client#organization_scoped OauthClient#organization_scoped}.
---
@@ -211,7 +211,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/oauth_client#private_key OauthClient#private_key}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/oauth_client#private_key OauthClient#private_key}.
---
@@ -219,7 +219,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/oauth_client#rsa_public_key OauthClient#rsa_public_key}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/oauth_client#rsa_public_key OauthClient#rsa_public_key}.
---
@@ -227,7 +227,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/oauth_client#secret OauthClient#secret}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/oauth_client#secret OauthClient#secret}.
---
@@ -770,7 +770,7 @@ The construct id used in the generated config for the OauthClient to import.
The id of the existing OauthClient that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/oauth_client#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/oauth_client#import import section} in the documentation of this resource for the id to use
---
@@ -1304,19 +1304,19 @@ oauthClient.OauthClientConfig(
| lifecycle
| cdktf.TerraformResourceLifecycle
| *No description.* |
| provider
| cdktf.TerraformProvider
| *No description.* |
| provisioners
| typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]]
| *No description.* |
-| api_url
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/oauth_client#api_url OauthClient#api_url}. |
-| http_url
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/oauth_client#http_url OauthClient#http_url}. |
-| service_provider
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/oauth_client#service_provider OauthClient#service_provider}. |
-| agent_pool_id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/oauth_client#agent_pool_id OauthClient#agent_pool_id}. |
-| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/oauth_client#id OauthClient#id}. |
-| key
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/oauth_client#key OauthClient#key}. |
-| name
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/oauth_client#name OauthClient#name}. |
-| oauth_token
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/oauth_client#oauth_token OauthClient#oauth_token}. |
-| organization
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/oauth_client#organization OauthClient#organization}. |
-| organization_scoped
| typing.Union[bool, cdktf.IResolvable]
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/oauth_client#organization_scoped OauthClient#organization_scoped}. |
-| private_key
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/oauth_client#private_key OauthClient#private_key}. |
-| rsa_public_key
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/oauth_client#rsa_public_key OauthClient#rsa_public_key}. |
-| secret
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/oauth_client#secret OauthClient#secret}. |
+| api_url
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/oauth_client#api_url OauthClient#api_url}. |
+| http_url
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/oauth_client#http_url OauthClient#http_url}. |
+| service_provider
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/oauth_client#service_provider OauthClient#service_provider}. |
+| agent_pool_id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/oauth_client#agent_pool_id OauthClient#agent_pool_id}. |
+| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/oauth_client#id OauthClient#id}. |
+| key
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/oauth_client#key OauthClient#key}. |
+| name
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/oauth_client#name OauthClient#name}. |
+| oauth_token
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/oauth_client#oauth_token OauthClient#oauth_token}. |
+| organization
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/oauth_client#organization OauthClient#organization}. |
+| organization_scoped
| typing.Union[bool, cdktf.IResolvable]
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/oauth_client#organization_scoped OauthClient#organization_scoped}. |
+| private_key
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/oauth_client#private_key OauthClient#private_key}. |
+| rsa_public_key
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/oauth_client#rsa_public_key OauthClient#rsa_public_key}. |
+| secret
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/oauth_client#secret OauthClient#secret}. |
---
@@ -1398,7 +1398,7 @@ api_url: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/oauth_client#api_url OauthClient#api_url}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/oauth_client#api_url OauthClient#api_url}.
---
@@ -1410,7 +1410,7 @@ http_url: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/oauth_client#http_url OauthClient#http_url}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/oauth_client#http_url OauthClient#http_url}.
---
@@ -1422,7 +1422,7 @@ service_provider: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/oauth_client#service_provider OauthClient#service_provider}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/oauth_client#service_provider OauthClient#service_provider}.
---
@@ -1434,7 +1434,7 @@ agent_pool_id: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/oauth_client#agent_pool_id OauthClient#agent_pool_id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/oauth_client#agent_pool_id OauthClient#agent_pool_id}.
---
@@ -1446,7 +1446,7 @@ id: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/oauth_client#id OauthClient#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/oauth_client#id OauthClient#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -1461,7 +1461,7 @@ key: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/oauth_client#key OauthClient#key}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/oauth_client#key OauthClient#key}.
---
@@ -1473,7 +1473,7 @@ name: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/oauth_client#name OauthClient#name}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/oauth_client#name OauthClient#name}.
---
@@ -1485,7 +1485,7 @@ oauth_token: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/oauth_client#oauth_token OauthClient#oauth_token}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/oauth_client#oauth_token OauthClient#oauth_token}.
---
@@ -1497,7 +1497,7 @@ organization: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/oauth_client#organization OauthClient#organization}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/oauth_client#organization OauthClient#organization}.
---
@@ -1509,7 +1509,7 @@ organization_scoped: typing.Union[bool, IResolvable]
- *Type:* typing.Union[bool, cdktf.IResolvable]
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/oauth_client#organization_scoped OauthClient#organization_scoped}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/oauth_client#organization_scoped OauthClient#organization_scoped}.
---
@@ -1521,7 +1521,7 @@ private_key: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/oauth_client#private_key OauthClient#private_key}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/oauth_client#private_key OauthClient#private_key}.
---
@@ -1533,7 +1533,7 @@ rsa_public_key: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/oauth_client#rsa_public_key OauthClient#rsa_public_key}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/oauth_client#rsa_public_key OauthClient#rsa_public_key}.
---
@@ -1545,7 +1545,7 @@ secret: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/oauth_client#secret OauthClient#secret}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/oauth_client#secret OauthClient#secret}.
---
diff --git a/docs/oauthClient.typescript.md b/docs/oauthClient.typescript.md
index d62af57ed..6e998ea1e 100644
--- a/docs/oauthClient.typescript.md
+++ b/docs/oauthClient.typescript.md
@@ -4,7 +4,7 @@
### OauthClient
-Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/oauth_client tfe_oauth_client}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/oauth_client tfe_oauth_client}.
#### Initializers
@@ -537,7 +537,7 @@ The construct id used in the generated config for the OauthClient to import.
The id of the existing OauthClient that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/oauth_client#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/oauth_client#import import section} in the documentation of this resource for the id to use
---
@@ -1050,19 +1050,19 @@ const oauthClientConfig: oauthClient.OauthClientConfig = { ... }
| lifecycle
| cdktf.TerraformResourceLifecycle
| *No description.* |
| provider
| cdktf.TerraformProvider
| *No description.* |
| provisioners
| cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[]
| *No description.* |
-| apiUrl
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/oauth_client#api_url OauthClient#api_url}. |
-| httpUrl
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/oauth_client#http_url OauthClient#http_url}. |
-| serviceProvider
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/oauth_client#service_provider OauthClient#service_provider}. |
-| agentPoolId
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/oauth_client#agent_pool_id OauthClient#agent_pool_id}. |
-| id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/oauth_client#id OauthClient#id}. |
-| key
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/oauth_client#key OauthClient#key}. |
-| name
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/oauth_client#name OauthClient#name}. |
-| oauthToken
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/oauth_client#oauth_token OauthClient#oauth_token}. |
-| organization
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/oauth_client#organization OauthClient#organization}. |
-| organizationScoped
| boolean \| cdktf.IResolvable
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/oauth_client#organization_scoped OauthClient#organization_scoped}. |
-| privateKey
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/oauth_client#private_key OauthClient#private_key}. |
-| rsaPublicKey
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/oauth_client#rsa_public_key OauthClient#rsa_public_key}. |
-| secret
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/oauth_client#secret OauthClient#secret}. |
+| apiUrl
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/oauth_client#api_url OauthClient#api_url}. |
+| httpUrl
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/oauth_client#http_url OauthClient#http_url}. |
+| serviceProvider
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/oauth_client#service_provider OauthClient#service_provider}. |
+| agentPoolId
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/oauth_client#agent_pool_id OauthClient#agent_pool_id}. |
+| id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/oauth_client#id OauthClient#id}. |
+| key
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/oauth_client#key OauthClient#key}. |
+| name
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/oauth_client#name OauthClient#name}. |
+| oauthToken
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/oauth_client#oauth_token OauthClient#oauth_token}. |
+| organization
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/oauth_client#organization OauthClient#organization}. |
+| organizationScoped
| boolean \| cdktf.IResolvable
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/oauth_client#organization_scoped OauthClient#organization_scoped}. |
+| privateKey
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/oauth_client#private_key OauthClient#private_key}. |
+| rsaPublicKey
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/oauth_client#rsa_public_key OauthClient#rsa_public_key}. |
+| secret
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/oauth_client#secret OauthClient#secret}. |
---
@@ -1144,7 +1144,7 @@ public readonly apiUrl: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/oauth_client#api_url OauthClient#api_url}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/oauth_client#api_url OauthClient#api_url}.
---
@@ -1156,7 +1156,7 @@ public readonly httpUrl: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/oauth_client#http_url OauthClient#http_url}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/oauth_client#http_url OauthClient#http_url}.
---
@@ -1168,7 +1168,7 @@ public readonly serviceProvider: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/oauth_client#service_provider OauthClient#service_provider}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/oauth_client#service_provider OauthClient#service_provider}.
---
@@ -1180,7 +1180,7 @@ public readonly agentPoolId: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/oauth_client#agent_pool_id OauthClient#agent_pool_id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/oauth_client#agent_pool_id OauthClient#agent_pool_id}.
---
@@ -1192,7 +1192,7 @@ public readonly id: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/oauth_client#id OauthClient#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/oauth_client#id OauthClient#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -1207,7 +1207,7 @@ public readonly key: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/oauth_client#key OauthClient#key}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/oauth_client#key OauthClient#key}.
---
@@ -1219,7 +1219,7 @@ public readonly name: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/oauth_client#name OauthClient#name}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/oauth_client#name OauthClient#name}.
---
@@ -1231,7 +1231,7 @@ public readonly oauthToken: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/oauth_client#oauth_token OauthClient#oauth_token}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/oauth_client#oauth_token OauthClient#oauth_token}.
---
@@ -1243,7 +1243,7 @@ public readonly organization: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/oauth_client#organization OauthClient#organization}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/oauth_client#organization OauthClient#organization}.
---
@@ -1255,7 +1255,7 @@ public readonly organizationScoped: boolean | IResolvable;
- *Type:* boolean | cdktf.IResolvable
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/oauth_client#organization_scoped OauthClient#organization_scoped}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/oauth_client#organization_scoped OauthClient#organization_scoped}.
---
@@ -1267,7 +1267,7 @@ public readonly privateKey: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/oauth_client#private_key OauthClient#private_key}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/oauth_client#private_key OauthClient#private_key}.
---
@@ -1279,7 +1279,7 @@ public readonly rsaPublicKey: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/oauth_client#rsa_public_key OauthClient#rsa_public_key}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/oauth_client#rsa_public_key OauthClient#rsa_public_key}.
---
@@ -1291,7 +1291,7 @@ public readonly secret: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/oauth_client#secret OauthClient#secret}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/oauth_client#secret OauthClient#secret}.
---
diff --git a/docs/opaVersion.csharp.md b/docs/opaVersion.csharp.md
index 5bd067fc2..f325b0326 100644
--- a/docs/opaVersion.csharp.md
+++ b/docs/opaVersion.csharp.md
@@ -4,7 +4,7 @@
### OpaVersion
-Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/opa_version tfe_opa_version}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/opa_version tfe_opa_version}.
#### Initializers
@@ -509,7 +509,7 @@ The construct id used in the generated config for the OpaVersion to import.
The id of the existing OpaVersion that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/opa_version#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/opa_version#import import section} in the documentation of this resource for the id to use
---
@@ -940,15 +940,15 @@ new OpaVersionConfig {
| Lifecycle
| HashiCorp.Cdktf.TerraformResourceLifecycle
| *No description.* |
| Provider
| HashiCorp.Cdktf.TerraformProvider
| *No description.* |
| Provisioners
| object[]
| *No description.* |
-| Sha
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/opa_version#sha OpaVersion#sha}. |
-| Url
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/opa_version#url OpaVersion#url}. |
-| Version
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/opa_version#version OpaVersion#version}. |
-| Beta
| object
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/opa_version#beta OpaVersion#beta}. |
-| Deprecated
| object
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/opa_version#deprecated OpaVersion#deprecated}. |
-| DeprecatedReason
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/opa_version#deprecated_reason OpaVersion#deprecated_reason}. |
-| Enabled
| object
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/opa_version#enabled OpaVersion#enabled}. |
-| Id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/opa_version#id OpaVersion#id}. |
-| Official
| object
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/opa_version#official OpaVersion#official}. |
+| Sha
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/opa_version#sha OpaVersion#sha}. |
+| Url
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/opa_version#url OpaVersion#url}. |
+| Version
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/opa_version#version OpaVersion#version}. |
+| Beta
| object
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/opa_version#beta OpaVersion#beta}. |
+| Deprecated
| object
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/opa_version#deprecated OpaVersion#deprecated}. |
+| DeprecatedReason
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/opa_version#deprecated_reason OpaVersion#deprecated_reason}. |
+| Enabled
| object
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/opa_version#enabled OpaVersion#enabled}. |
+| Id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/opa_version#id OpaVersion#id}. |
+| Official
| object
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/opa_version#official OpaVersion#official}. |
---
@@ -1030,7 +1030,7 @@ public string Sha { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/opa_version#sha OpaVersion#sha}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/opa_version#sha OpaVersion#sha}.
---
@@ -1042,7 +1042,7 @@ public string Url { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/opa_version#url OpaVersion#url}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/opa_version#url OpaVersion#url}.
---
@@ -1054,7 +1054,7 @@ public string Version { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/opa_version#version OpaVersion#version}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/opa_version#version OpaVersion#version}.
---
@@ -1066,7 +1066,7 @@ public object Beta { get; set; }
- *Type:* object
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/opa_version#beta OpaVersion#beta}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/opa_version#beta OpaVersion#beta}.
---
@@ -1078,7 +1078,7 @@ public object Deprecated { get; set; }
- *Type:* object
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/opa_version#deprecated OpaVersion#deprecated}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/opa_version#deprecated OpaVersion#deprecated}.
---
@@ -1090,7 +1090,7 @@ public string DeprecatedReason { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/opa_version#deprecated_reason OpaVersion#deprecated_reason}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/opa_version#deprecated_reason OpaVersion#deprecated_reason}.
---
@@ -1102,7 +1102,7 @@ public object Enabled { get; set; }
- *Type:* object
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/opa_version#enabled OpaVersion#enabled}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/opa_version#enabled OpaVersion#enabled}.
---
@@ -1114,7 +1114,7 @@ public string Id { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/opa_version#id OpaVersion#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/opa_version#id OpaVersion#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you 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 object Official { get; set; }
- *Type:* object
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/opa_version#official OpaVersion#official}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/opa_version#official OpaVersion#official}.
---
diff --git a/docs/opaVersion.go.md b/docs/opaVersion.go.md
index 387157151..e9e96b578 100644
--- a/docs/opaVersion.go.md
+++ b/docs/opaVersion.go.md
@@ -4,7 +4,7 @@
### OpaVersion
-Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/opa_version tfe_opa_version}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/opa_version tfe_opa_version}.
#### Initializers
@@ -509,7 +509,7 @@ The construct id used in the generated config for the OpaVersion to import.
The id of the existing OpaVersion that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/opa_version#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/opa_version#import import section} in the documentation of this resource for the id to use
---
@@ -940,15 +940,15 @@ import "github.com/cdktf/cdktf-provider-tfe-go/tfe/v11/opaversion"
| 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.* |
-| Sha
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/opa_version#sha OpaVersion#sha}. |
-| Url
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/opa_version#url OpaVersion#url}. |
-| Version
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/opa_version#version OpaVersion#version}. |
-| Beta
| interface{}
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/opa_version#beta OpaVersion#beta}. |
-| Deprecated
| interface{}
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/opa_version#deprecated OpaVersion#deprecated}. |
-| DeprecatedReason
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/opa_version#deprecated_reason OpaVersion#deprecated_reason}. |
-| Enabled
| interface{}
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/opa_version#enabled OpaVersion#enabled}. |
-| Id
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/opa_version#id OpaVersion#id}. |
-| Official
| interface{}
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/opa_version#official OpaVersion#official}. |
+| Sha
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/opa_version#sha OpaVersion#sha}. |
+| Url
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/opa_version#url OpaVersion#url}. |
+| Version
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/opa_version#version OpaVersion#version}. |
+| Beta
| interface{}
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/opa_version#beta OpaVersion#beta}. |
+| Deprecated
| interface{}
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/opa_version#deprecated OpaVersion#deprecated}. |
+| DeprecatedReason
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/opa_version#deprecated_reason OpaVersion#deprecated_reason}. |
+| Enabled
| interface{}
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/opa_version#enabled OpaVersion#enabled}. |
+| Id
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/opa_version#id OpaVersion#id}. |
+| Official
| interface{}
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/opa_version#official OpaVersion#official}. |
---
@@ -1030,7 +1030,7 @@ Sha *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/opa_version#sha OpaVersion#sha}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/opa_version#sha OpaVersion#sha}.
---
@@ -1042,7 +1042,7 @@ Url *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/opa_version#url OpaVersion#url}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/opa_version#url OpaVersion#url}.
---
@@ -1054,7 +1054,7 @@ Version *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/opa_version#version OpaVersion#version}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/opa_version#version OpaVersion#version}.
---
@@ -1066,7 +1066,7 @@ Beta interface{}
- *Type:* interface{}
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/opa_version#beta OpaVersion#beta}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/opa_version#beta OpaVersion#beta}.
---
@@ -1078,7 +1078,7 @@ Deprecated interface{}
- *Type:* interface{}
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/opa_version#deprecated OpaVersion#deprecated}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/opa_version#deprecated OpaVersion#deprecated}.
---
@@ -1090,7 +1090,7 @@ DeprecatedReason *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/opa_version#deprecated_reason OpaVersion#deprecated_reason}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/opa_version#deprecated_reason OpaVersion#deprecated_reason}.
---
@@ -1102,7 +1102,7 @@ Enabled interface{}
- *Type:* interface{}
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/opa_version#enabled OpaVersion#enabled}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/opa_version#enabled OpaVersion#enabled}.
---
@@ -1114,7 +1114,7 @@ Id *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/opa_version#id OpaVersion#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/opa_version#id OpaVersion#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you 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 @@ Official interface{}
- *Type:* interface{}
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/opa_version#official OpaVersion#official}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/opa_version#official OpaVersion#official}.
---
diff --git a/docs/opaVersion.java.md b/docs/opaVersion.java.md
index d913c563e..4007005ef 100644
--- a/docs/opaVersion.java.md
+++ b/docs/opaVersion.java.md
@@ -4,7 +4,7 @@
### OpaVersion
-Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/opa_version tfe_opa_version}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/opa_version tfe_opa_version}.
#### Initializers
@@ -50,15 +50,15 @@ OpaVersion.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.* |
-| sha
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/opa_version#sha OpaVersion#sha}. |
-| url
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/opa_version#url OpaVersion#url}. |
-| version
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/opa_version#version OpaVersion#version}. |
-| beta
| java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/opa_version#beta OpaVersion#beta}. |
-| deprecated
| java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/opa_version#deprecated OpaVersion#deprecated}. |
-| deprecatedReason
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/opa_version#deprecated_reason OpaVersion#deprecated_reason}. |
-| enabled
| java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/opa_version#enabled OpaVersion#enabled}. |
-| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/opa_version#id OpaVersion#id}. |
-| official
| java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/opa_version#official OpaVersion#official}. |
+| sha
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/opa_version#sha OpaVersion#sha}. |
+| url
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/opa_version#url OpaVersion#url}. |
+| version
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/opa_version#version OpaVersion#version}. |
+| beta
| java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/opa_version#beta OpaVersion#beta}. |
+| deprecated
| java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/opa_version#deprecated OpaVersion#deprecated}. |
+| deprecatedReason
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/opa_version#deprecated_reason OpaVersion#deprecated_reason}. |
+| enabled
| java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/opa_version#enabled OpaVersion#enabled}. |
+| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/opa_version#id OpaVersion#id}. |
+| official
| java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/opa_version#official OpaVersion#official}. |
---
@@ -126,7 +126,7 @@ Must be unique amongst siblings in the same scope
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/opa_version#sha OpaVersion#sha}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/opa_version#sha OpaVersion#sha}.
---
@@ -134,7 +134,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/opa_version#url OpaVersion#url}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/opa_version#url OpaVersion#url}.
---
@@ -142,7 +142,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/opa_version#version OpaVersion#version}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/opa_version#version OpaVersion#version}.
---
@@ -150,7 +150,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/opa_version#beta OpaVersion#beta}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/opa_version#beta OpaVersion#beta}.
---
@@ -158,7 +158,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/opa_version#deprecated OpaVersion#deprecated}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/opa_version#deprecated OpaVersion#deprecated}.
---
@@ -166,7 +166,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/opa_version#deprecated_reason OpaVersion#deprecated_reason}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/opa_version#deprecated_reason OpaVersion#deprecated_reason}.
---
@@ -174,7 +174,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/opa_version#enabled OpaVersion#enabled}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/opa_version#enabled OpaVersion#enabled}.
---
@@ -182,7 +182,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/opa_version#id OpaVersion#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/opa_version#id OpaVersion#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -193,7 +193,7 @@ If you experience problems setting this value it might not be settable. Please t
- *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/opa_version#official OpaVersion#official}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/opa_version#official OpaVersion#official}.
---
@@ -662,7 +662,7 @@ The construct id used in the generated config for the OpaVersion to import.
The id of the existing OpaVersion that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/opa_version#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/opa_version#import import section} in the documentation of this resource for the id to use
---
@@ -1101,15 +1101,15 @@ OpaVersionConfig.builder()
| lifecycle
| com.hashicorp.cdktf.TerraformResourceLifecycle
| *No description.* |
| provider
| com.hashicorp.cdktf.TerraformProvider
| *No description.* |
| provisioners
| java.util.List
| *No description.* |
-| sha
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/opa_version#sha OpaVersion#sha}. |
-| url
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/opa_version#url OpaVersion#url}. |
-| version
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/opa_version#version OpaVersion#version}. |
-| beta
| java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/opa_version#beta OpaVersion#beta}. |
-| deprecated
| java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/opa_version#deprecated OpaVersion#deprecated}. |
-| deprecatedReason
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/opa_version#deprecated_reason OpaVersion#deprecated_reason}. |
-| enabled
| java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/opa_version#enabled OpaVersion#enabled}. |
-| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/opa_version#id OpaVersion#id}. |
-| official
| java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/opa_version#official OpaVersion#official}. |
+| sha
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/opa_version#sha OpaVersion#sha}. |
+| url
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/opa_version#url OpaVersion#url}. |
+| version
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/opa_version#version OpaVersion#version}. |
+| beta
| java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/opa_version#beta OpaVersion#beta}. |
+| deprecated
| java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/opa_version#deprecated OpaVersion#deprecated}. |
+| deprecatedReason
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/opa_version#deprecated_reason OpaVersion#deprecated_reason}. |
+| enabled
| java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/opa_version#enabled OpaVersion#enabled}. |
+| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/opa_version#id OpaVersion#id}. |
+| official
| java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/opa_version#official OpaVersion#official}. |
---
@@ -1191,7 +1191,7 @@ public java.lang.String getSha();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/opa_version#sha OpaVersion#sha}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/opa_version#sha OpaVersion#sha}.
---
@@ -1203,7 +1203,7 @@ public java.lang.String getUrl();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/opa_version#url OpaVersion#url}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/opa_version#url OpaVersion#url}.
---
@@ -1215,7 +1215,7 @@ public java.lang.String getVersion();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/opa_version#version OpaVersion#version}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/opa_version#version OpaVersion#version}.
---
@@ -1227,7 +1227,7 @@ public java.lang.Object getBeta();
- *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/opa_version#beta OpaVersion#beta}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/opa_version#beta OpaVersion#beta}.
---
@@ -1239,7 +1239,7 @@ public java.lang.Object getDeprecated();
- *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/opa_version#deprecated OpaVersion#deprecated}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/opa_version#deprecated OpaVersion#deprecated}.
---
@@ -1251,7 +1251,7 @@ public java.lang.String getDeprecatedReason();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/opa_version#deprecated_reason OpaVersion#deprecated_reason}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/opa_version#deprecated_reason OpaVersion#deprecated_reason}.
---
@@ -1263,7 +1263,7 @@ public java.lang.Object getEnabled();
- *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/opa_version#enabled OpaVersion#enabled}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/opa_version#enabled OpaVersion#enabled}.
---
@@ -1275,7 +1275,7 @@ public java.lang.String getId();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/opa_version#id OpaVersion#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/opa_version#id OpaVersion#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -1290,7 +1290,7 @@ public java.lang.Object getOfficial();
- *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/opa_version#official OpaVersion#official}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/opa_version#official OpaVersion#official}.
---
diff --git a/docs/opaVersion.python.md b/docs/opaVersion.python.md
index f08a1ed2b..7e692d5e1 100644
--- a/docs/opaVersion.python.md
+++ b/docs/opaVersion.python.md
@@ -4,7 +4,7 @@
### OpaVersion
-Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/opa_version tfe_opa_version}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/opa_version tfe_opa_version}.
#### Initializers
@@ -44,15 +44,15 @@ opaVersion.OpaVersion(
| lifecycle
| cdktf.TerraformResourceLifecycle
| *No description.* |
| provider
| cdktf.TerraformProvider
| *No description.* |
| provisioners
| typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]]
| *No description.* |
-| sha
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/opa_version#sha OpaVersion#sha}. |
-| url
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/opa_version#url OpaVersion#url}. |
-| version
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/opa_version#version OpaVersion#version}. |
-| beta
| typing.Union[bool, cdktf.IResolvable]
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/opa_version#beta OpaVersion#beta}. |
-| deprecated
| typing.Union[bool, cdktf.IResolvable]
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/opa_version#deprecated OpaVersion#deprecated}. |
-| deprecated_reason
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/opa_version#deprecated_reason OpaVersion#deprecated_reason}. |
-| enabled
| typing.Union[bool, cdktf.IResolvable]
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/opa_version#enabled OpaVersion#enabled}. |
-| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/opa_version#id OpaVersion#id}. |
-| official
| typing.Union[bool, cdktf.IResolvable]
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/opa_version#official OpaVersion#official}. |
+| sha
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/opa_version#sha OpaVersion#sha}. |
+| url
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/opa_version#url OpaVersion#url}. |
+| version
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/opa_version#version OpaVersion#version}. |
+| beta
| typing.Union[bool, cdktf.IResolvable]
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/opa_version#beta OpaVersion#beta}. |
+| deprecated
| typing.Union[bool, cdktf.IResolvable]
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/opa_version#deprecated OpaVersion#deprecated}. |
+| deprecated_reason
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/opa_version#deprecated_reason OpaVersion#deprecated_reason}. |
+| enabled
| typing.Union[bool, cdktf.IResolvable]
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/opa_version#enabled OpaVersion#enabled}. |
+| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/opa_version#id OpaVersion#id}. |
+| official
| typing.Union[bool, cdktf.IResolvable]
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/opa_version#official OpaVersion#official}. |
---
@@ -120,7 +120,7 @@ Must be unique amongst siblings in the same scope
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/opa_version#sha OpaVersion#sha}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/opa_version#sha OpaVersion#sha}.
---
@@ -128,7 +128,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/opa_version#url OpaVersion#url}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/opa_version#url OpaVersion#url}.
---
@@ -136,7 +136,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/opa_version#version OpaVersion#version}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/opa_version#version OpaVersion#version}.
---
@@ -144,7 +144,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* typing.Union[bool, cdktf.IResolvable]
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/opa_version#beta OpaVersion#beta}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/opa_version#beta OpaVersion#beta}.
---
@@ -152,7 +152,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* typing.Union[bool, cdktf.IResolvable]
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/opa_version#deprecated OpaVersion#deprecated}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/opa_version#deprecated OpaVersion#deprecated}.
---
@@ -160,7 +160,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/opa_version#deprecated_reason OpaVersion#deprecated_reason}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/opa_version#deprecated_reason OpaVersion#deprecated_reason}.
---
@@ -168,7 +168,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* typing.Union[bool, cdktf.IResolvable]
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/opa_version#enabled OpaVersion#enabled}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/opa_version#enabled OpaVersion#enabled}.
---
@@ -176,7 +176,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/opa_version#id OpaVersion#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/opa_version#id OpaVersion#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -187,7 +187,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/hashicorp/tfe/0.60.1/docs/resources/opa_version#official OpaVersion#official}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/opa_version#official OpaVersion#official}.
---
@@ -702,7 +702,7 @@ The construct id used in the generated config for the OpaVersion to import.
The id of the existing OpaVersion that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/opa_version#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/opa_version#import import section} in the documentation of this resource for the id to use
---
@@ -1133,15 +1133,15 @@ opaVersion.OpaVersionConfig(
| lifecycle
| cdktf.TerraformResourceLifecycle
| *No description.* |
| provider
| cdktf.TerraformProvider
| *No description.* |
| provisioners
| typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]]
| *No description.* |
-| sha
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/opa_version#sha OpaVersion#sha}. |
-| url
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/opa_version#url OpaVersion#url}. |
-| version
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/opa_version#version OpaVersion#version}. |
-| beta
| typing.Union[bool, cdktf.IResolvable]
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/opa_version#beta OpaVersion#beta}. |
-| deprecated
| typing.Union[bool, cdktf.IResolvable]
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/opa_version#deprecated OpaVersion#deprecated}. |
-| deprecated_reason
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/opa_version#deprecated_reason OpaVersion#deprecated_reason}. |
-| enabled
| typing.Union[bool, cdktf.IResolvable]
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/opa_version#enabled OpaVersion#enabled}. |
-| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/opa_version#id OpaVersion#id}. |
-| official
| typing.Union[bool, cdktf.IResolvable]
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/opa_version#official OpaVersion#official}. |
+| sha
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/opa_version#sha OpaVersion#sha}. |
+| url
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/opa_version#url OpaVersion#url}. |
+| version
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/opa_version#version OpaVersion#version}. |
+| beta
| typing.Union[bool, cdktf.IResolvable]
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/opa_version#beta OpaVersion#beta}. |
+| deprecated
| typing.Union[bool, cdktf.IResolvable]
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/opa_version#deprecated OpaVersion#deprecated}. |
+| deprecated_reason
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/opa_version#deprecated_reason OpaVersion#deprecated_reason}. |
+| enabled
| typing.Union[bool, cdktf.IResolvable]
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/opa_version#enabled OpaVersion#enabled}. |
+| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/opa_version#id OpaVersion#id}. |
+| official
| typing.Union[bool, cdktf.IResolvable]
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/opa_version#official OpaVersion#official}. |
---
@@ -1223,7 +1223,7 @@ sha: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/opa_version#sha OpaVersion#sha}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/opa_version#sha OpaVersion#sha}.
---
@@ -1235,7 +1235,7 @@ url: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/opa_version#url OpaVersion#url}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/opa_version#url OpaVersion#url}.
---
@@ -1247,7 +1247,7 @@ version: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/opa_version#version OpaVersion#version}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/opa_version#version OpaVersion#version}.
---
@@ -1259,7 +1259,7 @@ beta: typing.Union[bool, IResolvable]
- *Type:* typing.Union[bool, cdktf.IResolvable]
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/opa_version#beta OpaVersion#beta}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/opa_version#beta OpaVersion#beta}.
---
@@ -1271,7 +1271,7 @@ deprecated: typing.Union[bool, IResolvable]
- *Type:* typing.Union[bool, cdktf.IResolvable]
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/opa_version#deprecated OpaVersion#deprecated}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/opa_version#deprecated OpaVersion#deprecated}.
---
@@ -1283,7 +1283,7 @@ deprecated_reason: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/opa_version#deprecated_reason OpaVersion#deprecated_reason}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/opa_version#deprecated_reason OpaVersion#deprecated_reason}.
---
@@ -1295,7 +1295,7 @@ enabled: typing.Union[bool, IResolvable]
- *Type:* typing.Union[bool, cdktf.IResolvable]
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/opa_version#enabled OpaVersion#enabled}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/opa_version#enabled OpaVersion#enabled}.
---
@@ -1307,7 +1307,7 @@ id: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/opa_version#id OpaVersion#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/opa_version#id OpaVersion#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -1322,7 +1322,7 @@ official: typing.Union[bool, IResolvable]
- *Type:* typing.Union[bool, cdktf.IResolvable]
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/opa_version#official OpaVersion#official}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/opa_version#official OpaVersion#official}.
---
diff --git a/docs/opaVersion.typescript.md b/docs/opaVersion.typescript.md
index f106e434e..e193e00c7 100644
--- a/docs/opaVersion.typescript.md
+++ b/docs/opaVersion.typescript.md
@@ -4,7 +4,7 @@
### OpaVersion
-Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/opa_version tfe_opa_version}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/opa_version tfe_opa_version}.
#### Initializers
@@ -509,7 +509,7 @@ The construct id used in the generated config for the OpaVersion to import.
The id of the existing OpaVersion that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/opa_version#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/opa_version#import import section} in the documentation of this resource for the id to use
---
@@ -923,15 +923,15 @@ const opaVersionConfig: opaVersion.OpaVersionConfig = { ... }
| lifecycle
| cdktf.TerraformResourceLifecycle
| *No description.* |
| provider
| cdktf.TerraformProvider
| *No description.* |
| provisioners
| cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[]
| *No description.* |
-| sha
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/opa_version#sha OpaVersion#sha}. |
-| url
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/opa_version#url OpaVersion#url}. |
-| version
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/opa_version#version OpaVersion#version}. |
-| beta
| boolean \| cdktf.IResolvable
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/opa_version#beta OpaVersion#beta}. |
-| deprecated
| boolean \| cdktf.IResolvable
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/opa_version#deprecated OpaVersion#deprecated}. |
-| deprecatedReason
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/opa_version#deprecated_reason OpaVersion#deprecated_reason}. |
-| enabled
| boolean \| cdktf.IResolvable
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/opa_version#enabled OpaVersion#enabled}. |
-| id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/opa_version#id OpaVersion#id}. |
-| official
| boolean \| cdktf.IResolvable
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/opa_version#official OpaVersion#official}. |
+| sha
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/opa_version#sha OpaVersion#sha}. |
+| url
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/opa_version#url OpaVersion#url}. |
+| version
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/opa_version#version OpaVersion#version}. |
+| beta
| boolean \| cdktf.IResolvable
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/opa_version#beta OpaVersion#beta}. |
+| deprecated
| boolean \| cdktf.IResolvable
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/opa_version#deprecated OpaVersion#deprecated}. |
+| deprecatedReason
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/opa_version#deprecated_reason OpaVersion#deprecated_reason}. |
+| enabled
| boolean \| cdktf.IResolvable
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/opa_version#enabled OpaVersion#enabled}. |
+| id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/opa_version#id OpaVersion#id}. |
+| official
| boolean \| cdktf.IResolvable
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/opa_version#official OpaVersion#official}. |
---
@@ -1013,7 +1013,7 @@ public readonly sha: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/opa_version#sha OpaVersion#sha}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/opa_version#sha OpaVersion#sha}.
---
@@ -1025,7 +1025,7 @@ public readonly url: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/opa_version#url OpaVersion#url}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/opa_version#url OpaVersion#url}.
---
@@ -1037,7 +1037,7 @@ public readonly version: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/opa_version#version OpaVersion#version}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/opa_version#version OpaVersion#version}.
---
@@ -1049,7 +1049,7 @@ public readonly beta: boolean | IResolvable;
- *Type:* boolean | cdktf.IResolvable
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/opa_version#beta OpaVersion#beta}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/opa_version#beta OpaVersion#beta}.
---
@@ -1061,7 +1061,7 @@ public readonly deprecated: boolean | IResolvable;
- *Type:* boolean | cdktf.IResolvable
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/opa_version#deprecated OpaVersion#deprecated}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/opa_version#deprecated OpaVersion#deprecated}.
---
@@ -1073,7 +1073,7 @@ public readonly deprecatedReason: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/opa_version#deprecated_reason OpaVersion#deprecated_reason}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/opa_version#deprecated_reason OpaVersion#deprecated_reason}.
---
@@ -1085,7 +1085,7 @@ public readonly enabled: boolean | IResolvable;
- *Type:* boolean | cdktf.IResolvable
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/opa_version#enabled OpaVersion#enabled}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/opa_version#enabled OpaVersion#enabled}.
---
@@ -1097,7 +1097,7 @@ public readonly id: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/opa_version#id OpaVersion#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/opa_version#id OpaVersion#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you 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 readonly official: boolean | IResolvable;
- *Type:* boolean | cdktf.IResolvable
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/opa_version#official OpaVersion#official}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/opa_version#official OpaVersion#official}.
---
diff --git a/docs/organization.csharp.md b/docs/organization.csharp.md
index e27afe69d..0df08a02d 100644
--- a/docs/organization.csharp.md
+++ b/docs/organization.csharp.md
@@ -4,7 +4,7 @@
### Organization
-Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization tfe_organization}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization tfe_organization}.
#### Initializers
@@ -544,7 +544,7 @@ The construct id used in the generated config for the Organization to import.
The id of the existing Organization that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization#import import section} in the documentation of this resource for the id to use
---
@@ -1078,19 +1078,19 @@ new OrganizationConfig {
| Lifecycle
| HashiCorp.Cdktf.TerraformResourceLifecycle
| *No description.* |
| Provider
| HashiCorp.Cdktf.TerraformProvider
| *No description.* |
| Provisioners
| object[]
| *No description.* |
-| Email
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization#email Organization#email}. |
-| Name
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization#name Organization#name}. |
-| AggregatedCommitStatusEnabled
| object
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization#aggregated_commit_status_enabled Organization#aggregated_commit_status_enabled}. |
-| AllowForceDeleteWorkspaces
| object
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization#allow_force_delete_workspaces Organization#allow_force_delete_workspaces}. |
-| AssessmentsEnforced
| object
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization#assessments_enforced Organization#assessments_enforced}. |
-| CollaboratorAuthPolicy
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization#collaborator_auth_policy Organization#collaborator_auth_policy}. |
-| CostEstimationEnabled
| object
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization#cost_estimation_enabled Organization#cost_estimation_enabled}. |
-| Id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization#id Organization#id}. |
-| OwnersTeamSamlRoleId
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization#owners_team_saml_role_id Organization#owners_team_saml_role_id}. |
-| SendPassingStatusesForUntriggeredSpeculativePlans
| object
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization#send_passing_statuses_for_untriggered_speculative_plans Organization#send_passing_statuses_for_untriggered_speculative_plans}. |
-| SessionRememberMinutes
| double
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization#session_remember_minutes Organization#session_remember_minutes}. |
-| SessionTimeoutMinutes
| double
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization#session_timeout_minutes Organization#session_timeout_minutes}. |
-| SpeculativePlanManagementEnabled
| object
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization#speculative_plan_management_enabled Organization#speculative_plan_management_enabled}. |
+| Email
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization#email Organization#email}. |
+| Name
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization#name Organization#name}. |
+| AggregatedCommitStatusEnabled
| object
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization#aggregated_commit_status_enabled Organization#aggregated_commit_status_enabled}. |
+| AllowForceDeleteWorkspaces
| object
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization#allow_force_delete_workspaces Organization#allow_force_delete_workspaces}. |
+| AssessmentsEnforced
| object
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization#assessments_enforced Organization#assessments_enforced}. |
+| CollaboratorAuthPolicy
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization#collaborator_auth_policy Organization#collaborator_auth_policy}. |
+| CostEstimationEnabled
| object
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization#cost_estimation_enabled Organization#cost_estimation_enabled}. |
+| Id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization#id Organization#id}. |
+| OwnersTeamSamlRoleId
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization#owners_team_saml_role_id Organization#owners_team_saml_role_id}. |
+| SendPassingStatusesForUntriggeredSpeculativePlans
| object
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization#send_passing_statuses_for_untriggered_speculative_plans Organization#send_passing_statuses_for_untriggered_speculative_plans}. |
+| SessionRememberMinutes
| double
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization#session_remember_minutes Organization#session_remember_minutes}. |
+| SessionTimeoutMinutes
| double
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization#session_timeout_minutes Organization#session_timeout_minutes}. |
+| SpeculativePlanManagementEnabled
| object
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization#speculative_plan_management_enabled Organization#speculative_plan_management_enabled}. |
---
@@ -1172,7 +1172,7 @@ public string Email { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization#email Organization#email}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization#email Organization#email}.
---
@@ -1184,7 +1184,7 @@ public string Name { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization#name Organization#name}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization#name Organization#name}.
---
@@ -1196,7 +1196,7 @@ public object AggregatedCommitStatusEnabled { get; set; }
- *Type:* object
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization#aggregated_commit_status_enabled Organization#aggregated_commit_status_enabled}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization#aggregated_commit_status_enabled Organization#aggregated_commit_status_enabled}.
---
@@ -1208,7 +1208,7 @@ public object AllowForceDeleteWorkspaces { get; set; }
- *Type:* object
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization#allow_force_delete_workspaces Organization#allow_force_delete_workspaces}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization#allow_force_delete_workspaces Organization#allow_force_delete_workspaces}.
---
@@ -1220,7 +1220,7 @@ public object AssessmentsEnforced { get; set; }
- *Type:* object
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization#assessments_enforced Organization#assessments_enforced}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization#assessments_enforced Organization#assessments_enforced}.
---
@@ -1232,7 +1232,7 @@ public string CollaboratorAuthPolicy { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization#collaborator_auth_policy Organization#collaborator_auth_policy}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization#collaborator_auth_policy Organization#collaborator_auth_policy}.
---
@@ -1244,7 +1244,7 @@ public object CostEstimationEnabled { get; set; }
- *Type:* object
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization#cost_estimation_enabled Organization#cost_estimation_enabled}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization#cost_estimation_enabled Organization#cost_estimation_enabled}.
---
@@ -1256,7 +1256,7 @@ public string Id { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization#id Organization#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization#id Organization#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -1271,7 +1271,7 @@ public string OwnersTeamSamlRoleId { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization#owners_team_saml_role_id Organization#owners_team_saml_role_id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization#owners_team_saml_role_id Organization#owners_team_saml_role_id}.
---
@@ -1283,7 +1283,7 @@ public object SendPassingStatusesForUntriggeredSpeculativePlans { get; set; }
- *Type:* object
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization#send_passing_statuses_for_untriggered_speculative_plans Organization#send_passing_statuses_for_untriggered_speculative_plans}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization#send_passing_statuses_for_untriggered_speculative_plans Organization#send_passing_statuses_for_untriggered_speculative_plans}.
---
@@ -1295,7 +1295,7 @@ public double SessionRememberMinutes { get; set; }
- *Type:* double
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization#session_remember_minutes Organization#session_remember_minutes}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization#session_remember_minutes Organization#session_remember_minutes}.
---
@@ -1307,7 +1307,7 @@ public double SessionTimeoutMinutes { get; set; }
- *Type:* double
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization#session_timeout_minutes Organization#session_timeout_minutes}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization#session_timeout_minutes Organization#session_timeout_minutes}.
---
@@ -1319,7 +1319,7 @@ public object SpeculativePlanManagementEnabled { get; set; }
- *Type:* object
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization#speculative_plan_management_enabled Organization#speculative_plan_management_enabled}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization#speculative_plan_management_enabled Organization#speculative_plan_management_enabled}.
---
diff --git a/docs/organization.go.md b/docs/organization.go.md
index 29bd7d1e9..5e8134fb6 100644
--- a/docs/organization.go.md
+++ b/docs/organization.go.md
@@ -4,7 +4,7 @@
### Organization
-Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization tfe_organization}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization tfe_organization}.
#### Initializers
@@ -544,7 +544,7 @@ The construct id used in the generated config for the Organization to import.
The id of the existing Organization that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization#import import section} in the documentation of this resource for the id to use
---
@@ -1078,19 +1078,19 @@ import "github.com/cdktf/cdktf-provider-tfe-go/tfe/v11/organization"
| 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.* |
-| Email
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization#email Organization#email}. |
-| Name
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization#name Organization#name}. |
-| AggregatedCommitStatusEnabled
| interface{}
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization#aggregated_commit_status_enabled Organization#aggregated_commit_status_enabled}. |
-| AllowForceDeleteWorkspaces
| interface{}
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization#allow_force_delete_workspaces Organization#allow_force_delete_workspaces}. |
-| AssessmentsEnforced
| interface{}
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization#assessments_enforced Organization#assessments_enforced}. |
-| CollaboratorAuthPolicy
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization#collaborator_auth_policy Organization#collaborator_auth_policy}. |
-| CostEstimationEnabled
| interface{}
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization#cost_estimation_enabled Organization#cost_estimation_enabled}. |
-| Id
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization#id Organization#id}. |
-| OwnersTeamSamlRoleId
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization#owners_team_saml_role_id Organization#owners_team_saml_role_id}. |
-| SendPassingStatusesForUntriggeredSpeculativePlans
| interface{}
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization#send_passing_statuses_for_untriggered_speculative_plans Organization#send_passing_statuses_for_untriggered_speculative_plans}. |
-| SessionRememberMinutes
| *f64
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization#session_remember_minutes Organization#session_remember_minutes}. |
-| SessionTimeoutMinutes
| *f64
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization#session_timeout_minutes Organization#session_timeout_minutes}. |
-| SpeculativePlanManagementEnabled
| interface{}
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization#speculative_plan_management_enabled Organization#speculative_plan_management_enabled}. |
+| Email
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization#email Organization#email}. |
+| Name
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization#name Organization#name}. |
+| AggregatedCommitStatusEnabled
| interface{}
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization#aggregated_commit_status_enabled Organization#aggregated_commit_status_enabled}. |
+| AllowForceDeleteWorkspaces
| interface{}
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization#allow_force_delete_workspaces Organization#allow_force_delete_workspaces}. |
+| AssessmentsEnforced
| interface{}
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization#assessments_enforced Organization#assessments_enforced}. |
+| CollaboratorAuthPolicy
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization#collaborator_auth_policy Organization#collaborator_auth_policy}. |
+| CostEstimationEnabled
| interface{}
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization#cost_estimation_enabled Organization#cost_estimation_enabled}. |
+| Id
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization#id Organization#id}. |
+| OwnersTeamSamlRoleId
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization#owners_team_saml_role_id Organization#owners_team_saml_role_id}. |
+| SendPassingStatusesForUntriggeredSpeculativePlans
| interface{}
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization#send_passing_statuses_for_untriggered_speculative_plans Organization#send_passing_statuses_for_untriggered_speculative_plans}. |
+| SessionRememberMinutes
| *f64
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization#session_remember_minutes Organization#session_remember_minutes}. |
+| SessionTimeoutMinutes
| *f64
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization#session_timeout_minutes Organization#session_timeout_minutes}. |
+| SpeculativePlanManagementEnabled
| interface{}
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization#speculative_plan_management_enabled Organization#speculative_plan_management_enabled}. |
---
@@ -1172,7 +1172,7 @@ Email *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization#email Organization#email}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization#email Organization#email}.
---
@@ -1184,7 +1184,7 @@ Name *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization#name Organization#name}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization#name Organization#name}.
---
@@ -1196,7 +1196,7 @@ AggregatedCommitStatusEnabled interface{}
- *Type:* interface{}
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization#aggregated_commit_status_enabled Organization#aggregated_commit_status_enabled}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization#aggregated_commit_status_enabled Organization#aggregated_commit_status_enabled}.
---
@@ -1208,7 +1208,7 @@ AllowForceDeleteWorkspaces interface{}
- *Type:* interface{}
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization#allow_force_delete_workspaces Organization#allow_force_delete_workspaces}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization#allow_force_delete_workspaces Organization#allow_force_delete_workspaces}.
---
@@ -1220,7 +1220,7 @@ AssessmentsEnforced interface{}
- *Type:* interface{}
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization#assessments_enforced Organization#assessments_enforced}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization#assessments_enforced Organization#assessments_enforced}.
---
@@ -1232,7 +1232,7 @@ CollaboratorAuthPolicy *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization#collaborator_auth_policy Organization#collaborator_auth_policy}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization#collaborator_auth_policy Organization#collaborator_auth_policy}.
---
@@ -1244,7 +1244,7 @@ CostEstimationEnabled interface{}
- *Type:* interface{}
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization#cost_estimation_enabled Organization#cost_estimation_enabled}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization#cost_estimation_enabled Organization#cost_estimation_enabled}.
---
@@ -1256,7 +1256,7 @@ Id *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization#id Organization#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization#id Organization#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -1271,7 +1271,7 @@ OwnersTeamSamlRoleId *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization#owners_team_saml_role_id Organization#owners_team_saml_role_id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization#owners_team_saml_role_id Organization#owners_team_saml_role_id}.
---
@@ -1283,7 +1283,7 @@ SendPassingStatusesForUntriggeredSpeculativePlans interface{}
- *Type:* interface{}
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization#send_passing_statuses_for_untriggered_speculative_plans Organization#send_passing_statuses_for_untriggered_speculative_plans}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization#send_passing_statuses_for_untriggered_speculative_plans Organization#send_passing_statuses_for_untriggered_speculative_plans}.
---
@@ -1295,7 +1295,7 @@ SessionRememberMinutes *f64
- *Type:* *f64
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization#session_remember_minutes Organization#session_remember_minutes}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization#session_remember_minutes Organization#session_remember_minutes}.
---
@@ -1307,7 +1307,7 @@ SessionTimeoutMinutes *f64
- *Type:* *f64
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization#session_timeout_minutes Organization#session_timeout_minutes}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization#session_timeout_minutes Organization#session_timeout_minutes}.
---
@@ -1319,7 +1319,7 @@ SpeculativePlanManagementEnabled interface{}
- *Type:* interface{}
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization#speculative_plan_management_enabled Organization#speculative_plan_management_enabled}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization#speculative_plan_management_enabled Organization#speculative_plan_management_enabled}.
---
diff --git a/docs/organization.java.md b/docs/organization.java.md
index 9cadfca73..707ea7ad0 100644
--- a/docs/organization.java.md
+++ b/docs/organization.java.md
@@ -4,7 +4,7 @@
### Organization
-Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization tfe_organization}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization tfe_organization}.
#### Initializers
@@ -56,19 +56,19 @@ Organization.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.* |
-| email
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization#email Organization#email}. |
-| name
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization#name Organization#name}. |
-| aggregatedCommitStatusEnabled
| java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization#aggregated_commit_status_enabled Organization#aggregated_commit_status_enabled}. |
-| allowForceDeleteWorkspaces
| java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization#allow_force_delete_workspaces Organization#allow_force_delete_workspaces}. |
-| assessmentsEnforced
| java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization#assessments_enforced Organization#assessments_enforced}. |
-| collaboratorAuthPolicy
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization#collaborator_auth_policy Organization#collaborator_auth_policy}. |
-| costEstimationEnabled
| java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization#cost_estimation_enabled Organization#cost_estimation_enabled}. |
-| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization#id Organization#id}. |
-| ownersTeamSamlRoleId
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization#owners_team_saml_role_id Organization#owners_team_saml_role_id}. |
-| sendPassingStatusesForUntriggeredSpeculativePlans
| java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization#send_passing_statuses_for_untriggered_speculative_plans Organization#send_passing_statuses_for_untriggered_speculative_plans}. |
-| sessionRememberMinutes
| java.lang.Number
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization#session_remember_minutes Organization#session_remember_minutes}. |
-| sessionTimeoutMinutes
| java.lang.Number
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization#session_timeout_minutes Organization#session_timeout_minutes}. |
-| speculativePlanManagementEnabled
| java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization#speculative_plan_management_enabled Organization#speculative_plan_management_enabled}. |
+| email
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization#email Organization#email}. |
+| name
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization#name Organization#name}. |
+| aggregatedCommitStatusEnabled
| java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization#aggregated_commit_status_enabled Organization#aggregated_commit_status_enabled}. |
+| allowForceDeleteWorkspaces
| java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization#allow_force_delete_workspaces Organization#allow_force_delete_workspaces}. |
+| assessmentsEnforced
| java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization#assessments_enforced Organization#assessments_enforced}. |
+| collaboratorAuthPolicy
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization#collaborator_auth_policy Organization#collaborator_auth_policy}. |
+| costEstimationEnabled
| java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization#cost_estimation_enabled Organization#cost_estimation_enabled}. |
+| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization#id Organization#id}. |
+| ownersTeamSamlRoleId
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization#owners_team_saml_role_id Organization#owners_team_saml_role_id}. |
+| sendPassingStatusesForUntriggeredSpeculativePlans
| java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization#send_passing_statuses_for_untriggered_speculative_plans Organization#send_passing_statuses_for_untriggered_speculative_plans}. |
+| sessionRememberMinutes
| java.lang.Number
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization#session_remember_minutes Organization#session_remember_minutes}. |
+| sessionTimeoutMinutes
| java.lang.Number
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization#session_timeout_minutes Organization#session_timeout_minutes}. |
+| speculativePlanManagementEnabled
| java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization#speculative_plan_management_enabled Organization#speculative_plan_management_enabled}. |
---
@@ -136,7 +136,7 @@ Must be unique amongst siblings in the same scope
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization#email Organization#email}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization#email Organization#email}.
---
@@ -144,7 +144,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization#name Organization#name}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization#name Organization#name}.
---
@@ -152,7 +152,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization#aggregated_commit_status_enabled Organization#aggregated_commit_status_enabled}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization#aggregated_commit_status_enabled Organization#aggregated_commit_status_enabled}.
---
@@ -160,7 +160,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization#allow_force_delete_workspaces Organization#allow_force_delete_workspaces}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization#allow_force_delete_workspaces Organization#allow_force_delete_workspaces}.
---
@@ -168,7 +168,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization#assessments_enforced Organization#assessments_enforced}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization#assessments_enforced Organization#assessments_enforced}.
---
@@ -176,7 +176,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization#collaborator_auth_policy Organization#collaborator_auth_policy}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization#collaborator_auth_policy Organization#collaborator_auth_policy}.
---
@@ -184,7 +184,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization#cost_estimation_enabled Organization#cost_estimation_enabled}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization#cost_estimation_enabled Organization#cost_estimation_enabled}.
---
@@ -192,7 +192,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization#id Organization#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization#id Organization#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -203,7 +203,7 @@ If you experience problems setting this value it might not be settable. Please t
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization#owners_team_saml_role_id Organization#owners_team_saml_role_id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization#owners_team_saml_role_id Organization#owners_team_saml_role_id}.
---
@@ -211,7 +211,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization#send_passing_statuses_for_untriggered_speculative_plans Organization#send_passing_statuses_for_untriggered_speculative_plans}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization#send_passing_statuses_for_untriggered_speculative_plans Organization#send_passing_statuses_for_untriggered_speculative_plans}.
---
@@ -219,7 +219,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* java.lang.Number
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization#session_remember_minutes Organization#session_remember_minutes}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization#session_remember_minutes Organization#session_remember_minutes}.
---
@@ -227,7 +227,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* java.lang.Number
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization#session_timeout_minutes Organization#session_timeout_minutes}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization#session_timeout_minutes Organization#session_timeout_minutes}.
---
@@ -235,7 +235,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization#speculative_plan_management_enabled Organization#speculative_plan_management_enabled}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization#speculative_plan_management_enabled Organization#speculative_plan_management_enabled}.
---
@@ -739,7 +739,7 @@ The construct id used in the generated config for the Organization to import.
The id of the existing Organization that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization#import import section} in the documentation of this resource for the id to use
---
@@ -1283,19 +1283,19 @@ OrganizationConfig.builder()
| lifecycle
| com.hashicorp.cdktf.TerraformResourceLifecycle
| *No description.* |
| provider
| com.hashicorp.cdktf.TerraformProvider
| *No description.* |
| provisioners
| java.util.List
| *No description.* |
-| email
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization#email Organization#email}. |
-| name
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization#name Organization#name}. |
-| aggregatedCommitStatusEnabled
| java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization#aggregated_commit_status_enabled Organization#aggregated_commit_status_enabled}. |
-| allowForceDeleteWorkspaces
| java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization#allow_force_delete_workspaces Organization#allow_force_delete_workspaces}. |
-| assessmentsEnforced
| java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization#assessments_enforced Organization#assessments_enforced}. |
-| collaboratorAuthPolicy
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization#collaborator_auth_policy Organization#collaborator_auth_policy}. |
-| costEstimationEnabled
| java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization#cost_estimation_enabled Organization#cost_estimation_enabled}. |
-| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization#id Organization#id}. |
-| ownersTeamSamlRoleId
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization#owners_team_saml_role_id Organization#owners_team_saml_role_id}. |
-| sendPassingStatusesForUntriggeredSpeculativePlans
| java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization#send_passing_statuses_for_untriggered_speculative_plans Organization#send_passing_statuses_for_untriggered_speculative_plans}. |
-| sessionRememberMinutes
| java.lang.Number
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization#session_remember_minutes Organization#session_remember_minutes}. |
-| sessionTimeoutMinutes
| java.lang.Number
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization#session_timeout_minutes Organization#session_timeout_minutes}. |
-| speculativePlanManagementEnabled
| java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization#speculative_plan_management_enabled Organization#speculative_plan_management_enabled}. |
+| email
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization#email Organization#email}. |
+| name
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization#name Organization#name}. |
+| aggregatedCommitStatusEnabled
| java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization#aggregated_commit_status_enabled Organization#aggregated_commit_status_enabled}. |
+| allowForceDeleteWorkspaces
| java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization#allow_force_delete_workspaces Organization#allow_force_delete_workspaces}. |
+| assessmentsEnforced
| java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization#assessments_enforced Organization#assessments_enforced}. |
+| collaboratorAuthPolicy
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization#collaborator_auth_policy Organization#collaborator_auth_policy}. |
+| costEstimationEnabled
| java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization#cost_estimation_enabled Organization#cost_estimation_enabled}. |
+| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization#id Organization#id}. |
+| ownersTeamSamlRoleId
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization#owners_team_saml_role_id Organization#owners_team_saml_role_id}. |
+| sendPassingStatusesForUntriggeredSpeculativePlans
| java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization#send_passing_statuses_for_untriggered_speculative_plans Organization#send_passing_statuses_for_untriggered_speculative_plans}. |
+| sessionRememberMinutes
| java.lang.Number
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization#session_remember_minutes Organization#session_remember_minutes}. |
+| sessionTimeoutMinutes
| java.lang.Number
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization#session_timeout_minutes Organization#session_timeout_minutes}. |
+| speculativePlanManagementEnabled
| java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization#speculative_plan_management_enabled Organization#speculative_plan_management_enabled}. |
---
@@ -1377,7 +1377,7 @@ public java.lang.String getEmail();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization#email Organization#email}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization#email Organization#email}.
---
@@ -1389,7 +1389,7 @@ public java.lang.String getName();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization#name Organization#name}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization#name Organization#name}.
---
@@ -1401,7 +1401,7 @@ public java.lang.Object getAggregatedCommitStatusEnabled();
- *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization#aggregated_commit_status_enabled Organization#aggregated_commit_status_enabled}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization#aggregated_commit_status_enabled Organization#aggregated_commit_status_enabled}.
---
@@ -1413,7 +1413,7 @@ public java.lang.Object getAllowForceDeleteWorkspaces();
- *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization#allow_force_delete_workspaces Organization#allow_force_delete_workspaces}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization#allow_force_delete_workspaces Organization#allow_force_delete_workspaces}.
---
@@ -1425,7 +1425,7 @@ public java.lang.Object getAssessmentsEnforced();
- *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization#assessments_enforced Organization#assessments_enforced}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization#assessments_enforced Organization#assessments_enforced}.
---
@@ -1437,7 +1437,7 @@ public java.lang.String getCollaboratorAuthPolicy();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization#collaborator_auth_policy Organization#collaborator_auth_policy}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization#collaborator_auth_policy Organization#collaborator_auth_policy}.
---
@@ -1449,7 +1449,7 @@ public java.lang.Object getCostEstimationEnabled();
- *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization#cost_estimation_enabled Organization#cost_estimation_enabled}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization#cost_estimation_enabled Organization#cost_estimation_enabled}.
---
@@ -1461,7 +1461,7 @@ public java.lang.String getId();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization#id Organization#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization#id Organization#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -1476,7 +1476,7 @@ public java.lang.String getOwnersTeamSamlRoleId();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization#owners_team_saml_role_id Organization#owners_team_saml_role_id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization#owners_team_saml_role_id Organization#owners_team_saml_role_id}.
---
@@ -1488,7 +1488,7 @@ public java.lang.Object getSendPassingStatusesForUntriggeredSpeculativePlans();
- *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization#send_passing_statuses_for_untriggered_speculative_plans Organization#send_passing_statuses_for_untriggered_speculative_plans}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization#send_passing_statuses_for_untriggered_speculative_plans Organization#send_passing_statuses_for_untriggered_speculative_plans}.
---
@@ -1500,7 +1500,7 @@ public java.lang.Number getSessionRememberMinutes();
- *Type:* java.lang.Number
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization#session_remember_minutes Organization#session_remember_minutes}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization#session_remember_minutes Organization#session_remember_minutes}.
---
@@ -1512,7 +1512,7 @@ public java.lang.Number getSessionTimeoutMinutes();
- *Type:* java.lang.Number
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization#session_timeout_minutes Organization#session_timeout_minutes}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization#session_timeout_minutes Organization#session_timeout_minutes}.
---
@@ -1524,7 +1524,7 @@ public java.lang.Object getSpeculativePlanManagementEnabled();
- *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization#speculative_plan_management_enabled Organization#speculative_plan_management_enabled}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization#speculative_plan_management_enabled Organization#speculative_plan_management_enabled}.
---
diff --git a/docs/organization.python.md b/docs/organization.python.md
index 9b5f9b323..84102e198 100644
--- a/docs/organization.python.md
+++ b/docs/organization.python.md
@@ -4,7 +4,7 @@
### Organization
-Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization tfe_organization}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization tfe_organization}.
#### Initializers
@@ -48,19 +48,19 @@ organization.Organization(
| lifecycle
| cdktf.TerraformResourceLifecycle
| *No description.* |
| provider
| cdktf.TerraformProvider
| *No description.* |
| provisioners
| typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]]
| *No description.* |
-| email
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization#email Organization#email}. |
-| name
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization#name Organization#name}. |
-| aggregated_commit_status_enabled
| typing.Union[bool, cdktf.IResolvable]
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization#aggregated_commit_status_enabled Organization#aggregated_commit_status_enabled}. |
-| allow_force_delete_workspaces
| typing.Union[bool, cdktf.IResolvable]
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization#allow_force_delete_workspaces Organization#allow_force_delete_workspaces}. |
-| assessments_enforced
| typing.Union[bool, cdktf.IResolvable]
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization#assessments_enforced Organization#assessments_enforced}. |
-| collaborator_auth_policy
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization#collaborator_auth_policy Organization#collaborator_auth_policy}. |
-| cost_estimation_enabled
| typing.Union[bool, cdktf.IResolvable]
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization#cost_estimation_enabled Organization#cost_estimation_enabled}. |
-| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization#id Organization#id}. |
-| owners_team_saml_role_id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization#owners_team_saml_role_id Organization#owners_team_saml_role_id}. |
-| send_passing_statuses_for_untriggered_speculative_plans
| typing.Union[bool, cdktf.IResolvable]
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization#send_passing_statuses_for_untriggered_speculative_plans Organization#send_passing_statuses_for_untriggered_speculative_plans}. |
-| session_remember_minutes
| typing.Union[int, float]
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization#session_remember_minutes Organization#session_remember_minutes}. |
-| session_timeout_minutes
| typing.Union[int, float]
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization#session_timeout_minutes Organization#session_timeout_minutes}. |
-| speculative_plan_management_enabled
| typing.Union[bool, cdktf.IResolvable]
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization#speculative_plan_management_enabled Organization#speculative_plan_management_enabled}. |
+| email
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization#email Organization#email}. |
+| name
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization#name Organization#name}. |
+| aggregated_commit_status_enabled
| typing.Union[bool, cdktf.IResolvable]
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization#aggregated_commit_status_enabled Organization#aggregated_commit_status_enabled}. |
+| allow_force_delete_workspaces
| typing.Union[bool, cdktf.IResolvable]
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization#allow_force_delete_workspaces Organization#allow_force_delete_workspaces}. |
+| assessments_enforced
| typing.Union[bool, cdktf.IResolvable]
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization#assessments_enforced Organization#assessments_enforced}. |
+| collaborator_auth_policy
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization#collaborator_auth_policy Organization#collaborator_auth_policy}. |
+| cost_estimation_enabled
| typing.Union[bool, cdktf.IResolvable]
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization#cost_estimation_enabled Organization#cost_estimation_enabled}. |
+| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization#id Organization#id}. |
+| owners_team_saml_role_id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization#owners_team_saml_role_id Organization#owners_team_saml_role_id}. |
+| send_passing_statuses_for_untriggered_speculative_plans
| typing.Union[bool, cdktf.IResolvable]
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization#send_passing_statuses_for_untriggered_speculative_plans Organization#send_passing_statuses_for_untriggered_speculative_plans}. |
+| session_remember_minutes
| typing.Union[int, float]
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization#session_remember_minutes Organization#session_remember_minutes}. |
+| session_timeout_minutes
| typing.Union[int, float]
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization#session_timeout_minutes Organization#session_timeout_minutes}. |
+| speculative_plan_management_enabled
| typing.Union[bool, cdktf.IResolvable]
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization#speculative_plan_management_enabled Organization#speculative_plan_management_enabled}. |
---
@@ -128,7 +128,7 @@ Must be unique amongst siblings in the same scope
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization#email Organization#email}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization#email Organization#email}.
---
@@ -136,7 +136,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization#name Organization#name}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization#name Organization#name}.
---
@@ -144,7 +144,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* typing.Union[bool, cdktf.IResolvable]
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization#aggregated_commit_status_enabled Organization#aggregated_commit_status_enabled}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization#aggregated_commit_status_enabled Organization#aggregated_commit_status_enabled}.
---
@@ -152,7 +152,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* typing.Union[bool, cdktf.IResolvable]
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization#allow_force_delete_workspaces Organization#allow_force_delete_workspaces}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization#allow_force_delete_workspaces Organization#allow_force_delete_workspaces}.
---
@@ -160,7 +160,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* typing.Union[bool, cdktf.IResolvable]
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization#assessments_enforced Organization#assessments_enforced}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization#assessments_enforced Organization#assessments_enforced}.
---
@@ -168,7 +168,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization#collaborator_auth_policy Organization#collaborator_auth_policy}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization#collaborator_auth_policy Organization#collaborator_auth_policy}.
---
@@ -176,7 +176,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* typing.Union[bool, cdktf.IResolvable]
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization#cost_estimation_enabled Organization#cost_estimation_enabled}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization#cost_estimation_enabled Organization#cost_estimation_enabled}.
---
@@ -184,7 +184,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization#id Organization#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization#id Organization#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -195,7 +195,7 @@ If you experience problems setting this value it might not be settable. Please t
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization#owners_team_saml_role_id Organization#owners_team_saml_role_id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization#owners_team_saml_role_id Organization#owners_team_saml_role_id}.
---
@@ -203,7 +203,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* typing.Union[bool, cdktf.IResolvable]
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization#send_passing_statuses_for_untriggered_speculative_plans Organization#send_passing_statuses_for_untriggered_speculative_plans}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization#send_passing_statuses_for_untriggered_speculative_plans Organization#send_passing_statuses_for_untriggered_speculative_plans}.
---
@@ -211,7 +211,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* typing.Union[int, float]
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization#session_remember_minutes Organization#session_remember_minutes}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization#session_remember_minutes Organization#session_remember_minutes}.
---
@@ -219,7 +219,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* typing.Union[int, float]
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization#session_timeout_minutes Organization#session_timeout_minutes}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization#session_timeout_minutes Organization#session_timeout_minutes}.
---
@@ -227,7 +227,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* typing.Union[bool, cdktf.IResolvable]
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization#speculative_plan_management_enabled Organization#speculative_plan_management_enabled}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization#speculative_plan_management_enabled Organization#speculative_plan_management_enabled}.
---
@@ -777,7 +777,7 @@ The construct id used in the generated config for the Organization to import.
The id of the existing Organization that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization#import import section} in the documentation of this resource for the id to use
---
@@ -1311,19 +1311,19 @@ organization.OrganizationConfig(
| lifecycle
| cdktf.TerraformResourceLifecycle
| *No description.* |
| provider
| cdktf.TerraformProvider
| *No description.* |
| provisioners
| typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]]
| *No description.* |
-| email
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization#email Organization#email}. |
-| name
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization#name Organization#name}. |
-| aggregated_commit_status_enabled
| typing.Union[bool, cdktf.IResolvable]
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization#aggregated_commit_status_enabled Organization#aggregated_commit_status_enabled}. |
-| allow_force_delete_workspaces
| typing.Union[bool, cdktf.IResolvable]
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization#allow_force_delete_workspaces Organization#allow_force_delete_workspaces}. |
-| assessments_enforced
| typing.Union[bool, cdktf.IResolvable]
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization#assessments_enforced Organization#assessments_enforced}. |
-| collaborator_auth_policy
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization#collaborator_auth_policy Organization#collaborator_auth_policy}. |
-| cost_estimation_enabled
| typing.Union[bool, cdktf.IResolvable]
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization#cost_estimation_enabled Organization#cost_estimation_enabled}. |
-| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization#id Organization#id}. |
-| owners_team_saml_role_id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization#owners_team_saml_role_id Organization#owners_team_saml_role_id}. |
-| send_passing_statuses_for_untriggered_speculative_plans
| typing.Union[bool, cdktf.IResolvable]
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization#send_passing_statuses_for_untriggered_speculative_plans Organization#send_passing_statuses_for_untriggered_speculative_plans}. |
-| session_remember_minutes
| typing.Union[int, float]
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization#session_remember_minutes Organization#session_remember_minutes}. |
-| session_timeout_minutes
| typing.Union[int, float]
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization#session_timeout_minutes Organization#session_timeout_minutes}. |
-| speculative_plan_management_enabled
| typing.Union[bool, cdktf.IResolvable]
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization#speculative_plan_management_enabled Organization#speculative_plan_management_enabled}. |
+| email
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization#email Organization#email}. |
+| name
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization#name Organization#name}. |
+| aggregated_commit_status_enabled
| typing.Union[bool, cdktf.IResolvable]
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization#aggregated_commit_status_enabled Organization#aggregated_commit_status_enabled}. |
+| allow_force_delete_workspaces
| typing.Union[bool, cdktf.IResolvable]
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization#allow_force_delete_workspaces Organization#allow_force_delete_workspaces}. |
+| assessments_enforced
| typing.Union[bool, cdktf.IResolvable]
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization#assessments_enforced Organization#assessments_enforced}. |
+| collaborator_auth_policy
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization#collaborator_auth_policy Organization#collaborator_auth_policy}. |
+| cost_estimation_enabled
| typing.Union[bool, cdktf.IResolvable]
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization#cost_estimation_enabled Organization#cost_estimation_enabled}. |
+| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization#id Organization#id}. |
+| owners_team_saml_role_id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization#owners_team_saml_role_id Organization#owners_team_saml_role_id}. |
+| send_passing_statuses_for_untriggered_speculative_plans
| typing.Union[bool, cdktf.IResolvable]
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization#send_passing_statuses_for_untriggered_speculative_plans Organization#send_passing_statuses_for_untriggered_speculative_plans}. |
+| session_remember_minutes
| typing.Union[int, float]
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization#session_remember_minutes Organization#session_remember_minutes}. |
+| session_timeout_minutes
| typing.Union[int, float]
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization#session_timeout_minutes Organization#session_timeout_minutes}. |
+| speculative_plan_management_enabled
| typing.Union[bool, cdktf.IResolvable]
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization#speculative_plan_management_enabled Organization#speculative_plan_management_enabled}. |
---
@@ -1405,7 +1405,7 @@ email: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization#email Organization#email}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization#email Organization#email}.
---
@@ -1417,7 +1417,7 @@ name: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization#name Organization#name}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization#name Organization#name}.
---
@@ -1429,7 +1429,7 @@ aggregated_commit_status_enabled: typing.Union[bool, IResolvable]
- *Type:* typing.Union[bool, cdktf.IResolvable]
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization#aggregated_commit_status_enabled Organization#aggregated_commit_status_enabled}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization#aggregated_commit_status_enabled Organization#aggregated_commit_status_enabled}.
---
@@ -1441,7 +1441,7 @@ allow_force_delete_workspaces: typing.Union[bool, IResolvable]
- *Type:* typing.Union[bool, cdktf.IResolvable]
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization#allow_force_delete_workspaces Organization#allow_force_delete_workspaces}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization#allow_force_delete_workspaces Organization#allow_force_delete_workspaces}.
---
@@ -1453,7 +1453,7 @@ assessments_enforced: typing.Union[bool, IResolvable]
- *Type:* typing.Union[bool, cdktf.IResolvable]
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization#assessments_enforced Organization#assessments_enforced}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization#assessments_enforced Organization#assessments_enforced}.
---
@@ -1465,7 +1465,7 @@ collaborator_auth_policy: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization#collaborator_auth_policy Organization#collaborator_auth_policy}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization#collaborator_auth_policy Organization#collaborator_auth_policy}.
---
@@ -1477,7 +1477,7 @@ cost_estimation_enabled: typing.Union[bool, IResolvable]
- *Type:* typing.Union[bool, cdktf.IResolvable]
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization#cost_estimation_enabled Organization#cost_estimation_enabled}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization#cost_estimation_enabled Organization#cost_estimation_enabled}.
---
@@ -1489,7 +1489,7 @@ id: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization#id Organization#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization#id Organization#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -1504,7 +1504,7 @@ owners_team_saml_role_id: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization#owners_team_saml_role_id Organization#owners_team_saml_role_id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization#owners_team_saml_role_id Organization#owners_team_saml_role_id}.
---
@@ -1516,7 +1516,7 @@ send_passing_statuses_for_untriggered_speculative_plans: typing.Union[bool, IRes
- *Type:* typing.Union[bool, cdktf.IResolvable]
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization#send_passing_statuses_for_untriggered_speculative_plans Organization#send_passing_statuses_for_untriggered_speculative_plans}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization#send_passing_statuses_for_untriggered_speculative_plans Organization#send_passing_statuses_for_untriggered_speculative_plans}.
---
@@ -1528,7 +1528,7 @@ session_remember_minutes: typing.Union[int, float]
- *Type:* typing.Union[int, float]
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization#session_remember_minutes Organization#session_remember_minutes}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization#session_remember_minutes Organization#session_remember_minutes}.
---
@@ -1540,7 +1540,7 @@ session_timeout_minutes: typing.Union[int, float]
- *Type:* typing.Union[int, float]
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization#session_timeout_minutes Organization#session_timeout_minutes}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization#session_timeout_minutes Organization#session_timeout_minutes}.
---
@@ -1552,7 +1552,7 @@ speculative_plan_management_enabled: typing.Union[bool, IResolvable]
- *Type:* typing.Union[bool, cdktf.IResolvable]
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization#speculative_plan_management_enabled Organization#speculative_plan_management_enabled}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization#speculative_plan_management_enabled Organization#speculative_plan_management_enabled}.
---
diff --git a/docs/organization.typescript.md b/docs/organization.typescript.md
index 3428f8cde..bc99fa631 100644
--- a/docs/organization.typescript.md
+++ b/docs/organization.typescript.md
@@ -4,7 +4,7 @@
### Organization
-Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization tfe_organization}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization tfe_organization}.
#### Initializers
@@ -544,7 +544,7 @@ The construct id used in the generated config for the Organization to import.
The id of the existing Organization that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization#import import section} in the documentation of this resource for the id to use
---
@@ -1057,19 +1057,19 @@ const organizationConfig: organization.OrganizationConfig = { ... }
| lifecycle
| cdktf.TerraformResourceLifecycle
| *No description.* |
| provider
| cdktf.TerraformProvider
| *No description.* |
| provisioners
| cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[]
| *No description.* |
-| email
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization#email Organization#email}. |
-| name
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization#name Organization#name}. |
-| aggregatedCommitStatusEnabled
| boolean \| cdktf.IResolvable
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization#aggregated_commit_status_enabled Organization#aggregated_commit_status_enabled}. |
-| allowForceDeleteWorkspaces
| boolean \| cdktf.IResolvable
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization#allow_force_delete_workspaces Organization#allow_force_delete_workspaces}. |
-| assessmentsEnforced
| boolean \| cdktf.IResolvable
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization#assessments_enforced Organization#assessments_enforced}. |
-| collaboratorAuthPolicy
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization#collaborator_auth_policy Organization#collaborator_auth_policy}. |
-| costEstimationEnabled
| boolean \| cdktf.IResolvable
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization#cost_estimation_enabled Organization#cost_estimation_enabled}. |
-| id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization#id Organization#id}. |
-| ownersTeamSamlRoleId
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization#owners_team_saml_role_id Organization#owners_team_saml_role_id}. |
-| sendPassingStatusesForUntriggeredSpeculativePlans
| boolean \| cdktf.IResolvable
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization#send_passing_statuses_for_untriggered_speculative_plans Organization#send_passing_statuses_for_untriggered_speculative_plans}. |
-| sessionRememberMinutes
| number
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization#session_remember_minutes Organization#session_remember_minutes}. |
-| sessionTimeoutMinutes
| number
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization#session_timeout_minutes Organization#session_timeout_minutes}. |
-| speculativePlanManagementEnabled
| boolean \| cdktf.IResolvable
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization#speculative_plan_management_enabled Organization#speculative_plan_management_enabled}. |
+| email
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization#email Organization#email}. |
+| name
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization#name Organization#name}. |
+| aggregatedCommitStatusEnabled
| boolean \| cdktf.IResolvable
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization#aggregated_commit_status_enabled Organization#aggregated_commit_status_enabled}. |
+| allowForceDeleteWorkspaces
| boolean \| cdktf.IResolvable
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization#allow_force_delete_workspaces Organization#allow_force_delete_workspaces}. |
+| assessmentsEnforced
| boolean \| cdktf.IResolvable
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization#assessments_enforced Organization#assessments_enforced}. |
+| collaboratorAuthPolicy
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization#collaborator_auth_policy Organization#collaborator_auth_policy}. |
+| costEstimationEnabled
| boolean \| cdktf.IResolvable
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization#cost_estimation_enabled Organization#cost_estimation_enabled}. |
+| id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization#id Organization#id}. |
+| ownersTeamSamlRoleId
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization#owners_team_saml_role_id Organization#owners_team_saml_role_id}. |
+| sendPassingStatusesForUntriggeredSpeculativePlans
| boolean \| cdktf.IResolvable
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization#send_passing_statuses_for_untriggered_speculative_plans Organization#send_passing_statuses_for_untriggered_speculative_plans}. |
+| sessionRememberMinutes
| number
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization#session_remember_minutes Organization#session_remember_minutes}. |
+| sessionTimeoutMinutes
| number
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization#session_timeout_minutes Organization#session_timeout_minutes}. |
+| speculativePlanManagementEnabled
| boolean \| cdktf.IResolvable
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization#speculative_plan_management_enabled Organization#speculative_plan_management_enabled}. |
---
@@ -1151,7 +1151,7 @@ public readonly email: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization#email Organization#email}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization#email Organization#email}.
---
@@ -1163,7 +1163,7 @@ public readonly name: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization#name Organization#name}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization#name Organization#name}.
---
@@ -1175,7 +1175,7 @@ public readonly aggregatedCommitStatusEnabled: boolean | IResolvable;
- *Type:* boolean | cdktf.IResolvable
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization#aggregated_commit_status_enabled Organization#aggregated_commit_status_enabled}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization#aggregated_commit_status_enabled Organization#aggregated_commit_status_enabled}.
---
@@ -1187,7 +1187,7 @@ public readonly allowForceDeleteWorkspaces: boolean | IResolvable;
- *Type:* boolean | cdktf.IResolvable
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization#allow_force_delete_workspaces Organization#allow_force_delete_workspaces}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization#allow_force_delete_workspaces Organization#allow_force_delete_workspaces}.
---
@@ -1199,7 +1199,7 @@ public readonly assessmentsEnforced: boolean | IResolvable;
- *Type:* boolean | cdktf.IResolvable
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization#assessments_enforced Organization#assessments_enforced}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization#assessments_enforced Organization#assessments_enforced}.
---
@@ -1211,7 +1211,7 @@ public readonly collaboratorAuthPolicy: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization#collaborator_auth_policy Organization#collaborator_auth_policy}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization#collaborator_auth_policy Organization#collaborator_auth_policy}.
---
@@ -1223,7 +1223,7 @@ public readonly costEstimationEnabled: boolean | IResolvable;
- *Type:* boolean | cdktf.IResolvable
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization#cost_estimation_enabled Organization#cost_estimation_enabled}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization#cost_estimation_enabled Organization#cost_estimation_enabled}.
---
@@ -1235,7 +1235,7 @@ public readonly id: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization#id Organization#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization#id Organization#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -1250,7 +1250,7 @@ public readonly ownersTeamSamlRoleId: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization#owners_team_saml_role_id Organization#owners_team_saml_role_id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization#owners_team_saml_role_id Organization#owners_team_saml_role_id}.
---
@@ -1262,7 +1262,7 @@ public readonly sendPassingStatusesForUntriggeredSpeculativePlans: boolean | IRe
- *Type:* boolean | cdktf.IResolvable
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization#send_passing_statuses_for_untriggered_speculative_plans Organization#send_passing_statuses_for_untriggered_speculative_plans}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization#send_passing_statuses_for_untriggered_speculative_plans Organization#send_passing_statuses_for_untriggered_speculative_plans}.
---
@@ -1274,7 +1274,7 @@ public readonly sessionRememberMinutes: number;
- *Type:* number
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization#session_remember_minutes Organization#session_remember_minutes}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization#session_remember_minutes Organization#session_remember_minutes}.
---
@@ -1286,7 +1286,7 @@ public readonly sessionTimeoutMinutes: number;
- *Type:* number
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization#session_timeout_minutes Organization#session_timeout_minutes}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization#session_timeout_minutes Organization#session_timeout_minutes}.
---
@@ -1298,7 +1298,7 @@ public readonly speculativePlanManagementEnabled: boolean | IResolvable;
- *Type:* boolean | cdktf.IResolvable
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization#speculative_plan_management_enabled Organization#speculative_plan_management_enabled}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization#speculative_plan_management_enabled Organization#speculative_plan_management_enabled}.
---
diff --git a/docs/organizationDefaultSettings.csharp.md b/docs/organizationDefaultSettings.csharp.md
index c96482eb0..0eec87ff2 100644
--- a/docs/organizationDefaultSettings.csharp.md
+++ b/docs/organizationDefaultSettings.csharp.md
@@ -4,7 +4,7 @@
### OrganizationDefaultSettings
-Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization_default_settings tfe_organization_default_settings}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization_default_settings tfe_organization_default_settings}.
#### Initializers
@@ -488,7 +488,7 @@ The construct id used in the generated config for the OrganizationDefaultSetting
The id of the existing OrganizationDefaultSettings that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization_default_settings#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization_default_settings#import import section} in the documentation of this resource for the id to use
---
@@ -804,10 +804,10 @@ new OrganizationDefaultSettingsConfig {
| Lifecycle
| HashiCorp.Cdktf.TerraformResourceLifecycle
| *No description.* |
| Provider
| HashiCorp.Cdktf.TerraformProvider
| *No description.* |
| Provisioners
| object[]
| *No description.* |
-| DefaultExecutionMode
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization_default_settings#default_execution_mode OrganizationDefaultSettings#default_execution_mode}. |
-| DefaultAgentPoolId
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization_default_settings#default_agent_pool_id OrganizationDefaultSettings#default_agent_pool_id}. |
-| Id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization_default_settings#id OrganizationDefaultSettings#id}. |
-| Organization
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization_default_settings#organization OrganizationDefaultSettings#organization}. |
+| DefaultExecutionMode
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization_default_settings#default_execution_mode OrganizationDefaultSettings#default_execution_mode}. |
+| DefaultAgentPoolId
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization_default_settings#default_agent_pool_id OrganizationDefaultSettings#default_agent_pool_id}. |
+| Id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization_default_settings#id OrganizationDefaultSettings#id}. |
+| Organization
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization_default_settings#organization OrganizationDefaultSettings#organization}. |
---
@@ -889,7 +889,7 @@ public string DefaultExecutionMode { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization_default_settings#default_execution_mode OrganizationDefaultSettings#default_execution_mode}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization_default_settings#default_execution_mode OrganizationDefaultSettings#default_execution_mode}.
---
@@ -901,7 +901,7 @@ public string DefaultAgentPoolId { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization_default_settings#default_agent_pool_id OrganizationDefaultSettings#default_agent_pool_id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization_default_settings#default_agent_pool_id OrganizationDefaultSettings#default_agent_pool_id}.
---
@@ -913,7 +913,7 @@ public string Id { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization_default_settings#id OrganizationDefaultSettings#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization_default_settings#id OrganizationDefaultSettings#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you 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 @@ public string Organization { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization_default_settings#organization OrganizationDefaultSettings#organization}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization_default_settings#organization OrganizationDefaultSettings#organization}.
---
diff --git a/docs/organizationDefaultSettings.go.md b/docs/organizationDefaultSettings.go.md
index 01be801de..9914a8f3d 100644
--- a/docs/organizationDefaultSettings.go.md
+++ b/docs/organizationDefaultSettings.go.md
@@ -4,7 +4,7 @@
### OrganizationDefaultSettings
-Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization_default_settings tfe_organization_default_settings}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization_default_settings tfe_organization_default_settings}.
#### Initializers
@@ -488,7 +488,7 @@ The construct id used in the generated config for the OrganizationDefaultSetting
The id of the existing OrganizationDefaultSettings that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization_default_settings#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization_default_settings#import import section} in the documentation of this resource for the id to use
---
@@ -804,10 +804,10 @@ import "github.com/cdktf/cdktf-provider-tfe-go/tfe/v11/organizationdefaultsettin
| 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.* |
-| DefaultExecutionMode
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization_default_settings#default_execution_mode OrganizationDefaultSettings#default_execution_mode}. |
-| DefaultAgentPoolId
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization_default_settings#default_agent_pool_id OrganizationDefaultSettings#default_agent_pool_id}. |
-| Id
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization_default_settings#id OrganizationDefaultSettings#id}. |
-| Organization
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization_default_settings#organization OrganizationDefaultSettings#organization}. |
+| DefaultExecutionMode
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization_default_settings#default_execution_mode OrganizationDefaultSettings#default_execution_mode}. |
+| DefaultAgentPoolId
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization_default_settings#default_agent_pool_id OrganizationDefaultSettings#default_agent_pool_id}. |
+| Id
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization_default_settings#id OrganizationDefaultSettings#id}. |
+| Organization
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization_default_settings#organization OrganizationDefaultSettings#organization}. |
---
@@ -889,7 +889,7 @@ DefaultExecutionMode *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization_default_settings#default_execution_mode OrganizationDefaultSettings#default_execution_mode}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization_default_settings#default_execution_mode OrganizationDefaultSettings#default_execution_mode}.
---
@@ -901,7 +901,7 @@ DefaultAgentPoolId *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization_default_settings#default_agent_pool_id OrganizationDefaultSettings#default_agent_pool_id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization_default_settings#default_agent_pool_id OrganizationDefaultSettings#default_agent_pool_id}.
---
@@ -913,7 +913,7 @@ Id *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization_default_settings#id OrganizationDefaultSettings#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization_default_settings#id OrganizationDefaultSettings#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you 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 @@ Organization *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization_default_settings#organization OrganizationDefaultSettings#organization}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization_default_settings#organization OrganizationDefaultSettings#organization}.
---
diff --git a/docs/organizationDefaultSettings.java.md b/docs/organizationDefaultSettings.java.md
index 6e19a799e..3d981a078 100644
--- a/docs/organizationDefaultSettings.java.md
+++ b/docs/organizationDefaultSettings.java.md
@@ -4,7 +4,7 @@
### OrganizationDefaultSettings
-Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization_default_settings tfe_organization_default_settings}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization_default_settings tfe_organization_default_settings}.
#### Initializers
@@ -41,10 +41,10 @@ OrganizationDefaultSettings.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.* |
-| defaultExecutionMode
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization_default_settings#default_execution_mode OrganizationDefaultSettings#default_execution_mode}. |
-| defaultAgentPoolId
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization_default_settings#default_agent_pool_id OrganizationDefaultSettings#default_agent_pool_id}. |
-| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization_default_settings#id OrganizationDefaultSettings#id}. |
-| organization
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization_default_settings#organization OrganizationDefaultSettings#organization}. |
+| defaultExecutionMode
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization_default_settings#default_execution_mode OrganizationDefaultSettings#default_execution_mode}. |
+| defaultAgentPoolId
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization_default_settings#default_agent_pool_id OrganizationDefaultSettings#default_agent_pool_id}. |
+| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization_default_settings#id OrganizationDefaultSettings#id}. |
+| organization
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization_default_settings#organization OrganizationDefaultSettings#organization}. |
---
@@ -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/hashicorp/tfe/0.60.1/docs/resources/organization_default_settings#default_execution_mode OrganizationDefaultSettings#default_execution_mode}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization_default_settings#default_execution_mode OrganizationDefaultSettings#default_execution_mode}.
---
@@ -120,7 +120,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization_default_settings#default_agent_pool_id OrganizationDefaultSettings#default_agent_pool_id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization_default_settings#default_agent_pool_id OrganizationDefaultSettings#default_agent_pool_id}.
---
@@ -128,7 +128,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization_default_settings#id OrganizationDefaultSettings#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization_default_settings#id OrganizationDefaultSettings#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you 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/hashicorp/tfe/0.60.1/docs/resources/organization_default_settings#organization OrganizationDefaultSettings#organization}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization_default_settings#organization OrganizationDefaultSettings#organization}.
---
@@ -587,7 +587,7 @@ The construct id used in the generated config for the OrganizationDefaultSetting
The id of the existing OrganizationDefaultSettings that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization_default_settings#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization_default_settings#import import section} in the documentation of this resource for the id to use
---
@@ -907,10 +907,10 @@ OrganizationDefaultSettingsConfig.builder()
| lifecycle
| com.hashicorp.cdktf.TerraformResourceLifecycle
| *No description.* |
| provider
| com.hashicorp.cdktf.TerraformProvider
| *No description.* |
| provisioners
| java.util.List
| *No description.* |
-| defaultExecutionMode
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization_default_settings#default_execution_mode OrganizationDefaultSettings#default_execution_mode}. |
-| defaultAgentPoolId
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization_default_settings#default_agent_pool_id OrganizationDefaultSettings#default_agent_pool_id}. |
-| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization_default_settings#id OrganizationDefaultSettings#id}. |
-| organization
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization_default_settings#organization OrganizationDefaultSettings#organization}. |
+| defaultExecutionMode
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization_default_settings#default_execution_mode OrganizationDefaultSettings#default_execution_mode}. |
+| defaultAgentPoolId
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization_default_settings#default_agent_pool_id OrganizationDefaultSettings#default_agent_pool_id}. |
+| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization_default_settings#id OrganizationDefaultSettings#id}. |
+| organization
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization_default_settings#organization OrganizationDefaultSettings#organization}. |
---
@@ -992,7 +992,7 @@ public java.lang.String getDefaultExecutionMode();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization_default_settings#default_execution_mode OrganizationDefaultSettings#default_execution_mode}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization_default_settings#default_execution_mode OrganizationDefaultSettings#default_execution_mode}.
---
@@ -1004,7 +1004,7 @@ public java.lang.String getDefaultAgentPoolId();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization_default_settings#default_agent_pool_id OrganizationDefaultSettings#default_agent_pool_id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization_default_settings#default_agent_pool_id OrganizationDefaultSettings#default_agent_pool_id}.
---
@@ -1016,7 +1016,7 @@ public java.lang.String getId();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization_default_settings#id OrganizationDefaultSettings#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization_default_settings#id OrganizationDefaultSettings#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -1031,7 +1031,7 @@ public java.lang.String getOrganization();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization_default_settings#organization OrganizationDefaultSettings#organization}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization_default_settings#organization OrganizationDefaultSettings#organization}.
---
diff --git a/docs/organizationDefaultSettings.python.md b/docs/organizationDefaultSettings.python.md
index 4ce7d31f1..ef86016b4 100644
--- a/docs/organizationDefaultSettings.python.md
+++ b/docs/organizationDefaultSettings.python.md
@@ -4,7 +4,7 @@
### OrganizationDefaultSettings
-Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization_default_settings tfe_organization_default_settings}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization_default_settings tfe_organization_default_settings}.
#### Initializers
@@ -39,10 +39,10 @@ organizationDefaultSettings.OrganizationDefaultSettings(
| lifecycle
| cdktf.TerraformResourceLifecycle
| *No description.* |
| provider
| cdktf.TerraformProvider
| *No description.* |
| provisioners
| typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]]
| *No description.* |
-| default_execution_mode
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization_default_settings#default_execution_mode OrganizationDefaultSettings#default_execution_mode}. |
-| default_agent_pool_id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization_default_settings#default_agent_pool_id OrganizationDefaultSettings#default_agent_pool_id}. |
-| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization_default_settings#id OrganizationDefaultSettings#id}. |
-| organization
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization_default_settings#organization OrganizationDefaultSettings#organization}. |
+| default_execution_mode
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization_default_settings#default_execution_mode OrganizationDefaultSettings#default_execution_mode}. |
+| default_agent_pool_id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization_default_settings#default_agent_pool_id OrganizationDefaultSettings#default_agent_pool_id}. |
+| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization_default_settings#id OrganizationDefaultSettings#id}. |
+| organization
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization_default_settings#organization OrganizationDefaultSettings#organization}. |
---
@@ -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/hashicorp/tfe/0.60.1/docs/resources/organization_default_settings#default_execution_mode OrganizationDefaultSettings#default_execution_mode}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization_default_settings#default_execution_mode OrganizationDefaultSettings#default_execution_mode}.
---
@@ -118,7 +118,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization_default_settings#default_agent_pool_id OrganizationDefaultSettings#default_agent_pool_id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization_default_settings#default_agent_pool_id OrganizationDefaultSettings#default_agent_pool_id}.
---
@@ -126,7 +126,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization_default_settings#id OrganizationDefaultSettings#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization_default_settings#id OrganizationDefaultSettings#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you 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/hashicorp/tfe/0.60.1/docs/resources/organization_default_settings#organization OrganizationDefaultSettings#organization}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization_default_settings#organization OrganizationDefaultSettings#organization}.
---
@@ -631,7 +631,7 @@ The construct id used in the generated config for the OrganizationDefaultSetting
The id of the existing OrganizationDefaultSettings that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization_default_settings#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization_default_settings#import import section} in the documentation of this resource for the id to use
---
@@ -947,10 +947,10 @@ organizationDefaultSettings.OrganizationDefaultSettingsConfig(
| lifecycle
| cdktf.TerraformResourceLifecycle
| *No description.* |
| provider
| cdktf.TerraformProvider
| *No description.* |
| provisioners
| typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]]
| *No description.* |
-| default_execution_mode
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization_default_settings#default_execution_mode OrganizationDefaultSettings#default_execution_mode}. |
-| default_agent_pool_id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization_default_settings#default_agent_pool_id OrganizationDefaultSettings#default_agent_pool_id}. |
-| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization_default_settings#id OrganizationDefaultSettings#id}. |
-| organization
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization_default_settings#organization OrganizationDefaultSettings#organization}. |
+| default_execution_mode
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization_default_settings#default_execution_mode OrganizationDefaultSettings#default_execution_mode}. |
+| default_agent_pool_id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization_default_settings#default_agent_pool_id OrganizationDefaultSettings#default_agent_pool_id}. |
+| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization_default_settings#id OrganizationDefaultSettings#id}. |
+| organization
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization_default_settings#organization OrganizationDefaultSettings#organization}. |
---
@@ -1032,7 +1032,7 @@ default_execution_mode: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization_default_settings#default_execution_mode OrganizationDefaultSettings#default_execution_mode}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization_default_settings#default_execution_mode OrganizationDefaultSettings#default_execution_mode}.
---
@@ -1044,7 +1044,7 @@ default_agent_pool_id: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization_default_settings#default_agent_pool_id OrganizationDefaultSettings#default_agent_pool_id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization_default_settings#default_agent_pool_id OrganizationDefaultSettings#default_agent_pool_id}.
---
@@ -1056,7 +1056,7 @@ id: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization_default_settings#id OrganizationDefaultSettings#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization_default_settings#id OrganizationDefaultSettings#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -1071,7 +1071,7 @@ organization: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization_default_settings#organization OrganizationDefaultSettings#organization}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization_default_settings#organization OrganizationDefaultSettings#organization}.
---
diff --git a/docs/organizationDefaultSettings.typescript.md b/docs/organizationDefaultSettings.typescript.md
index 03453b582..f86f15ec7 100644
--- a/docs/organizationDefaultSettings.typescript.md
+++ b/docs/organizationDefaultSettings.typescript.md
@@ -4,7 +4,7 @@
### OrganizationDefaultSettings
-Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization_default_settings tfe_organization_default_settings}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization_default_settings tfe_organization_default_settings}.
#### Initializers
@@ -488,7 +488,7 @@ The construct id used in the generated config for the OrganizationDefaultSetting
The id of the existing OrganizationDefaultSettings that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization_default_settings#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization_default_settings#import import section} in the documentation of this resource for the id to use
---
@@ -792,10 +792,10 @@ const organizationDefaultSettingsConfig: organizationDefaultSettings.Organizatio
| lifecycle
| cdktf.TerraformResourceLifecycle
| *No description.* |
| provider
| cdktf.TerraformProvider
| *No description.* |
| provisioners
| cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[]
| *No description.* |
-| defaultExecutionMode
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization_default_settings#default_execution_mode OrganizationDefaultSettings#default_execution_mode}. |
-| defaultAgentPoolId
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization_default_settings#default_agent_pool_id OrganizationDefaultSettings#default_agent_pool_id}. |
-| id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization_default_settings#id OrganizationDefaultSettings#id}. |
-| organization
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization_default_settings#organization OrganizationDefaultSettings#organization}. |
+| defaultExecutionMode
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization_default_settings#default_execution_mode OrganizationDefaultSettings#default_execution_mode}. |
+| defaultAgentPoolId
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization_default_settings#default_agent_pool_id OrganizationDefaultSettings#default_agent_pool_id}. |
+| id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization_default_settings#id OrganizationDefaultSettings#id}. |
+| organization
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization_default_settings#organization OrganizationDefaultSettings#organization}. |
---
@@ -877,7 +877,7 @@ public readonly defaultExecutionMode: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization_default_settings#default_execution_mode OrganizationDefaultSettings#default_execution_mode}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization_default_settings#default_execution_mode OrganizationDefaultSettings#default_execution_mode}.
---
@@ -889,7 +889,7 @@ public readonly defaultAgentPoolId: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization_default_settings#default_agent_pool_id OrganizationDefaultSettings#default_agent_pool_id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization_default_settings#default_agent_pool_id OrganizationDefaultSettings#default_agent_pool_id}.
---
@@ -901,7 +901,7 @@ public readonly id: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization_default_settings#id OrganizationDefaultSettings#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization_default_settings#id OrganizationDefaultSettings#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you 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 readonly organization: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization_default_settings#organization OrganizationDefaultSettings#organization}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization_default_settings#organization OrganizationDefaultSettings#organization}.
---
diff --git a/docs/organizationMembership.csharp.md b/docs/organizationMembership.csharp.md
index 9a40fe111..1cc768754 100644
--- a/docs/organizationMembership.csharp.md
+++ b/docs/organizationMembership.csharp.md
@@ -4,7 +4,7 @@
### OrganizationMembership
-Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization_membership tfe_organization_membership}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization_membership tfe_organization_membership}.
#### Initializers
@@ -481,7 +481,7 @@ The construct id used in the generated config for the OrganizationMembership to
The id of the existing OrganizationMembership that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization_membership#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization_membership#import import section} in the documentation of this resource for the id to use
---
@@ -796,9 +796,9 @@ new OrganizationMembershipConfig {
| Lifecycle
| HashiCorp.Cdktf.TerraformResourceLifecycle
| *No description.* |
| Provider
| HashiCorp.Cdktf.TerraformProvider
| *No description.* |
| Provisioners
| object[]
| *No description.* |
-| Email
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization_membership#email OrganizationMembership#email}. |
-| Id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization_membership#id OrganizationMembership#id}. |
-| Organization
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization_membership#organization OrganizationMembership#organization}. |
+| Email
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization_membership#email OrganizationMembership#email}. |
+| Id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization_membership#id OrganizationMembership#id}. |
+| Organization
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization_membership#organization OrganizationMembership#organization}. |
---
@@ -880,7 +880,7 @@ public string Email { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization_membership#email OrganizationMembership#email}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization_membership#email OrganizationMembership#email}.
---
@@ -892,7 +892,7 @@ public string Id { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization_membership#id OrganizationMembership#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization_membership#id OrganizationMembership#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -907,7 +907,7 @@ public string Organization { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization_membership#organization OrganizationMembership#organization}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization_membership#organization OrganizationMembership#organization}.
---
diff --git a/docs/organizationMembership.go.md b/docs/organizationMembership.go.md
index b7bb4bc4f..b12bd0581 100644
--- a/docs/organizationMembership.go.md
+++ b/docs/organizationMembership.go.md
@@ -4,7 +4,7 @@
### OrganizationMembership
-Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization_membership tfe_organization_membership}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization_membership tfe_organization_membership}.
#### Initializers
@@ -481,7 +481,7 @@ The construct id used in the generated config for the OrganizationMembership to
The id of the existing OrganizationMembership that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization_membership#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization_membership#import import section} in the documentation of this resource for the id to use
---
@@ -796,9 +796,9 @@ import "github.com/cdktf/cdktf-provider-tfe-go/tfe/v11/organizationmembership"
| 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.* |
-| Email
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization_membership#email OrganizationMembership#email}. |
-| Id
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization_membership#id OrganizationMembership#id}. |
-| Organization
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization_membership#organization OrganizationMembership#organization}. |
+| Email
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization_membership#email OrganizationMembership#email}. |
+| Id
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization_membership#id OrganizationMembership#id}. |
+| Organization
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization_membership#organization OrganizationMembership#organization}. |
---
@@ -880,7 +880,7 @@ Email *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization_membership#email OrganizationMembership#email}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization_membership#email OrganizationMembership#email}.
---
@@ -892,7 +892,7 @@ Id *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization_membership#id OrganizationMembership#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization_membership#id OrganizationMembership#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -907,7 +907,7 @@ Organization *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization_membership#organization OrganizationMembership#organization}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization_membership#organization OrganizationMembership#organization}.
---
diff --git a/docs/organizationMembership.java.md b/docs/organizationMembership.java.md
index 9c0b2da32..32cbc2b9b 100644
--- a/docs/organizationMembership.java.md
+++ b/docs/organizationMembership.java.md
@@ -4,7 +4,7 @@
### OrganizationMembership
-Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization_membership tfe_organization_membership}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization_membership tfe_organization_membership}.
#### Initializers
@@ -40,9 +40,9 @@ OrganizationMembership.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.* |
-| email
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization_membership#email OrganizationMembership#email}. |
-| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization_membership#id OrganizationMembership#id}. |
-| organization
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization_membership#organization OrganizationMembership#organization}. |
+| email
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization_membership#email OrganizationMembership#email}. |
+| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization_membership#id OrganizationMembership#id}. |
+| organization
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization_membership#organization OrganizationMembership#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/hashicorp/tfe/0.60.1/docs/resources/organization_membership#email OrganizationMembership#email}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization_membership#email OrganizationMembership#email}.
---
@@ -118,7 +118,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization_membership#id OrganizationMembership#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization_membership#id OrganizationMembership#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you 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/hashicorp/tfe/0.60.1/docs/resources/organization_membership#organization OrganizationMembership#organization}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization_membership#organization OrganizationMembership#organization}.
---
@@ -570,7 +570,7 @@ The construct id used in the generated config for the OrganizationMembership to
The id of the existing OrganizationMembership that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization_membership#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization_membership#import import section} in the documentation of this resource for the id to use
---
@@ -889,9 +889,9 @@ OrganizationMembershipConfig.builder()
| lifecycle
| com.hashicorp.cdktf.TerraformResourceLifecycle
| *No description.* |
| provider
| com.hashicorp.cdktf.TerraformProvider
| *No description.* |
| provisioners
| java.util.List
| *No description.* |
-| email
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization_membership#email OrganizationMembership#email}. |
-| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization_membership#id OrganizationMembership#id}. |
-| organization
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization_membership#organization OrganizationMembership#organization}. |
+| email
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization_membership#email OrganizationMembership#email}. |
+| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization_membership#id OrganizationMembership#id}. |
+| organization
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization_membership#organization OrganizationMembership#organization}. |
---
@@ -973,7 +973,7 @@ public java.lang.String getEmail();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization_membership#email OrganizationMembership#email}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization_membership#email OrganizationMembership#email}.
---
@@ -985,7 +985,7 @@ public java.lang.String getId();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization_membership#id OrganizationMembership#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization_membership#id OrganizationMembership#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -1000,7 +1000,7 @@ public java.lang.String getOrganization();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization_membership#organization OrganizationMembership#organization}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization_membership#organization OrganizationMembership#organization}.
---
diff --git a/docs/organizationMembership.python.md b/docs/organizationMembership.python.md
index 2743ed567..1daf68bdb 100644
--- a/docs/organizationMembership.python.md
+++ b/docs/organizationMembership.python.md
@@ -4,7 +4,7 @@
### OrganizationMembership
-Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization_membership tfe_organization_membership}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization_membership tfe_organization_membership}.
#### Initializers
@@ -38,9 +38,9 @@ organizationMembership.OrganizationMembership(
| lifecycle
| cdktf.TerraformResourceLifecycle
| *No description.* |
| provider
| cdktf.TerraformProvider
| *No description.* |
| provisioners
| typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]]
| *No description.* |
-| email
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization_membership#email OrganizationMembership#email}. |
-| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization_membership#id OrganizationMembership#id}. |
-| organization
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization_membership#organization OrganizationMembership#organization}. |
+| email
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization_membership#email OrganizationMembership#email}. |
+| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization_membership#id OrganizationMembership#id}. |
+| organization
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization_membership#organization OrganizationMembership#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/hashicorp/tfe/0.60.1/docs/resources/organization_membership#email OrganizationMembership#email}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization_membership#email OrganizationMembership#email}.
---
@@ -116,7 +116,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization_membership#id OrganizationMembership#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization_membership#id OrganizationMembership#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you 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/hashicorp/tfe/0.60.1/docs/resources/organization_membership#organization OrganizationMembership#organization}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization_membership#organization OrganizationMembership#organization}.
---
@@ -614,7 +614,7 @@ The construct id used in the generated config for the OrganizationMembership to
The id of the existing OrganizationMembership that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization_membership#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization_membership#import import section} in the documentation of this resource for the id to use
---
@@ -929,9 +929,9 @@ organizationMembership.OrganizationMembershipConfig(
| lifecycle
| cdktf.TerraformResourceLifecycle
| *No description.* |
| provider
| cdktf.TerraformProvider
| *No description.* |
| provisioners
| typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]]
| *No description.* |
-| email
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization_membership#email OrganizationMembership#email}. |
-| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization_membership#id OrganizationMembership#id}. |
-| organization
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization_membership#organization OrganizationMembership#organization}. |
+| email
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization_membership#email OrganizationMembership#email}. |
+| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization_membership#id OrganizationMembership#id}. |
+| organization
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization_membership#organization OrganizationMembership#organization}. |
---
@@ -1013,7 +1013,7 @@ email: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization_membership#email OrganizationMembership#email}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization_membership#email OrganizationMembership#email}.
---
@@ -1025,7 +1025,7 @@ id: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization_membership#id OrganizationMembership#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization_membership#id OrganizationMembership#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -1040,7 +1040,7 @@ organization: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization_membership#organization OrganizationMembership#organization}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization_membership#organization OrganizationMembership#organization}.
---
diff --git a/docs/organizationMembership.typescript.md b/docs/organizationMembership.typescript.md
index 0333d20c1..cda981308 100644
--- a/docs/organizationMembership.typescript.md
+++ b/docs/organizationMembership.typescript.md
@@ -4,7 +4,7 @@
### OrganizationMembership
-Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization_membership tfe_organization_membership}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization_membership tfe_organization_membership}.
#### Initializers
@@ -481,7 +481,7 @@ The construct id used in the generated config for the OrganizationMembership to
The id of the existing OrganizationMembership that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization_membership#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization_membership#import import section} in the documentation of this resource for the id to use
---
@@ -785,9 +785,9 @@ const organizationMembershipConfig: organizationMembership.OrganizationMembershi
| lifecycle
| cdktf.TerraformResourceLifecycle
| *No description.* |
| provider
| cdktf.TerraformProvider
| *No description.* |
| provisioners
| cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[]
| *No description.* |
-| email
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization_membership#email OrganizationMembership#email}. |
-| id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization_membership#id OrganizationMembership#id}. |
-| organization
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization_membership#organization OrganizationMembership#organization}. |
+| email
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization_membership#email OrganizationMembership#email}. |
+| id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization_membership#id OrganizationMembership#id}. |
+| organization
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization_membership#organization OrganizationMembership#organization}. |
---
@@ -869,7 +869,7 @@ public readonly email: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization_membership#email OrganizationMembership#email}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization_membership#email OrganizationMembership#email}.
---
@@ -881,7 +881,7 @@ public readonly id: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization_membership#id OrganizationMembership#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization_membership#id OrganizationMembership#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -896,7 +896,7 @@ public readonly organization: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization_membership#organization OrganizationMembership#organization}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization_membership#organization OrganizationMembership#organization}.
---
diff --git a/docs/organizationModuleSharing.csharp.md b/docs/organizationModuleSharing.csharp.md
index 1971c8c6d..09fa50de1 100644
--- a/docs/organizationModuleSharing.csharp.md
+++ b/docs/organizationModuleSharing.csharp.md
@@ -4,7 +4,7 @@
### OrganizationModuleSharing
-Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization_module_sharing tfe_organization_module_sharing}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization_module_sharing tfe_organization_module_sharing}.
#### Initializers
@@ -481,7 +481,7 @@ The construct id used in the generated config for the OrganizationModuleSharing
The id of the existing OrganizationModuleSharing that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization_module_sharing#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization_module_sharing#import import section} in the documentation of this resource for the id to use
---
@@ -774,9 +774,9 @@ new OrganizationModuleSharingConfig {
| Lifecycle
| HashiCorp.Cdktf.TerraformResourceLifecycle
| *No description.* |
| Provider
| HashiCorp.Cdktf.TerraformProvider
| *No description.* |
| Provisioners
| object[]
| *No description.* |
-| ModuleConsumers
| string[]
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization_module_sharing#module_consumers OrganizationModuleSharing#module_consumers}. |
-| Id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization_module_sharing#id OrganizationModuleSharing#id}. |
-| Organization
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization_module_sharing#organization OrganizationModuleSharing#organization}. |
+| ModuleConsumers
| string[]
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization_module_sharing#module_consumers OrganizationModuleSharing#module_consumers}. |
+| Id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization_module_sharing#id OrganizationModuleSharing#id}. |
+| Organization
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization_module_sharing#organization OrganizationModuleSharing#organization}. |
---
@@ -858,7 +858,7 @@ public string[] ModuleConsumers { get; set; }
- *Type:* string[]
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization_module_sharing#module_consumers OrganizationModuleSharing#module_consumers}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization_module_sharing#module_consumers OrganizationModuleSharing#module_consumers}.
---
@@ -870,7 +870,7 @@ public string Id { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization_module_sharing#id OrganizationModuleSharing#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization_module_sharing#id OrganizationModuleSharing#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you 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 string Organization { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization_module_sharing#organization OrganizationModuleSharing#organization}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization_module_sharing#organization OrganizationModuleSharing#organization}.
---
diff --git a/docs/organizationModuleSharing.go.md b/docs/organizationModuleSharing.go.md
index cd08631e8..694311c18 100644
--- a/docs/organizationModuleSharing.go.md
+++ b/docs/organizationModuleSharing.go.md
@@ -4,7 +4,7 @@
### OrganizationModuleSharing
-Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization_module_sharing tfe_organization_module_sharing}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization_module_sharing tfe_organization_module_sharing}.
#### Initializers
@@ -481,7 +481,7 @@ The construct id used in the generated config for the OrganizationModuleSharing
The id of the existing OrganizationModuleSharing that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization_module_sharing#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization_module_sharing#import import section} in the documentation of this resource for the id to use
---
@@ -774,9 +774,9 @@ import "github.com/cdktf/cdktf-provider-tfe-go/tfe/v11/organizationmodulesharing
| 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.* |
-| ModuleConsumers
| *[]*string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization_module_sharing#module_consumers OrganizationModuleSharing#module_consumers}. |
-| Id
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization_module_sharing#id OrganizationModuleSharing#id}. |
-| Organization
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization_module_sharing#organization OrganizationModuleSharing#organization}. |
+| ModuleConsumers
| *[]*string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization_module_sharing#module_consumers OrganizationModuleSharing#module_consumers}. |
+| Id
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization_module_sharing#id OrganizationModuleSharing#id}. |
+| Organization
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization_module_sharing#organization OrganizationModuleSharing#organization}. |
---
@@ -858,7 +858,7 @@ ModuleConsumers *[]*string
- *Type:* *[]*string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization_module_sharing#module_consumers OrganizationModuleSharing#module_consumers}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization_module_sharing#module_consumers OrganizationModuleSharing#module_consumers}.
---
@@ -870,7 +870,7 @@ Id *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization_module_sharing#id OrganizationModuleSharing#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization_module_sharing#id OrganizationModuleSharing#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you 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 @@ Organization *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization_module_sharing#organization OrganizationModuleSharing#organization}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization_module_sharing#organization OrganizationModuleSharing#organization}.
---
diff --git a/docs/organizationModuleSharing.java.md b/docs/organizationModuleSharing.java.md
index 498597edf..765068270 100644
--- a/docs/organizationModuleSharing.java.md
+++ b/docs/organizationModuleSharing.java.md
@@ -4,7 +4,7 @@
### OrganizationModuleSharing
-Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization_module_sharing tfe_organization_module_sharing}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization_module_sharing tfe_organization_module_sharing}.
#### Initializers
@@ -40,9 +40,9 @@ OrganizationModuleSharing.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.* |
-| moduleConsumers
| java.util.List
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization_module_sharing#module_consumers OrganizationModuleSharing#module_consumers}. |
-| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization_module_sharing#id OrganizationModuleSharing#id}. |
-| organization
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization_module_sharing#organization OrganizationModuleSharing#organization}. |
+| moduleConsumers
| java.util.List
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization_module_sharing#module_consumers OrganizationModuleSharing#module_consumers}. |
+| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization_module_sharing#id OrganizationModuleSharing#id}. |
+| organization
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization_module_sharing#organization OrganizationModuleSharing#organization}. |
---
@@ -110,7 +110,7 @@ Must be unique amongst siblings in the same scope
- *Type:* java.util.List
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization_module_sharing#module_consumers OrganizationModuleSharing#module_consumers}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization_module_sharing#module_consumers OrganizationModuleSharing#module_consumers}.
---
@@ -118,7 +118,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization_module_sharing#id OrganizationModuleSharing#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization_module_sharing#id OrganizationModuleSharing#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you 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/hashicorp/tfe/0.60.1/docs/resources/organization_module_sharing#organization OrganizationModuleSharing#organization}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization_module_sharing#organization OrganizationModuleSharing#organization}.
---
@@ -570,7 +570,7 @@ The construct id used in the generated config for the OrganizationModuleSharing
The id of the existing OrganizationModuleSharing that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization_module_sharing#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization_module_sharing#import import section} in the documentation of this resource for the id to use
---
@@ -867,9 +867,9 @@ OrganizationModuleSharingConfig.builder()
| lifecycle
| com.hashicorp.cdktf.TerraformResourceLifecycle
| *No description.* |
| provider
| com.hashicorp.cdktf.TerraformProvider
| *No description.* |
| provisioners
| java.util.List
| *No description.* |
-| moduleConsumers
| java.util.List
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization_module_sharing#module_consumers OrganizationModuleSharing#module_consumers}. |
-| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization_module_sharing#id OrganizationModuleSharing#id}. |
-| organization
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization_module_sharing#organization OrganizationModuleSharing#organization}. |
+| moduleConsumers
| java.util.List
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization_module_sharing#module_consumers OrganizationModuleSharing#module_consumers}. |
+| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization_module_sharing#id OrganizationModuleSharing#id}. |
+| organization
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization_module_sharing#organization OrganizationModuleSharing#organization}. |
---
@@ -951,7 +951,7 @@ public java.util.List getModuleConsumers();
- *Type:* java.util.List
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization_module_sharing#module_consumers OrganizationModuleSharing#module_consumers}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization_module_sharing#module_consumers OrganizationModuleSharing#module_consumers}.
---
@@ -963,7 +963,7 @@ public java.lang.String getId();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization_module_sharing#id OrganizationModuleSharing#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization_module_sharing#id OrganizationModuleSharing#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you 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 java.lang.String getOrganization();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization_module_sharing#organization OrganizationModuleSharing#organization}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization_module_sharing#organization OrganizationModuleSharing#organization}.
---
diff --git a/docs/organizationModuleSharing.python.md b/docs/organizationModuleSharing.python.md
index 8e6066411..abc09d016 100644
--- a/docs/organizationModuleSharing.python.md
+++ b/docs/organizationModuleSharing.python.md
@@ -4,7 +4,7 @@
### OrganizationModuleSharing
-Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization_module_sharing tfe_organization_module_sharing}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization_module_sharing tfe_organization_module_sharing}.
#### Initializers
@@ -38,9 +38,9 @@ organizationModuleSharing.OrganizationModuleSharing(
| lifecycle
| cdktf.TerraformResourceLifecycle
| *No description.* |
| provider
| cdktf.TerraformProvider
| *No description.* |
| provisioners
| typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]]
| *No description.* |
-| module_consumers
| typing.List[str]
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization_module_sharing#module_consumers OrganizationModuleSharing#module_consumers}. |
-| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization_module_sharing#id OrganizationModuleSharing#id}. |
-| organization
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization_module_sharing#organization OrganizationModuleSharing#organization}. |
+| module_consumers
| typing.List[str]
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization_module_sharing#module_consumers OrganizationModuleSharing#module_consumers}. |
+| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization_module_sharing#id OrganizationModuleSharing#id}. |
+| organization
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization_module_sharing#organization OrganizationModuleSharing#organization}. |
---
@@ -108,7 +108,7 @@ Must be unique amongst siblings in the same scope
- *Type:* typing.List[str]
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization_module_sharing#module_consumers OrganizationModuleSharing#module_consumers}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization_module_sharing#module_consumers OrganizationModuleSharing#module_consumers}.
---
@@ -116,7 +116,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization_module_sharing#id OrganizationModuleSharing#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization_module_sharing#id OrganizationModuleSharing#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you 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/hashicorp/tfe/0.60.1/docs/resources/organization_module_sharing#organization OrganizationModuleSharing#organization}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization_module_sharing#organization OrganizationModuleSharing#organization}.
---
@@ -614,7 +614,7 @@ The construct id used in the generated config for the OrganizationModuleSharing
The id of the existing OrganizationModuleSharing that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization_module_sharing#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization_module_sharing#import import section} in the documentation of this resource for the id to use
---
@@ -907,9 +907,9 @@ organizationModuleSharing.OrganizationModuleSharingConfig(
| lifecycle
| cdktf.TerraformResourceLifecycle
| *No description.* |
| provider
| cdktf.TerraformProvider
| *No description.* |
| provisioners
| typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]]
| *No description.* |
-| module_consumers
| typing.List[str]
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization_module_sharing#module_consumers OrganizationModuleSharing#module_consumers}. |
-| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization_module_sharing#id OrganizationModuleSharing#id}. |
-| organization
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization_module_sharing#organization OrganizationModuleSharing#organization}. |
+| module_consumers
| typing.List[str]
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization_module_sharing#module_consumers OrganizationModuleSharing#module_consumers}. |
+| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization_module_sharing#id OrganizationModuleSharing#id}. |
+| organization
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization_module_sharing#organization OrganizationModuleSharing#organization}. |
---
@@ -991,7 +991,7 @@ module_consumers: typing.List[str]
- *Type:* typing.List[str]
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization_module_sharing#module_consumers OrganizationModuleSharing#module_consumers}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization_module_sharing#module_consumers OrganizationModuleSharing#module_consumers}.
---
@@ -1003,7 +1003,7 @@ id: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization_module_sharing#id OrganizationModuleSharing#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization_module_sharing#id OrganizationModuleSharing#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you 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 @@ organization: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization_module_sharing#organization OrganizationModuleSharing#organization}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization_module_sharing#organization OrganizationModuleSharing#organization}.
---
diff --git a/docs/organizationModuleSharing.typescript.md b/docs/organizationModuleSharing.typescript.md
index c232f5785..3ea9437c5 100644
--- a/docs/organizationModuleSharing.typescript.md
+++ b/docs/organizationModuleSharing.typescript.md
@@ -4,7 +4,7 @@
### OrganizationModuleSharing
-Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization_module_sharing tfe_organization_module_sharing}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization_module_sharing tfe_organization_module_sharing}.
#### Initializers
@@ -481,7 +481,7 @@ The construct id used in the generated config for the OrganizationModuleSharing
The id of the existing OrganizationModuleSharing that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization_module_sharing#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization_module_sharing#import import section} in the documentation of this resource for the id to use
---
@@ -763,9 +763,9 @@ const organizationModuleSharingConfig: organizationModuleSharing.OrganizationMod
| lifecycle
| cdktf.TerraformResourceLifecycle
| *No description.* |
| provider
| cdktf.TerraformProvider
| *No description.* |
| provisioners
| cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[]
| *No description.* |
-| moduleConsumers
| string[]
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization_module_sharing#module_consumers OrganizationModuleSharing#module_consumers}. |
-| id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization_module_sharing#id OrganizationModuleSharing#id}. |
-| organization
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization_module_sharing#organization OrganizationModuleSharing#organization}. |
+| moduleConsumers
| string[]
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization_module_sharing#module_consumers OrganizationModuleSharing#module_consumers}. |
+| id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization_module_sharing#id OrganizationModuleSharing#id}. |
+| organization
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization_module_sharing#organization OrganizationModuleSharing#organization}. |
---
@@ -847,7 +847,7 @@ public readonly moduleConsumers: string[];
- *Type:* string[]
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization_module_sharing#module_consumers OrganizationModuleSharing#module_consumers}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization_module_sharing#module_consumers OrganizationModuleSharing#module_consumers}.
---
@@ -859,7 +859,7 @@ public readonly id: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization_module_sharing#id OrganizationModuleSharing#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization_module_sharing#id OrganizationModuleSharing#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -874,7 +874,7 @@ public readonly organization: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization_module_sharing#organization OrganizationModuleSharing#organization}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization_module_sharing#organization OrganizationModuleSharing#organization}.
---
diff --git a/docs/organizationRunTask.csharp.md b/docs/organizationRunTask.csharp.md
index 2d003f595..136214854 100644
--- a/docs/organizationRunTask.csharp.md
+++ b/docs/organizationRunTask.csharp.md
@@ -4,7 +4,7 @@
### OrganizationRunTask
-Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization_run_task tfe_organization_run_task}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization_run_task tfe_organization_run_task}.
#### Initializers
@@ -502,7 +502,7 @@ The construct id used in the generated config for the OrganizationRunTask to imp
The id of the existing OrganizationRunTask that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization_run_task#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization_run_task#import import section} in the documentation of this resource for the id to use
---
@@ -898,13 +898,13 @@ new OrganizationRunTaskConfig {
| 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/hashicorp/tfe/0.60.1/docs/resources/organization_run_task#name OrganizationRunTask#name}. |
-| Url
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization_run_task#url OrganizationRunTask#url}. |
-| Category
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization_run_task#category OrganizationRunTask#category}. |
-| Description
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization_run_task#description OrganizationRunTask#description}. |
-| Enabled
| object
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization_run_task#enabled OrganizationRunTask#enabled}. |
-| HmacKey
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization_run_task#hmac_key OrganizationRunTask#hmac_key}. |
-| Organization
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization_run_task#organization OrganizationRunTask#organization}. |
+| Name
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization_run_task#name OrganizationRunTask#name}. |
+| Url
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization_run_task#url OrganizationRunTask#url}. |
+| Category
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization_run_task#category OrganizationRunTask#category}. |
+| Description
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization_run_task#description OrganizationRunTask#description}. |
+| Enabled
| object
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization_run_task#enabled OrganizationRunTask#enabled}. |
+| HmacKey
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization_run_task#hmac_key OrganizationRunTask#hmac_key}. |
+| Organization
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization_run_task#organization OrganizationRunTask#organization}. |
---
@@ -986,7 +986,7 @@ public string Name { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization_run_task#name OrganizationRunTask#name}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization_run_task#name OrganizationRunTask#name}.
---
@@ -998,7 +998,7 @@ public string Url { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization_run_task#url OrganizationRunTask#url}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization_run_task#url OrganizationRunTask#url}.
---
@@ -1010,7 +1010,7 @@ public string Category { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization_run_task#category OrganizationRunTask#category}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization_run_task#category OrganizationRunTask#category}.
---
@@ -1022,7 +1022,7 @@ public string Description { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization_run_task#description OrganizationRunTask#description}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization_run_task#description OrganizationRunTask#description}.
---
@@ -1034,7 +1034,7 @@ public object Enabled { get; set; }
- *Type:* object
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization_run_task#enabled OrganizationRunTask#enabled}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization_run_task#enabled OrganizationRunTask#enabled}.
---
@@ -1046,7 +1046,7 @@ public string HmacKey { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization_run_task#hmac_key OrganizationRunTask#hmac_key}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization_run_task#hmac_key OrganizationRunTask#hmac_key}.
---
@@ -1058,7 +1058,7 @@ public string Organization { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization_run_task#organization OrganizationRunTask#organization}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization_run_task#organization OrganizationRunTask#organization}.
---
diff --git a/docs/organizationRunTask.go.md b/docs/organizationRunTask.go.md
index 6183d3b07..58aa2b681 100644
--- a/docs/organizationRunTask.go.md
+++ b/docs/organizationRunTask.go.md
@@ -4,7 +4,7 @@
### OrganizationRunTask
-Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization_run_task tfe_organization_run_task}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization_run_task tfe_organization_run_task}.
#### Initializers
@@ -502,7 +502,7 @@ The construct id used in the generated config for the OrganizationRunTask to imp
The id of the existing OrganizationRunTask that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization_run_task#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization_run_task#import import section} in the documentation of this resource for the id to use
---
@@ -898,13 +898,13 @@ import "github.com/cdktf/cdktf-provider-tfe-go/tfe/v11/organizationruntask"
| 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/hashicorp/tfe/0.60.1/docs/resources/organization_run_task#name OrganizationRunTask#name}. |
-| Url
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization_run_task#url OrganizationRunTask#url}. |
-| Category
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization_run_task#category OrganizationRunTask#category}. |
-| Description
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization_run_task#description OrganizationRunTask#description}. |
-| Enabled
| interface{}
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization_run_task#enabled OrganizationRunTask#enabled}. |
-| HmacKey
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization_run_task#hmac_key OrganizationRunTask#hmac_key}. |
-| Organization
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization_run_task#organization OrganizationRunTask#organization}. |
+| Name
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization_run_task#name OrganizationRunTask#name}. |
+| Url
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization_run_task#url OrganizationRunTask#url}. |
+| Category
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization_run_task#category OrganizationRunTask#category}. |
+| Description
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization_run_task#description OrganizationRunTask#description}. |
+| Enabled
| interface{}
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization_run_task#enabled OrganizationRunTask#enabled}. |
+| HmacKey
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization_run_task#hmac_key OrganizationRunTask#hmac_key}. |
+| Organization
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization_run_task#organization OrganizationRunTask#organization}. |
---
@@ -986,7 +986,7 @@ Name *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization_run_task#name OrganizationRunTask#name}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization_run_task#name OrganizationRunTask#name}.
---
@@ -998,7 +998,7 @@ Url *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization_run_task#url OrganizationRunTask#url}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization_run_task#url OrganizationRunTask#url}.
---
@@ -1010,7 +1010,7 @@ Category *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization_run_task#category OrganizationRunTask#category}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization_run_task#category OrganizationRunTask#category}.
---
@@ -1022,7 +1022,7 @@ Description *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization_run_task#description OrganizationRunTask#description}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization_run_task#description OrganizationRunTask#description}.
---
@@ -1034,7 +1034,7 @@ Enabled interface{}
- *Type:* interface{}
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization_run_task#enabled OrganizationRunTask#enabled}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization_run_task#enabled OrganizationRunTask#enabled}.
---
@@ -1046,7 +1046,7 @@ HmacKey *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization_run_task#hmac_key OrganizationRunTask#hmac_key}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization_run_task#hmac_key OrganizationRunTask#hmac_key}.
---
@@ -1058,7 +1058,7 @@ Organization *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization_run_task#organization OrganizationRunTask#organization}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization_run_task#organization OrganizationRunTask#organization}.
---
diff --git a/docs/organizationRunTask.java.md b/docs/organizationRunTask.java.md
index 1224d1c9d..2e818c882 100644
--- a/docs/organizationRunTask.java.md
+++ b/docs/organizationRunTask.java.md
@@ -4,7 +4,7 @@
### OrganizationRunTask
-Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization_run_task tfe_organization_run_task}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization_run_task tfe_organization_run_task}.
#### Initializers
@@ -45,13 +45,13 @@ OrganizationRunTask.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/hashicorp/tfe/0.60.1/docs/resources/organization_run_task#name OrganizationRunTask#name}. |
-| url
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization_run_task#url OrganizationRunTask#url}. |
-| category
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization_run_task#category OrganizationRunTask#category}. |
-| description
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization_run_task#description OrganizationRunTask#description}. |
-| enabled
| java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization_run_task#enabled OrganizationRunTask#enabled}. |
-| hmacKey
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization_run_task#hmac_key OrganizationRunTask#hmac_key}. |
-| organization
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization_run_task#organization OrganizationRunTask#organization}. |
+| name
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization_run_task#name OrganizationRunTask#name}. |
+| url
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization_run_task#url OrganizationRunTask#url}. |
+| category
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization_run_task#category OrganizationRunTask#category}. |
+| description
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization_run_task#description OrganizationRunTask#description}. |
+| enabled
| java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization_run_task#enabled OrganizationRunTask#enabled}. |
+| hmacKey
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization_run_task#hmac_key OrganizationRunTask#hmac_key}. |
+| organization
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization_run_task#organization OrganizationRunTask#organization}. |
---
@@ -119,7 +119,7 @@ Must be unique amongst siblings in the same scope
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization_run_task#name OrganizationRunTask#name}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization_run_task#name OrganizationRunTask#name}.
---
@@ -127,7 +127,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization_run_task#url OrganizationRunTask#url}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization_run_task#url OrganizationRunTask#url}.
---
@@ -135,7 +135,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization_run_task#category OrganizationRunTask#category}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization_run_task#category OrganizationRunTask#category}.
---
@@ -143,7 +143,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization_run_task#description OrganizationRunTask#description}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization_run_task#description OrganizationRunTask#description}.
---
@@ -151,7 +151,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization_run_task#enabled OrganizationRunTask#enabled}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization_run_task#enabled OrganizationRunTask#enabled}.
---
@@ -159,7 +159,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization_run_task#hmac_key OrganizationRunTask#hmac_key}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization_run_task#hmac_key OrganizationRunTask#hmac_key}.
---
@@ -167,7 +167,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization_run_task#organization OrganizationRunTask#organization}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization_run_task#organization OrganizationRunTask#organization}.
---
@@ -629,7 +629,7 @@ The construct id used in the generated config for the OrganizationRunTask to imp
The id of the existing OrganizationRunTask that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization_run_task#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization_run_task#import import section} in the documentation of this resource for the id to use
---
@@ -1030,13 +1030,13 @@ OrganizationRunTaskConfig.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/hashicorp/tfe/0.60.1/docs/resources/organization_run_task#name OrganizationRunTask#name}. |
-| url
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization_run_task#url OrganizationRunTask#url}. |
-| category
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization_run_task#category OrganizationRunTask#category}. |
-| description
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization_run_task#description OrganizationRunTask#description}. |
-| enabled
| java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization_run_task#enabled OrganizationRunTask#enabled}. |
-| hmacKey
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization_run_task#hmac_key OrganizationRunTask#hmac_key}. |
-| organization
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization_run_task#organization OrganizationRunTask#organization}. |
+| name
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization_run_task#name OrganizationRunTask#name}. |
+| url
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization_run_task#url OrganizationRunTask#url}. |
+| category
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization_run_task#category OrganizationRunTask#category}. |
+| description
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization_run_task#description OrganizationRunTask#description}. |
+| enabled
| java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization_run_task#enabled OrganizationRunTask#enabled}. |
+| hmacKey
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization_run_task#hmac_key OrganizationRunTask#hmac_key}. |
+| organization
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization_run_task#organization OrganizationRunTask#organization}. |
---
@@ -1118,7 +1118,7 @@ public java.lang.String getName();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization_run_task#name OrganizationRunTask#name}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization_run_task#name OrganizationRunTask#name}.
---
@@ -1130,7 +1130,7 @@ public java.lang.String getUrl();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization_run_task#url OrganizationRunTask#url}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization_run_task#url OrganizationRunTask#url}.
---
@@ -1142,7 +1142,7 @@ public java.lang.String getCategory();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization_run_task#category OrganizationRunTask#category}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization_run_task#category OrganizationRunTask#category}.
---
@@ -1154,7 +1154,7 @@ public java.lang.String getDescription();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization_run_task#description OrganizationRunTask#description}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization_run_task#description OrganizationRunTask#description}.
---
@@ -1166,7 +1166,7 @@ public java.lang.Object getEnabled();
- *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization_run_task#enabled OrganizationRunTask#enabled}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization_run_task#enabled OrganizationRunTask#enabled}.
---
@@ -1178,7 +1178,7 @@ public java.lang.String getHmacKey();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization_run_task#hmac_key OrganizationRunTask#hmac_key}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization_run_task#hmac_key OrganizationRunTask#hmac_key}.
---
@@ -1190,7 +1190,7 @@ public java.lang.String getOrganization();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization_run_task#organization OrganizationRunTask#organization}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization_run_task#organization OrganizationRunTask#organization}.
---
diff --git a/docs/organizationRunTask.python.md b/docs/organizationRunTask.python.md
index d00474d9b..076261bab 100644
--- a/docs/organizationRunTask.python.md
+++ b/docs/organizationRunTask.python.md
@@ -4,7 +4,7 @@
### OrganizationRunTask
-Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization_run_task tfe_organization_run_task}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization_run_task tfe_organization_run_task}.
#### Initializers
@@ -42,13 +42,13 @@ organizationRunTask.OrganizationRunTask(
| 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/hashicorp/tfe/0.60.1/docs/resources/organization_run_task#name OrganizationRunTask#name}. |
-| url
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization_run_task#url OrganizationRunTask#url}. |
-| category
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization_run_task#category OrganizationRunTask#category}. |
-| description
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization_run_task#description OrganizationRunTask#description}. |
-| enabled
| typing.Union[bool, cdktf.IResolvable]
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization_run_task#enabled OrganizationRunTask#enabled}. |
-| hmac_key
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization_run_task#hmac_key OrganizationRunTask#hmac_key}. |
-| organization
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization_run_task#organization OrganizationRunTask#organization}. |
+| name
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization_run_task#name OrganizationRunTask#name}. |
+| url
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization_run_task#url OrganizationRunTask#url}. |
+| category
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization_run_task#category OrganizationRunTask#category}. |
+| description
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization_run_task#description OrganizationRunTask#description}. |
+| enabled
| typing.Union[bool, cdktf.IResolvable]
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization_run_task#enabled OrganizationRunTask#enabled}. |
+| hmac_key
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization_run_task#hmac_key OrganizationRunTask#hmac_key}. |
+| organization
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization_run_task#organization OrganizationRunTask#organization}. |
---
@@ -116,7 +116,7 @@ Must be unique amongst siblings in the same scope
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization_run_task#name OrganizationRunTask#name}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization_run_task#name OrganizationRunTask#name}.
---
@@ -124,7 +124,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization_run_task#url OrganizationRunTask#url}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization_run_task#url OrganizationRunTask#url}.
---
@@ -132,7 +132,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization_run_task#category OrganizationRunTask#category}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization_run_task#category OrganizationRunTask#category}.
---
@@ -140,7 +140,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization_run_task#description OrganizationRunTask#description}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization_run_task#description OrganizationRunTask#description}.
---
@@ -148,7 +148,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* typing.Union[bool, cdktf.IResolvable]
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization_run_task#enabled OrganizationRunTask#enabled}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization_run_task#enabled OrganizationRunTask#enabled}.
---
@@ -156,7 +156,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization_run_task#hmac_key OrganizationRunTask#hmac_key}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization_run_task#hmac_key OrganizationRunTask#hmac_key}.
---
@@ -164,7 +164,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization_run_task#organization OrganizationRunTask#organization}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization_run_task#organization OrganizationRunTask#organization}.
---
@@ -672,7 +672,7 @@ The construct id used in the generated config for the OrganizationRunTask to imp
The id of the existing OrganizationRunTask that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization_run_task#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization_run_task#import import section} in the documentation of this resource for the id to use
---
@@ -1068,13 +1068,13 @@ organizationRunTask.OrganizationRunTaskConfig(
| 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/hashicorp/tfe/0.60.1/docs/resources/organization_run_task#name OrganizationRunTask#name}. |
-| url
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization_run_task#url OrganizationRunTask#url}. |
-| category
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization_run_task#category OrganizationRunTask#category}. |
-| description
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization_run_task#description OrganizationRunTask#description}. |
-| enabled
| typing.Union[bool, cdktf.IResolvable]
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization_run_task#enabled OrganizationRunTask#enabled}. |
-| hmac_key
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization_run_task#hmac_key OrganizationRunTask#hmac_key}. |
-| organization
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization_run_task#organization OrganizationRunTask#organization}. |
+| name
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization_run_task#name OrganizationRunTask#name}. |
+| url
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization_run_task#url OrganizationRunTask#url}. |
+| category
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization_run_task#category OrganizationRunTask#category}. |
+| description
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization_run_task#description OrganizationRunTask#description}. |
+| enabled
| typing.Union[bool, cdktf.IResolvable]
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization_run_task#enabled OrganizationRunTask#enabled}. |
+| hmac_key
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization_run_task#hmac_key OrganizationRunTask#hmac_key}. |
+| organization
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization_run_task#organization OrganizationRunTask#organization}. |
---
@@ -1156,7 +1156,7 @@ name: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization_run_task#name OrganizationRunTask#name}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization_run_task#name OrganizationRunTask#name}.
---
@@ -1168,7 +1168,7 @@ url: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization_run_task#url OrganizationRunTask#url}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization_run_task#url OrganizationRunTask#url}.
---
@@ -1180,7 +1180,7 @@ category: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization_run_task#category OrganizationRunTask#category}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization_run_task#category OrganizationRunTask#category}.
---
@@ -1192,7 +1192,7 @@ description: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization_run_task#description OrganizationRunTask#description}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization_run_task#description OrganizationRunTask#description}.
---
@@ -1204,7 +1204,7 @@ enabled: typing.Union[bool, IResolvable]
- *Type:* typing.Union[bool, cdktf.IResolvable]
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization_run_task#enabled OrganizationRunTask#enabled}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization_run_task#enabled OrganizationRunTask#enabled}.
---
@@ -1216,7 +1216,7 @@ hmac_key: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization_run_task#hmac_key OrganizationRunTask#hmac_key}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization_run_task#hmac_key OrganizationRunTask#hmac_key}.
---
@@ -1228,7 +1228,7 @@ organization: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization_run_task#organization OrganizationRunTask#organization}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization_run_task#organization OrganizationRunTask#organization}.
---
diff --git a/docs/organizationRunTask.typescript.md b/docs/organizationRunTask.typescript.md
index cb53a7d27..d915e69c0 100644
--- a/docs/organizationRunTask.typescript.md
+++ b/docs/organizationRunTask.typescript.md
@@ -4,7 +4,7 @@
### OrganizationRunTask
-Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization_run_task tfe_organization_run_task}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization_run_task tfe_organization_run_task}.
#### Initializers
@@ -502,7 +502,7 @@ The construct id used in the generated config for the OrganizationRunTask to imp
The id of the existing OrganizationRunTask that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization_run_task#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization_run_task#import import section} in the documentation of this resource for the id to use
---
@@ -883,13 +883,13 @@ const organizationRunTaskConfig: organizationRunTask.OrganizationRunTaskConfig =
| 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/hashicorp/tfe/0.60.1/docs/resources/organization_run_task#name OrganizationRunTask#name}. |
-| url
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization_run_task#url OrganizationRunTask#url}. |
-| category
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization_run_task#category OrganizationRunTask#category}. |
-| description
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization_run_task#description OrganizationRunTask#description}. |
-| enabled
| boolean \| cdktf.IResolvable
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization_run_task#enabled OrganizationRunTask#enabled}. |
-| hmacKey
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization_run_task#hmac_key OrganizationRunTask#hmac_key}. |
-| organization
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization_run_task#organization OrganizationRunTask#organization}. |
+| name
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization_run_task#name OrganizationRunTask#name}. |
+| url
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization_run_task#url OrganizationRunTask#url}. |
+| category
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization_run_task#category OrganizationRunTask#category}. |
+| description
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization_run_task#description OrganizationRunTask#description}. |
+| enabled
| boolean \| cdktf.IResolvable
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization_run_task#enabled OrganizationRunTask#enabled}. |
+| hmacKey
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization_run_task#hmac_key OrganizationRunTask#hmac_key}. |
+| organization
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization_run_task#organization OrganizationRunTask#organization}. |
---
@@ -971,7 +971,7 @@ public readonly name: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization_run_task#name OrganizationRunTask#name}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization_run_task#name OrganizationRunTask#name}.
---
@@ -983,7 +983,7 @@ public readonly url: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization_run_task#url OrganizationRunTask#url}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization_run_task#url OrganizationRunTask#url}.
---
@@ -995,7 +995,7 @@ public readonly category: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization_run_task#category OrganizationRunTask#category}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization_run_task#category OrganizationRunTask#category}.
---
@@ -1007,7 +1007,7 @@ public readonly description: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization_run_task#description OrganizationRunTask#description}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization_run_task#description OrganizationRunTask#description}.
---
@@ -1019,7 +1019,7 @@ public readonly enabled: boolean | IResolvable;
- *Type:* boolean | cdktf.IResolvable
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization_run_task#enabled OrganizationRunTask#enabled}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization_run_task#enabled OrganizationRunTask#enabled}.
---
@@ -1031,7 +1031,7 @@ public readonly hmacKey: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization_run_task#hmac_key OrganizationRunTask#hmac_key}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization_run_task#hmac_key OrganizationRunTask#hmac_key}.
---
@@ -1043,7 +1043,7 @@ public readonly organization: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization_run_task#organization OrganizationRunTask#organization}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization_run_task#organization OrganizationRunTask#organization}.
---
diff --git a/docs/organizationRunTaskGlobalSettings.csharp.md b/docs/organizationRunTaskGlobalSettings.csharp.md
index e99845af0..a60d1dc33 100644
--- a/docs/organizationRunTaskGlobalSettings.csharp.md
+++ b/docs/organizationRunTaskGlobalSettings.csharp.md
@@ -4,7 +4,7 @@
### OrganizationRunTaskGlobalSettings
-Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization_run_task_global_settings tfe_organization_run_task_global_settings}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization_run_task_global_settings tfe_organization_run_task_global_settings}.
#### Initializers
@@ -474,7 +474,7 @@ The construct id used in the generated config for the OrganizationRunTaskGlobalS
The id of the existing OrganizationRunTaskGlobalSettings that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization_run_task_global_settings#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization_run_task_global_settings#import import section} in the documentation of this resource for the id to use
---
@@ -888,7 +888,7 @@ public string EnforcementLevel { get; set; }
The enforcement level of the global task. Valid values are `advisory` and `mandatory`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization_run_task_global_settings#enforcement_level OrganizationRunTaskGlobalSettings#enforcement_level}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization_run_task_global_settings#enforcement_level OrganizationRunTaskGlobalSettings#enforcement_level}
---
@@ -902,7 +902,7 @@ public string[] Stages { get; set; }
Which stages the task will run in. Valid values are `pre_plan`, `post_plan`, `pre_apply` and `post_apply`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization_run_task_global_settings#stages OrganizationRunTaskGlobalSettings#stages}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization_run_task_global_settings#stages OrganizationRunTaskGlobalSettings#stages}
---
@@ -916,7 +916,7 @@ public string TaskId { get; set; }
The id of the run task.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization_run_task_global_settings#task_id OrganizationRunTaskGlobalSettings#task_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization_run_task_global_settings#task_id OrganizationRunTaskGlobalSettings#task_id}
---
@@ -930,7 +930,7 @@ public object Enabled { get; set; }
Whether the run task will be applied globally.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization_run_task_global_settings#enabled OrganizationRunTaskGlobalSettings#enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization_run_task_global_settings#enabled OrganizationRunTaskGlobalSettings#enabled}
---
diff --git a/docs/organizationRunTaskGlobalSettings.go.md b/docs/organizationRunTaskGlobalSettings.go.md
index 43cbc3409..34a8fdac4 100644
--- a/docs/organizationRunTaskGlobalSettings.go.md
+++ b/docs/organizationRunTaskGlobalSettings.go.md
@@ -4,7 +4,7 @@
### OrganizationRunTaskGlobalSettings
-Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization_run_task_global_settings tfe_organization_run_task_global_settings}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization_run_task_global_settings tfe_organization_run_task_global_settings}.
#### Initializers
@@ -474,7 +474,7 @@ The construct id used in the generated config for the OrganizationRunTaskGlobalS
The id of the existing OrganizationRunTaskGlobalSettings that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization_run_task_global_settings#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization_run_task_global_settings#import import section} in the documentation of this resource for the id to use
---
@@ -888,7 +888,7 @@ EnforcementLevel *string
The enforcement level of the global task. Valid values are `advisory` and `mandatory`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization_run_task_global_settings#enforcement_level OrganizationRunTaskGlobalSettings#enforcement_level}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization_run_task_global_settings#enforcement_level OrganizationRunTaskGlobalSettings#enforcement_level}
---
@@ -902,7 +902,7 @@ Stages *[]*string
Which stages the task will run in. Valid values are `pre_plan`, `post_plan`, `pre_apply` and `post_apply`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization_run_task_global_settings#stages OrganizationRunTaskGlobalSettings#stages}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization_run_task_global_settings#stages OrganizationRunTaskGlobalSettings#stages}
---
@@ -916,7 +916,7 @@ TaskId *string
The id of the run task.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization_run_task_global_settings#task_id OrganizationRunTaskGlobalSettings#task_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization_run_task_global_settings#task_id OrganizationRunTaskGlobalSettings#task_id}
---
@@ -930,7 +930,7 @@ Enabled interface{}
Whether the run task will be applied globally.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization_run_task_global_settings#enabled OrganizationRunTaskGlobalSettings#enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization_run_task_global_settings#enabled OrganizationRunTaskGlobalSettings#enabled}
---
diff --git a/docs/organizationRunTaskGlobalSettings.java.md b/docs/organizationRunTaskGlobalSettings.java.md
index 7a3a7dfc9..1dea46c29 100644
--- a/docs/organizationRunTaskGlobalSettings.java.md
+++ b/docs/organizationRunTaskGlobalSettings.java.md
@@ -4,7 +4,7 @@
### OrganizationRunTaskGlobalSettings
-Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization_run_task_global_settings tfe_organization_run_task_global_settings}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization_run_task_global_settings tfe_organization_run_task_global_settings}.
#### Initializers
@@ -115,7 +115,7 @@ Must be unique amongst siblings in the same scope
The enforcement level of the global task. Valid values are `advisory` and `mandatory`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization_run_task_global_settings#enforcement_level OrganizationRunTaskGlobalSettings#enforcement_level}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization_run_task_global_settings#enforcement_level OrganizationRunTaskGlobalSettings#enforcement_level}
---
@@ -125,7 +125,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
Which stages the task will run in. Valid values are `pre_plan`, `post_plan`, `pre_apply` and `post_apply`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization_run_task_global_settings#stages OrganizationRunTaskGlobalSettings#stages}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization_run_task_global_settings#stages OrganizationRunTaskGlobalSettings#stages}
---
@@ -135,7 +135,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
The id of the run task.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization_run_task_global_settings#task_id OrganizationRunTaskGlobalSettings#task_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization_run_task_global_settings#task_id OrganizationRunTaskGlobalSettings#task_id}
---
@@ -145,7 +145,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
Whether the run task will be applied globally.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization_run_task_global_settings#enabled OrganizationRunTaskGlobalSettings#enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization_run_task_global_settings#enabled OrganizationRunTaskGlobalSettings#enabled}
---
@@ -579,7 +579,7 @@ The construct id used in the generated config for the OrganizationRunTaskGlobalS
The id of the existing OrganizationRunTaskGlobalSettings that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization_run_task_global_settings#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization_run_task_global_settings#import import section} in the documentation of this resource for the id to use
---
@@ -998,7 +998,7 @@ public java.lang.String getEnforcementLevel();
The enforcement level of the global task. Valid values are `advisory` and `mandatory`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization_run_task_global_settings#enforcement_level OrganizationRunTaskGlobalSettings#enforcement_level}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization_run_task_global_settings#enforcement_level OrganizationRunTaskGlobalSettings#enforcement_level}
---
@@ -1012,7 +1012,7 @@ public java.util.List getStages();
Which stages the task will run in. Valid values are `pre_plan`, `post_plan`, `pre_apply` and `post_apply`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization_run_task_global_settings#stages OrganizationRunTaskGlobalSettings#stages}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization_run_task_global_settings#stages OrganizationRunTaskGlobalSettings#stages}
---
@@ -1026,7 +1026,7 @@ public java.lang.String getTaskId();
The id of the run task.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization_run_task_global_settings#task_id OrganizationRunTaskGlobalSettings#task_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization_run_task_global_settings#task_id OrganizationRunTaskGlobalSettings#task_id}
---
@@ -1040,7 +1040,7 @@ public java.lang.Object getEnabled();
Whether the run task will be applied globally.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization_run_task_global_settings#enabled OrganizationRunTaskGlobalSettings#enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization_run_task_global_settings#enabled OrganizationRunTaskGlobalSettings#enabled}
---
diff --git a/docs/organizationRunTaskGlobalSettings.python.md b/docs/organizationRunTaskGlobalSettings.python.md
index 998a2b16c..b60747e6f 100644
--- a/docs/organizationRunTaskGlobalSettings.python.md
+++ b/docs/organizationRunTaskGlobalSettings.python.md
@@ -4,7 +4,7 @@
### OrganizationRunTaskGlobalSettings
-Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization_run_task_global_settings tfe_organization_run_task_global_settings}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization_run_task_global_settings tfe_organization_run_task_global_settings}.
#### Initializers
@@ -112,7 +112,7 @@ Must be unique amongst siblings in the same scope
The enforcement level of the global task. Valid values are `advisory` and `mandatory`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization_run_task_global_settings#enforcement_level OrganizationRunTaskGlobalSettings#enforcement_level}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization_run_task_global_settings#enforcement_level OrganizationRunTaskGlobalSettings#enforcement_level}
---
@@ -122,7 +122,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
Which stages the task will run in. Valid values are `pre_plan`, `post_plan`, `pre_apply` and `post_apply`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization_run_task_global_settings#stages OrganizationRunTaskGlobalSettings#stages}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization_run_task_global_settings#stages OrganizationRunTaskGlobalSettings#stages}
---
@@ -132,7 +132,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
The id of the run task.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization_run_task_global_settings#task_id OrganizationRunTaskGlobalSettings#task_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization_run_task_global_settings#task_id OrganizationRunTaskGlobalSettings#task_id}
---
@@ -142,7 +142,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
Whether the run task will be applied globally.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization_run_task_global_settings#enabled OrganizationRunTaskGlobalSettings#enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization_run_task_global_settings#enabled OrganizationRunTaskGlobalSettings#enabled}
---
@@ -622,7 +622,7 @@ The construct id used in the generated config for the OrganizationRunTaskGlobalS
The id of the existing OrganizationRunTaskGlobalSettings that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization_run_task_global_settings#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization_run_task_global_settings#import import section} in the documentation of this resource for the id to use
---
@@ -1036,7 +1036,7 @@ enforcement_level: str
The enforcement level of the global task. Valid values are `advisory` and `mandatory`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization_run_task_global_settings#enforcement_level OrganizationRunTaskGlobalSettings#enforcement_level}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization_run_task_global_settings#enforcement_level OrganizationRunTaskGlobalSettings#enforcement_level}
---
@@ -1050,7 +1050,7 @@ stages: typing.List[str]
Which stages the task will run in. Valid values are `pre_plan`, `post_plan`, `pre_apply` and `post_apply`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization_run_task_global_settings#stages OrganizationRunTaskGlobalSettings#stages}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization_run_task_global_settings#stages OrganizationRunTaskGlobalSettings#stages}
---
@@ -1064,7 +1064,7 @@ task_id: str
The id of the run task.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization_run_task_global_settings#task_id OrganizationRunTaskGlobalSettings#task_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization_run_task_global_settings#task_id OrganizationRunTaskGlobalSettings#task_id}
---
@@ -1078,7 +1078,7 @@ enabled: typing.Union[bool, IResolvable]
Whether the run task will be applied globally.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization_run_task_global_settings#enabled OrganizationRunTaskGlobalSettings#enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization_run_task_global_settings#enabled OrganizationRunTaskGlobalSettings#enabled}
---
diff --git a/docs/organizationRunTaskGlobalSettings.typescript.md b/docs/organizationRunTaskGlobalSettings.typescript.md
index ffb411547..29ff06194 100644
--- a/docs/organizationRunTaskGlobalSettings.typescript.md
+++ b/docs/organizationRunTaskGlobalSettings.typescript.md
@@ -4,7 +4,7 @@
### OrganizationRunTaskGlobalSettings
-Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization_run_task_global_settings tfe_organization_run_task_global_settings}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization_run_task_global_settings tfe_organization_run_task_global_settings}.
#### Initializers
@@ -474,7 +474,7 @@ The construct id used in the generated config for the OrganizationRunTaskGlobalS
The id of the existing OrganizationRunTaskGlobalSettings that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization_run_task_global_settings#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization_run_task_global_settings#import import section} in the documentation of this resource for the id to use
---
@@ -876,7 +876,7 @@ public readonly enforcementLevel: string;
The enforcement level of the global task. Valid values are `advisory` and `mandatory`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization_run_task_global_settings#enforcement_level OrganizationRunTaskGlobalSettings#enforcement_level}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization_run_task_global_settings#enforcement_level OrganizationRunTaskGlobalSettings#enforcement_level}
---
@@ -890,7 +890,7 @@ public readonly stages: string[];
Which stages the task will run in. Valid values are `pre_plan`, `post_plan`, `pre_apply` and `post_apply`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization_run_task_global_settings#stages OrganizationRunTaskGlobalSettings#stages}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization_run_task_global_settings#stages OrganizationRunTaskGlobalSettings#stages}
---
@@ -904,7 +904,7 @@ public readonly taskId: string;
The id of the run task.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization_run_task_global_settings#task_id OrganizationRunTaskGlobalSettings#task_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization_run_task_global_settings#task_id OrganizationRunTaskGlobalSettings#task_id}
---
@@ -918,7 +918,7 @@ public readonly enabled: boolean | IResolvable;
Whether the run task will be applied globally.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization_run_task_global_settings#enabled OrganizationRunTaskGlobalSettings#enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization_run_task_global_settings#enabled OrganizationRunTaskGlobalSettings#enabled}
---
diff --git a/docs/organizationToken.csharp.md b/docs/organizationToken.csharp.md
index 29fa9579f..f9a5db2b7 100644
--- a/docs/organizationToken.csharp.md
+++ b/docs/organizationToken.csharp.md
@@ -4,7 +4,7 @@
### OrganizationToken
-Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization_token tfe_organization_token}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization_token tfe_organization_token}.
#### Initializers
@@ -495,7 +495,7 @@ The construct id used in the generated config for the OrganizationToken to impor
The id of the existing OrganizationToken that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization_token#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization_token#import import section} in the documentation of this resource for the id to use
---
@@ -822,10 +822,10 @@ new OrganizationTokenConfig {
| Lifecycle
| HashiCorp.Cdktf.TerraformResourceLifecycle
| *No description.* |
| Provider
| HashiCorp.Cdktf.TerraformProvider
| *No description.* |
| Provisioners
| object[]
| *No description.* |
-| ExpiredAt
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization_token#expired_at OrganizationToken#expired_at}. |
-| ForceRegenerate
| object
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization_token#force_regenerate OrganizationToken#force_regenerate}. |
-| Id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization_token#id OrganizationToken#id}. |
-| Organization
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization_token#organization OrganizationToken#organization}. |
+| ExpiredAt
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization_token#expired_at OrganizationToken#expired_at}. |
+| ForceRegenerate
| object
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization_token#force_regenerate OrganizationToken#force_regenerate}. |
+| Id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization_token#id OrganizationToken#id}. |
+| Organization
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization_token#organization OrganizationToken#organization}. |
---
@@ -907,7 +907,7 @@ public string ExpiredAt { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization_token#expired_at OrganizationToken#expired_at}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization_token#expired_at OrganizationToken#expired_at}.
---
@@ -919,7 +919,7 @@ public object ForceRegenerate { get; set; }
- *Type:* object
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization_token#force_regenerate OrganizationToken#force_regenerate}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization_token#force_regenerate OrganizationToken#force_regenerate}.
---
@@ -931,7 +931,7 @@ public string Id { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization_token#id OrganizationToken#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization_token#id OrganizationToken#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you 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 @@ public string Organization { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization_token#organization OrganizationToken#organization}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization_token#organization OrganizationToken#organization}.
---
diff --git a/docs/organizationToken.go.md b/docs/organizationToken.go.md
index 092c9b43b..b509b2240 100644
--- a/docs/organizationToken.go.md
+++ b/docs/organizationToken.go.md
@@ -4,7 +4,7 @@
### OrganizationToken
-Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization_token tfe_organization_token}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization_token tfe_organization_token}.
#### Initializers
@@ -495,7 +495,7 @@ The construct id used in the generated config for the OrganizationToken to impor
The id of the existing OrganizationToken that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization_token#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization_token#import import section} in the documentation of this resource for the id to use
---
@@ -822,10 +822,10 @@ import "github.com/cdktf/cdktf-provider-tfe-go/tfe/v11/organizationtoken"
| 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.* |
-| ExpiredAt
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization_token#expired_at OrganizationToken#expired_at}. |
-| ForceRegenerate
| interface{}
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization_token#force_regenerate OrganizationToken#force_regenerate}. |
-| Id
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization_token#id OrganizationToken#id}. |
-| Organization
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization_token#organization OrganizationToken#organization}. |
+| ExpiredAt
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization_token#expired_at OrganizationToken#expired_at}. |
+| ForceRegenerate
| interface{}
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization_token#force_regenerate OrganizationToken#force_regenerate}. |
+| Id
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization_token#id OrganizationToken#id}. |
+| Organization
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization_token#organization OrganizationToken#organization}. |
---
@@ -907,7 +907,7 @@ ExpiredAt *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization_token#expired_at OrganizationToken#expired_at}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization_token#expired_at OrganizationToken#expired_at}.
---
@@ -919,7 +919,7 @@ ForceRegenerate interface{}
- *Type:* interface{}
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization_token#force_regenerate OrganizationToken#force_regenerate}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization_token#force_regenerate OrganizationToken#force_regenerate}.
---
@@ -931,7 +931,7 @@ Id *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization_token#id OrganizationToken#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization_token#id OrganizationToken#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you 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 @@ Organization *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization_token#organization OrganizationToken#organization}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization_token#organization OrganizationToken#organization}.
---
diff --git a/docs/organizationToken.java.md b/docs/organizationToken.java.md
index 4551f5180..f7db3030c 100644
--- a/docs/organizationToken.java.md
+++ b/docs/organizationToken.java.md
@@ -4,7 +4,7 @@
### OrganizationToken
-Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization_token tfe_organization_token}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization_token tfe_organization_token}.
#### Initializers
@@ -42,10 +42,10 @@ OrganizationToken.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.* |
-| expiredAt
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization_token#expired_at OrganizationToken#expired_at}. |
-| forceRegenerate
| java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization_token#force_regenerate OrganizationToken#force_regenerate}. |
-| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization_token#id OrganizationToken#id}. |
-| organization
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization_token#organization OrganizationToken#organization}. |
+| expiredAt
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization_token#expired_at OrganizationToken#expired_at}. |
+| forceRegenerate
| java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization_token#force_regenerate OrganizationToken#force_regenerate}. |
+| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization_token#id OrganizationToken#id}. |
+| organization
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization_token#organization OrganizationToken#organization}. |
---
@@ -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/hashicorp/tfe/0.60.1/docs/resources/organization_token#expired_at OrganizationToken#expired_at}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization_token#expired_at OrganizationToken#expired_at}.
---
@@ -121,7 +121,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization_token#force_regenerate OrganizationToken#force_regenerate}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization_token#force_regenerate OrganizationToken#force_regenerate}.
---
@@ -129,7 +129,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization_token#id OrganizationToken#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization_token#id OrganizationToken#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you 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.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization_token#organization OrganizationToken#organization}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization_token#organization OrganizationToken#organization}.
---
@@ -595,7 +595,7 @@ The construct id used in the generated config for the OrganizationToken to impor
The id of the existing OrganizationToken that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization_token#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization_token#import import section} in the documentation of this resource for the id to use
---
@@ -927,10 +927,10 @@ OrganizationTokenConfig.builder()
| lifecycle
| com.hashicorp.cdktf.TerraformResourceLifecycle
| *No description.* |
| provider
| com.hashicorp.cdktf.TerraformProvider
| *No description.* |
| provisioners
| java.util.List
| *No description.* |
-| expiredAt
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization_token#expired_at OrganizationToken#expired_at}. |
-| forceRegenerate
| java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization_token#force_regenerate OrganizationToken#force_regenerate}. |
-| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization_token#id OrganizationToken#id}. |
-| organization
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization_token#organization OrganizationToken#organization}. |
+| expiredAt
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization_token#expired_at OrganizationToken#expired_at}. |
+| forceRegenerate
| java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization_token#force_regenerate OrganizationToken#force_regenerate}. |
+| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization_token#id OrganizationToken#id}. |
+| organization
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization_token#organization OrganizationToken#organization}. |
---
@@ -1012,7 +1012,7 @@ public java.lang.String getExpiredAt();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization_token#expired_at OrganizationToken#expired_at}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization_token#expired_at OrganizationToken#expired_at}.
---
@@ -1024,7 +1024,7 @@ public java.lang.Object getForceRegenerate();
- *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization_token#force_regenerate OrganizationToken#force_regenerate}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization_token#force_regenerate OrganizationToken#force_regenerate}.
---
@@ -1036,7 +1036,7 @@ public java.lang.String getId();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization_token#id OrganizationToken#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization_token#id OrganizationToken#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you 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 java.lang.String getOrganization();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization_token#organization OrganizationToken#organization}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization_token#organization OrganizationToken#organization}.
---
diff --git a/docs/organizationToken.python.md b/docs/organizationToken.python.md
index c2db52691..16229d20a 100644
--- a/docs/organizationToken.python.md
+++ b/docs/organizationToken.python.md
@@ -4,7 +4,7 @@
### OrganizationToken
-Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization_token tfe_organization_token}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization_token tfe_organization_token}.
#### Initializers
@@ -39,10 +39,10 @@ organizationToken.OrganizationToken(
| lifecycle
| cdktf.TerraformResourceLifecycle
| *No description.* |
| provider
| cdktf.TerraformProvider
| *No description.* |
| provisioners
| typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]]
| *No description.* |
-| expired_at
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization_token#expired_at OrganizationToken#expired_at}. |
-| force_regenerate
| typing.Union[bool, cdktf.IResolvable]
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization_token#force_regenerate OrganizationToken#force_regenerate}. |
-| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization_token#id OrganizationToken#id}. |
-| organization
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization_token#organization OrganizationToken#organization}. |
+| expired_at
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization_token#expired_at OrganizationToken#expired_at}. |
+| force_regenerate
| typing.Union[bool, cdktf.IResolvable]
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization_token#force_regenerate OrganizationToken#force_regenerate}. |
+| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization_token#id OrganizationToken#id}. |
+| organization
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization_token#organization OrganizationToken#organization}. |
---
@@ -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/hashicorp/tfe/0.60.1/docs/resources/organization_token#expired_at OrganizationToken#expired_at}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization_token#expired_at OrganizationToken#expired_at}.
---
@@ -118,7 +118,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* typing.Union[bool, cdktf.IResolvable]
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization_token#force_regenerate OrganizationToken#force_regenerate}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization_token#force_regenerate OrganizationToken#force_regenerate}.
---
@@ -126,7 +126,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization_token#id OrganizationToken#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization_token#id OrganizationToken#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you 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/hashicorp/tfe/0.60.1/docs/resources/organization_token#organization OrganizationToken#organization}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization_token#organization OrganizationToken#organization}.
---
@@ -638,7 +638,7 @@ The construct id used in the generated config for the OrganizationToken to impor
The id of the existing OrganizationToken that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization_token#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization_token#import import section} in the documentation of this resource for the id to use
---
@@ -965,10 +965,10 @@ organizationToken.OrganizationTokenConfig(
| lifecycle
| cdktf.TerraformResourceLifecycle
| *No description.* |
| provider
| cdktf.TerraformProvider
| *No description.* |
| provisioners
| typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]]
| *No description.* |
-| expired_at
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization_token#expired_at OrganizationToken#expired_at}. |
-| force_regenerate
| typing.Union[bool, cdktf.IResolvable]
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization_token#force_regenerate OrganizationToken#force_regenerate}. |
-| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization_token#id OrganizationToken#id}. |
-| organization
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization_token#organization OrganizationToken#organization}. |
+| expired_at
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization_token#expired_at OrganizationToken#expired_at}. |
+| force_regenerate
| typing.Union[bool, cdktf.IResolvable]
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization_token#force_regenerate OrganizationToken#force_regenerate}. |
+| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization_token#id OrganizationToken#id}. |
+| organization
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization_token#organization OrganizationToken#organization}. |
---
@@ -1050,7 +1050,7 @@ expired_at: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization_token#expired_at OrganizationToken#expired_at}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization_token#expired_at OrganizationToken#expired_at}.
---
@@ -1062,7 +1062,7 @@ force_regenerate: typing.Union[bool, IResolvable]
- *Type:* typing.Union[bool, cdktf.IResolvable]
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization_token#force_regenerate OrganizationToken#force_regenerate}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization_token#force_regenerate OrganizationToken#force_regenerate}.
---
@@ -1074,7 +1074,7 @@ id: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization_token#id OrganizationToken#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization_token#id OrganizationToken#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you 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 @@ organization: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization_token#organization OrganizationToken#organization}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization_token#organization OrganizationToken#organization}.
---
diff --git a/docs/organizationToken.typescript.md b/docs/organizationToken.typescript.md
index b34e71ebd..658f0b0f3 100644
--- a/docs/organizationToken.typescript.md
+++ b/docs/organizationToken.typescript.md
@@ -4,7 +4,7 @@
### OrganizationToken
-Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization_token tfe_organization_token}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization_token tfe_organization_token}.
#### Initializers
@@ -495,7 +495,7 @@ The construct id used in the generated config for the OrganizationToken to impor
The id of the existing OrganizationToken that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization_token#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization_token#import import section} in the documentation of this resource for the id to use
---
@@ -810,10 +810,10 @@ const organizationTokenConfig: organizationToken.OrganizationTokenConfig = { ...
| lifecycle
| cdktf.TerraformResourceLifecycle
| *No description.* |
| provider
| cdktf.TerraformProvider
| *No description.* |
| provisioners
| cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[]
| *No description.* |
-| expiredAt
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization_token#expired_at OrganizationToken#expired_at}. |
-| forceRegenerate
| boolean \| cdktf.IResolvable
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization_token#force_regenerate OrganizationToken#force_regenerate}. |
-| id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization_token#id OrganizationToken#id}. |
-| organization
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization_token#organization OrganizationToken#organization}. |
+| expiredAt
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization_token#expired_at OrganizationToken#expired_at}. |
+| forceRegenerate
| boolean \| cdktf.IResolvable
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization_token#force_regenerate OrganizationToken#force_regenerate}. |
+| id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization_token#id OrganizationToken#id}. |
+| organization
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization_token#organization OrganizationToken#organization}. |
---
@@ -895,7 +895,7 @@ public readonly expiredAt: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization_token#expired_at OrganizationToken#expired_at}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization_token#expired_at OrganizationToken#expired_at}.
---
@@ -907,7 +907,7 @@ public readonly forceRegenerate: boolean | IResolvable;
- *Type:* boolean | cdktf.IResolvable
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization_token#force_regenerate OrganizationToken#force_regenerate}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization_token#force_regenerate OrganizationToken#force_regenerate}.
---
@@ -919,7 +919,7 @@ public readonly id: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization_token#id OrganizationToken#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization_token#id OrganizationToken#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -934,7 +934,7 @@ public readonly organization: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization_token#organization OrganizationToken#organization}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization_token#organization OrganizationToken#organization}.
---
diff --git a/docs/policy.csharp.md b/docs/policy.csharp.md
index e24f98eea..08593aac7 100644
--- a/docs/policy.csharp.md
+++ b/docs/policy.csharp.md
@@ -4,7 +4,7 @@
### Policy
-Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/policy tfe_policy}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/policy tfe_policy}.
#### Initializers
@@ -509,7 +509,7 @@ The construct id used in the generated config for the Policy to import.
The id of the existing Policy that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/policy#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/policy#import import section} in the documentation of this resource for the id to use
---
@@ -921,7 +921,7 @@ new PolicyConfig {
| Policy
| string
| Text of a valid Sentinel or OPA policy. |
| Description
| string
| Text describing the policy's purpose. |
| EnforceMode
| string
| The enforcement configuration of the policy. |
-| Id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/policy#id Policy#id}. |
+| Id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/policy#id Policy#id}. |
| Kind
| string
| The policy-as-code framework for the policy. Valid values are sentinel and opa. |
| Organization
| string
| Name of the organization that this policy belongs to. |
| Query
| string
| The OPA query to run. Required for OPA policies. |
@@ -1008,7 +1008,7 @@ public string Name { get; set; }
The name of the policy.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/policy#name Policy#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/policy#name Policy#name}
---
@@ -1022,7 +1022,7 @@ public string Policy { get; set; }
Text of a valid Sentinel or OPA policy.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/policy#policy Policy#policy}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/policy#policy Policy#policy}
---
@@ -1036,7 +1036,7 @@ public string Description { get; set; }
Text describing the policy's purpose.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/policy#description Policy#description}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/policy#description Policy#description}
---
@@ -1052,7 +1052,7 @@ The enforcement configuration of the policy.
For Sentinel, valid values are `hard-mandatory`, `soft-mandatory` and `advisory`. For OPA, Valid values are `mandatory` and `advisory`
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/policy#enforce_mode Policy#enforce_mode}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/policy#enforce_mode Policy#enforce_mode}
---
@@ -1064,7 +1064,7 @@ public string Id { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/policy#id Policy#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/policy#id Policy#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you 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 Kind { get; set; }
The policy-as-code framework for the policy. Valid values are sentinel and opa.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/policy#kind Policy#kind}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/policy#kind Policy#kind}
---
@@ -1095,7 +1095,7 @@ public string Organization { get; set; }
Name of the organization that this policy belongs to.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/policy#organization Policy#organization}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/policy#organization Policy#organization}
---
@@ -1109,7 +1109,7 @@ public string Query { get; set; }
The OPA query to run. Required for OPA policies.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/policy#query Policy#query}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/policy#query Policy#query}
---
diff --git a/docs/policy.go.md b/docs/policy.go.md
index 525bc93df..bc1ee184a 100644
--- a/docs/policy.go.md
+++ b/docs/policy.go.md
@@ -4,7 +4,7 @@
### Policy
-Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/policy tfe_policy}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/policy tfe_policy}.
#### Initializers
@@ -509,7 +509,7 @@ The construct id used in the generated config for the Policy to import.
The id of the existing Policy that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/policy#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/policy#import import section} in the documentation of this resource for the id to use
---
@@ -921,7 +921,7 @@ import "github.com/cdktf/cdktf-provider-tfe-go/tfe/v11/policy"
| Policy
| *string
| Text of a valid Sentinel or OPA policy. |
| Description
| *string
| Text describing the policy's purpose. |
| EnforceMode
| *string
| The enforcement configuration of the policy. |
-| Id
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/policy#id Policy#id}. |
+| Id
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/policy#id Policy#id}. |
| Kind
| *string
| The policy-as-code framework for the policy. Valid values are sentinel and opa. |
| Organization
| *string
| Name of the organization that this policy belongs to. |
| Query
| *string
| The OPA query to run. Required for OPA policies. |
@@ -1008,7 +1008,7 @@ Name *string
The name of the policy.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/policy#name Policy#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/policy#name Policy#name}
---
@@ -1022,7 +1022,7 @@ Policy *string
Text of a valid Sentinel or OPA policy.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/policy#policy Policy#policy}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/policy#policy Policy#policy}
---
@@ -1036,7 +1036,7 @@ Description *string
Text describing the policy's purpose.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/policy#description Policy#description}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/policy#description Policy#description}
---
@@ -1052,7 +1052,7 @@ The enforcement configuration of the policy.
For Sentinel, valid values are `hard-mandatory`, `soft-mandatory` and `advisory`. For OPA, Valid values are `mandatory` and `advisory`
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/policy#enforce_mode Policy#enforce_mode}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/policy#enforce_mode Policy#enforce_mode}
---
@@ -1064,7 +1064,7 @@ Id *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/policy#id Policy#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/policy#id Policy#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you 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 @@ Kind *string
The policy-as-code framework for the policy. Valid values are sentinel and opa.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/policy#kind Policy#kind}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/policy#kind Policy#kind}
---
@@ -1095,7 +1095,7 @@ Organization *string
Name of the organization that this policy belongs to.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/policy#organization Policy#organization}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/policy#organization Policy#organization}
---
@@ -1109,7 +1109,7 @@ Query *string
The OPA query to run. Required for OPA policies.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/policy#query Policy#query}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/policy#query Policy#query}
---
diff --git a/docs/policy.java.md b/docs/policy.java.md
index cabd4da9c..f13e50d1c 100644
--- a/docs/policy.java.md
+++ b/docs/policy.java.md
@@ -4,7 +4,7 @@
### Policy
-Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/policy tfe_policy}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/policy tfe_policy}.
#### Initializers
@@ -49,7 +49,7 @@ Policy.Builder.create(Construct scope, java.lang.String id)
| policy
| java.lang.String
| Text of a valid Sentinel or OPA policy. |
| description
| java.lang.String
| Text describing the policy's purpose. |
| enforceMode
| java.lang.String
| The enforcement configuration of the policy. |
-| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/policy#id Policy#id}. |
+| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/policy#id Policy#id}. |
| kind
| java.lang.String
| The policy-as-code framework for the policy. Valid values are sentinel and opa. |
| organization
| java.lang.String
| Name of the organization that this policy belongs to. |
| query
| java.lang.String
| The OPA query to run. Required for OPA policies. |
@@ -122,7 +122,7 @@ Must be unique amongst siblings in the same scope
The name of the policy.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/policy#name Policy#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/policy#name Policy#name}
---
@@ -132,7 +132,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
Text of a valid Sentinel or OPA policy.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/policy#policy Policy#policy}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/policy#policy Policy#policy}
---
@@ -142,7 +142,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
Text describing the policy's purpose.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/policy#description Policy#description}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/policy#description Policy#description}
---
@@ -154,7 +154,7 @@ The enforcement configuration of the policy.
For Sentinel, valid values are `hard-mandatory`, `soft-mandatory` and `advisory`. For OPA, Valid values are `mandatory` and `advisory`
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/policy#enforce_mode Policy#enforce_mode}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/policy#enforce_mode Policy#enforce_mode}
---
@@ -162,7 +162,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/policy#id Policy#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/policy#id Policy#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -175,7 +175,7 @@ If you experience problems setting this value it might not be settable. Please t
The policy-as-code framework for the policy. Valid values are sentinel and opa.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/policy#kind Policy#kind}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/policy#kind Policy#kind}
---
@@ -185,7 +185,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
Name of the organization that this policy belongs to.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/policy#organization Policy#organization}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/policy#organization Policy#organization}
---
@@ -195,7 +195,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
The OPA query to run. Required for OPA policies.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/policy#query Policy#query}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/policy#query Policy#query}
---
@@ -664,7 +664,7 @@ The construct id used in the generated config for the Policy to import.
The id of the existing Policy that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/policy#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/policy#import import section} in the documentation of this resource for the id to use
---
@@ -1080,7 +1080,7 @@ PolicyConfig.builder()
| policy
| java.lang.String
| Text of a valid Sentinel or OPA policy. |
| description
| java.lang.String
| Text describing the policy's purpose. |
| enforceMode
| java.lang.String
| The enforcement configuration of the policy. |
-| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/policy#id Policy#id}. |
+| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/policy#id Policy#id}. |
| kind
| java.lang.String
| The policy-as-code framework for the policy. Valid values are sentinel and opa. |
| organization
| java.lang.String
| Name of the organization that this policy belongs to. |
| query
| java.lang.String
| The OPA query to run. Required for OPA policies. |
@@ -1167,7 +1167,7 @@ public java.lang.String getName();
The name of the policy.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/policy#name Policy#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/policy#name Policy#name}
---
@@ -1181,7 +1181,7 @@ public java.lang.String getPolicy();
Text of a valid Sentinel or OPA policy.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/policy#policy Policy#policy}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/policy#policy Policy#policy}
---
@@ -1195,7 +1195,7 @@ public java.lang.String getDescription();
Text describing the policy's purpose.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/policy#description Policy#description}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/policy#description Policy#description}
---
@@ -1211,7 +1211,7 @@ The enforcement configuration of the policy.
For Sentinel, valid values are `hard-mandatory`, `soft-mandatory` and `advisory`. For OPA, Valid values are `mandatory` and `advisory`
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/policy#enforce_mode Policy#enforce_mode}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/policy#enforce_mode Policy#enforce_mode}
---
@@ -1223,7 +1223,7 @@ public java.lang.String getId();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/policy#id Policy#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/policy#id Policy#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you 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.lang.String getKind();
The policy-as-code framework for the policy. Valid values are sentinel and opa.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/policy#kind Policy#kind}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/policy#kind Policy#kind}
---
@@ -1254,7 +1254,7 @@ public java.lang.String getOrganization();
Name of the organization that this policy belongs to.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/policy#organization Policy#organization}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/policy#organization Policy#organization}
---
@@ -1268,7 +1268,7 @@ public java.lang.String getQuery();
The OPA query to run. Required for OPA policies.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/policy#query Policy#query}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/policy#query Policy#query}
---
diff --git a/docs/policy.python.md b/docs/policy.python.md
index 7ab4d72aa..02c211cc9 100644
--- a/docs/policy.python.md
+++ b/docs/policy.python.md
@@ -4,7 +4,7 @@
### Policy
-Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/policy tfe_policy}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/policy tfe_policy}.
#### Initializers
@@ -47,7 +47,7 @@ policy.Policy(
| policy
| str
| Text of a valid Sentinel or OPA policy. |
| description
| str
| Text describing the policy's purpose. |
| enforce_mode
| str
| The enforcement configuration of the policy. |
-| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/policy#id Policy#id}. |
+| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/policy#id Policy#id}. |
| kind
| str
| The policy-as-code framework for the policy. Valid values are sentinel and opa. |
| organization
| str
| Name of the organization that this policy belongs to. |
| query
| str
| The OPA query to run. Required for OPA policies. |
@@ -120,7 +120,7 @@ Must be unique amongst siblings in the same scope
The name of the policy.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/policy#name Policy#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/policy#name Policy#name}
---
@@ -130,7 +130,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
Text of a valid Sentinel or OPA policy.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/policy#policy Policy#policy}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/policy#policy Policy#policy}
---
@@ -140,7 +140,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
Text describing the policy's purpose.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/policy#description Policy#description}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/policy#description Policy#description}
---
@@ -152,7 +152,7 @@ The enforcement configuration of the policy.
For Sentinel, valid values are `hard-mandatory`, `soft-mandatory` and `advisory`. For OPA, Valid values are `mandatory` and `advisory`
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/policy#enforce_mode Policy#enforce_mode}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/policy#enforce_mode Policy#enforce_mode}
---
@@ -160,7 +160,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/policy#id Policy#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/policy#id Policy#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -173,7 +173,7 @@ If you experience problems setting this value it might not be settable. Please t
The policy-as-code framework for the policy. Valid values are sentinel and opa.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/policy#kind Policy#kind}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/policy#kind Policy#kind}
---
@@ -183,7 +183,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
Name of the organization that this policy belongs to.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/policy#organization Policy#organization}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/policy#organization Policy#organization}
---
@@ -193,7 +193,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
The OPA query to run. Required for OPA policies.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/policy#query Policy#query}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/policy#query Policy#query}
---
@@ -708,7 +708,7 @@ The construct id used in the generated config for the Policy to import.
The id of the existing Policy that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/policy#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/policy#import import section} in the documentation of this resource for the id to use
---
@@ -1120,7 +1120,7 @@ policy.PolicyConfig(
| policy
| str
| Text of a valid Sentinel or OPA policy. |
| description
| str
| Text describing the policy's purpose. |
| enforce_mode
| str
| The enforcement configuration of the policy. |
-| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/policy#id Policy#id}. |
+| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/policy#id Policy#id}. |
| kind
| str
| The policy-as-code framework for the policy. Valid values are sentinel and opa. |
| organization
| str
| Name of the organization that this policy belongs to. |
| query
| str
| The OPA query to run. Required for OPA policies. |
@@ -1207,7 +1207,7 @@ name: str
The name of the policy.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/policy#name Policy#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/policy#name Policy#name}
---
@@ -1221,7 +1221,7 @@ policy: str
Text of a valid Sentinel or OPA policy.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/policy#policy Policy#policy}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/policy#policy Policy#policy}
---
@@ -1235,7 +1235,7 @@ description: str
Text describing the policy's purpose.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/policy#description Policy#description}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/policy#description Policy#description}
---
@@ -1251,7 +1251,7 @@ The enforcement configuration of the policy.
For Sentinel, valid values are `hard-mandatory`, `soft-mandatory` and `advisory`. For OPA, Valid values are `mandatory` and `advisory`
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/policy#enforce_mode Policy#enforce_mode}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/policy#enforce_mode Policy#enforce_mode}
---
@@ -1263,7 +1263,7 @@ id: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/policy#id Policy#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/policy#id Policy#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you 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 @@ kind: str
The policy-as-code framework for the policy. Valid values are sentinel and opa.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/policy#kind Policy#kind}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/policy#kind Policy#kind}
---
@@ -1294,7 +1294,7 @@ organization: str
Name of the organization that this policy belongs to.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/policy#organization Policy#organization}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/policy#organization Policy#organization}
---
@@ -1308,7 +1308,7 @@ query: str
The OPA query to run. Required for OPA policies.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/policy#query Policy#query}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/policy#query Policy#query}
---
diff --git a/docs/policy.typescript.md b/docs/policy.typescript.md
index b46701ee3..e2d0e7f49 100644
--- a/docs/policy.typescript.md
+++ b/docs/policy.typescript.md
@@ -4,7 +4,7 @@
### Policy
-Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/policy tfe_policy}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/policy tfe_policy}.
#### Initializers
@@ -509,7 +509,7 @@ The construct id used in the generated config for the Policy to import.
The id of the existing Policy that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/policy#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/policy#import import section} in the documentation of this resource for the id to use
---
@@ -905,7 +905,7 @@ const policyConfig: policy.PolicyConfig = { ... }
| policy
| string
| Text of a valid Sentinel or OPA policy. |
| description
| string
| Text describing the policy's purpose. |
| enforceMode
| string
| The enforcement configuration of the policy. |
-| id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/policy#id Policy#id}. |
+| id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/policy#id Policy#id}. |
| kind
| string
| The policy-as-code framework for the policy. Valid values are sentinel and opa. |
| organization
| string
| Name of the organization that this policy belongs to. |
| query
| string
| The OPA query to run. Required for OPA policies. |
@@ -992,7 +992,7 @@ public readonly name: string;
The name of the policy.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/policy#name Policy#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/policy#name Policy#name}
---
@@ -1006,7 +1006,7 @@ public readonly policy: string;
Text of a valid Sentinel or OPA policy.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/policy#policy Policy#policy}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/policy#policy Policy#policy}
---
@@ -1020,7 +1020,7 @@ public readonly description: string;
Text describing the policy's purpose.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/policy#description Policy#description}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/policy#description Policy#description}
---
@@ -1036,7 +1036,7 @@ The enforcement configuration of the policy.
For Sentinel, valid values are `hard-mandatory`, `soft-mandatory` and `advisory`. For OPA, Valid values are ``mandatory` and `advisory``
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/policy#enforce_mode Policy#enforce_mode}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/policy#enforce_mode Policy#enforce_mode}
---
@@ -1048,7 +1048,7 @@ public readonly id: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/policy#id Policy#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/policy#id Policy#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -1065,7 +1065,7 @@ public readonly kind: string;
The policy-as-code framework for the policy. Valid values are sentinel and opa.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/policy#kind Policy#kind}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/policy#kind Policy#kind}
---
@@ -1079,7 +1079,7 @@ public readonly organization: string;
Name of the organization that this policy belongs to.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/policy#organization Policy#organization}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/policy#organization Policy#organization}
---
@@ -1093,7 +1093,7 @@ public readonly query: string;
The OPA query to run. Required for OPA policies.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/policy#query Policy#query}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/policy#query Policy#query}
---
diff --git a/docs/policySet.csharp.md b/docs/policySet.csharp.md
index 7bf267e76..5f54fb955 100644
--- a/docs/policySet.csharp.md
+++ b/docs/policySet.csharp.md
@@ -4,7 +4,7 @@
### PolicySet
-Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/policy_set tfe_policy_set}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/policy_set tfe_policy_set}.
#### Initializers
@@ -571,7 +571,7 @@ The construct id used in the generated config for the PolicySet to import.
The id of the existing PolicySet that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/policy_set#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/policy_set#import import section} in the documentation of this resource for the id to use
---
@@ -1117,20 +1117,20 @@ new PolicySetConfig {
| 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/hashicorp/tfe/0.60.1/docs/resources/policy_set#name PolicySet#name}. |
+| Name
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/policy_set#name PolicySet#name}. |
| AgentEnabled
| object
| Whether the policy set is executed in the HCP Terraform agent. True by default for OPA policies. |
-| Description
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/policy_set#description PolicySet#description}. |
-| Global
| object
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/policy_set#global PolicySet#global}. |
-| Id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/policy_set#id PolicySet#id}. |
-| Kind
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/policy_set#kind PolicySet#kind}. |
-| Organization
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/policy_set#organization PolicySet#organization}. |
-| Overridable
| object
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/policy_set#overridable PolicySet#overridable}. |
-| PoliciesPath
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/policy_set#policies_path PolicySet#policies_path}. |
-| PolicyIds
| string[]
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/policy_set#policy_ids PolicySet#policy_ids}. |
+| Description
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/policy_set#description PolicySet#description}. |
+| Global
| object
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/policy_set#global PolicySet#global}. |
+| Id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/policy_set#id PolicySet#id}. |
+| Kind
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/policy_set#kind PolicySet#kind}. |
+| Organization
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/policy_set#organization PolicySet#organization}. |
+| Overridable
| object
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/policy_set#overridable PolicySet#overridable}. |
+| PoliciesPath
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/policy_set#policies_path PolicySet#policies_path}. |
+| PolicyIds
| string[]
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/policy_set#policy_ids PolicySet#policy_ids}. |
| PolicyToolVersion
| string
| The policy tool version to run the policy evaluation against. |
-| Slug
| System.Collections.Generic.IDictionary
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/policy_set#slug PolicySet#slug}. |
+| Slug
| System.Collections.Generic.IDictionary
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/policy_set#slug PolicySet#slug}. |
| VcsRepo
| PolicySetVcsRepo
| vcs_repo block. |
-| WorkspaceIds
| string[]
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/policy_set#workspace_ids PolicySet#workspace_ids}. |
+| WorkspaceIds
| string[]
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/policy_set#workspace_ids PolicySet#workspace_ids}. |
---
@@ -1212,7 +1212,7 @@ public string Name { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/policy_set#name PolicySet#name}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/policy_set#name PolicySet#name}.
---
@@ -1226,7 +1226,7 @@ public object AgentEnabled { get; set; }
Whether the policy set is executed in the HCP Terraform agent. True by default for OPA policies.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/policy_set#agent_enabled PolicySet#agent_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/policy_set#agent_enabled PolicySet#agent_enabled}
---
@@ -1238,7 +1238,7 @@ public string Description { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/policy_set#description PolicySet#description}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/policy_set#description PolicySet#description}.
---
@@ -1250,7 +1250,7 @@ public object Global { get; set; }
- *Type:* object
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/policy_set#global PolicySet#global}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/policy_set#global PolicySet#global}.
---
@@ -1262,7 +1262,7 @@ public string Id { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/policy_set#id PolicySet#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/policy_set#id PolicySet#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -1277,7 +1277,7 @@ public string Kind { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/policy_set#kind PolicySet#kind}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/policy_set#kind PolicySet#kind}.
---
@@ -1289,7 +1289,7 @@ public string Organization { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/policy_set#organization PolicySet#organization}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/policy_set#organization PolicySet#organization}.
---
@@ -1301,7 +1301,7 @@ public object Overridable { get; set; }
- *Type:* object
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/policy_set#overridable PolicySet#overridable}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/policy_set#overridable PolicySet#overridable}.
---
@@ -1313,7 +1313,7 @@ public string PoliciesPath { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/policy_set#policies_path PolicySet#policies_path}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/policy_set#policies_path PolicySet#policies_path}.
---
@@ -1325,7 +1325,7 @@ public string[] PolicyIds { get; set; }
- *Type:* string[]
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/policy_set#policy_ids PolicySet#policy_ids}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/policy_set#policy_ids PolicySet#policy_ids}.
---
@@ -1339,7 +1339,7 @@ public string PolicyToolVersion { get; set; }
The policy tool version to run the policy evaluation against.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/policy_set#policy_tool_version PolicySet#policy_tool_version}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/policy_set#policy_tool_version PolicySet#policy_tool_version}
---
@@ -1351,7 +1351,7 @@ public System.Collections.Generic.IDictionary Slug { get; set; }
- *Type:* System.Collections.Generic.IDictionary
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/policy_set#slug PolicySet#slug}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/policy_set#slug PolicySet#slug}.
---
@@ -1365,7 +1365,7 @@ public PolicySetVcsRepo VcsRepo { get; set; }
vcs_repo block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/policy_set#vcs_repo PolicySet#vcs_repo}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/policy_set#vcs_repo PolicySet#vcs_repo}
---
@@ -1377,7 +1377,7 @@ public string[] WorkspaceIds { get; set; }
- *Type:* string[]
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/policy_set#workspace_ids PolicySet#workspace_ids}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/policy_set#workspace_ids PolicySet#workspace_ids}.
---
@@ -1401,11 +1401,11 @@ new PolicySetVcsRepo {
| **Name** | **Type** | **Description** |
| --- | --- | --- |
-| Identifier
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/policy_set#identifier PolicySet#identifier}. |
-| Branch
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/policy_set#branch PolicySet#branch}. |
-| GithubAppInstallationId
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/policy_set#github_app_installation_id PolicySet#github_app_installation_id}. |
-| IngressSubmodules
| object
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/policy_set#ingress_submodules PolicySet#ingress_submodules}. |
-| OauthTokenId
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/policy_set#oauth_token_id PolicySet#oauth_token_id}. |
+| Identifier
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/policy_set#identifier PolicySet#identifier}. |
+| Branch
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/policy_set#branch PolicySet#branch}. |
+| GithubAppInstallationId
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/policy_set#github_app_installation_id PolicySet#github_app_installation_id}. |
+| IngressSubmodules
| object
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/policy_set#ingress_submodules PolicySet#ingress_submodules}. |
+| OauthTokenId
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/policy_set#oauth_token_id PolicySet#oauth_token_id}. |
---
@@ -1417,7 +1417,7 @@ public string Identifier { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/policy_set#identifier PolicySet#identifier}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/policy_set#identifier PolicySet#identifier}.
---
@@ -1429,7 +1429,7 @@ public string Branch { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/policy_set#branch PolicySet#branch}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/policy_set#branch PolicySet#branch}.
---
@@ -1441,7 +1441,7 @@ public string GithubAppInstallationId { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/policy_set#github_app_installation_id PolicySet#github_app_installation_id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/policy_set#github_app_installation_id PolicySet#github_app_installation_id}.
---
@@ -1453,7 +1453,7 @@ public object IngressSubmodules { get; set; }
- *Type:* object
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/policy_set#ingress_submodules PolicySet#ingress_submodules}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/policy_set#ingress_submodules PolicySet#ingress_submodules}.
---
@@ -1465,7 +1465,7 @@ public string OauthTokenId { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/policy_set#oauth_token_id PolicySet#oauth_token_id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/policy_set#oauth_token_id PolicySet#oauth_token_id}.
---
diff --git a/docs/policySet.go.md b/docs/policySet.go.md
index 8e65a72c3..eedbb1b1b 100644
--- a/docs/policySet.go.md
+++ b/docs/policySet.go.md
@@ -4,7 +4,7 @@
### PolicySet
-Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/policy_set tfe_policy_set}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/policy_set tfe_policy_set}.
#### Initializers
@@ -571,7 +571,7 @@ The construct id used in the generated config for the PolicySet to import.
The id of the existing PolicySet that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/policy_set#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/policy_set#import import section} in the documentation of this resource for the id to use
---
@@ -1117,20 +1117,20 @@ import "github.com/cdktf/cdktf-provider-tfe-go/tfe/v11/policyset"
| 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/hashicorp/tfe/0.60.1/docs/resources/policy_set#name PolicySet#name}. |
+| Name
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/policy_set#name PolicySet#name}. |
| AgentEnabled
| interface{}
| Whether the policy set is executed in the HCP Terraform agent. True by default for OPA policies. |
-| Description
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/policy_set#description PolicySet#description}. |
-| Global
| interface{}
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/policy_set#global PolicySet#global}. |
-| Id
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/policy_set#id PolicySet#id}. |
-| Kind
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/policy_set#kind PolicySet#kind}. |
-| Organization
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/policy_set#organization PolicySet#organization}. |
-| Overridable
| interface{}
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/policy_set#overridable PolicySet#overridable}. |
-| PoliciesPath
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/policy_set#policies_path PolicySet#policies_path}. |
-| PolicyIds
| *[]*string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/policy_set#policy_ids PolicySet#policy_ids}. |
+| Description
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/policy_set#description PolicySet#description}. |
+| Global
| interface{}
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/policy_set#global PolicySet#global}. |
+| Id
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/policy_set#id PolicySet#id}. |
+| Kind
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/policy_set#kind PolicySet#kind}. |
+| Organization
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/policy_set#organization PolicySet#organization}. |
+| Overridable
| interface{}
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/policy_set#overridable PolicySet#overridable}. |
+| PoliciesPath
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/policy_set#policies_path PolicySet#policies_path}. |
+| PolicyIds
| *[]*string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/policy_set#policy_ids PolicySet#policy_ids}. |
| PolicyToolVersion
| *string
| The policy tool version to run the policy evaluation against. |
-| Slug
| *map[string]*string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/policy_set#slug PolicySet#slug}. |
+| Slug
| *map[string]*string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/policy_set#slug PolicySet#slug}. |
| VcsRepo
| PolicySetVcsRepo
| vcs_repo block. |
-| WorkspaceIds
| *[]*string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/policy_set#workspace_ids PolicySet#workspace_ids}. |
+| WorkspaceIds
| *[]*string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/policy_set#workspace_ids PolicySet#workspace_ids}. |
---
@@ -1212,7 +1212,7 @@ Name *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/policy_set#name PolicySet#name}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/policy_set#name PolicySet#name}.
---
@@ -1226,7 +1226,7 @@ AgentEnabled interface{}
Whether the policy set is executed in the HCP Terraform agent. True by default for OPA policies.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/policy_set#agent_enabled PolicySet#agent_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/policy_set#agent_enabled PolicySet#agent_enabled}
---
@@ -1238,7 +1238,7 @@ Description *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/policy_set#description PolicySet#description}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/policy_set#description PolicySet#description}.
---
@@ -1250,7 +1250,7 @@ Global interface{}
- *Type:* interface{}
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/policy_set#global PolicySet#global}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/policy_set#global PolicySet#global}.
---
@@ -1262,7 +1262,7 @@ Id *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/policy_set#id PolicySet#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/policy_set#id PolicySet#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -1277,7 +1277,7 @@ Kind *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/policy_set#kind PolicySet#kind}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/policy_set#kind PolicySet#kind}.
---
@@ -1289,7 +1289,7 @@ Organization *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/policy_set#organization PolicySet#organization}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/policy_set#organization PolicySet#organization}.
---
@@ -1301,7 +1301,7 @@ Overridable interface{}
- *Type:* interface{}
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/policy_set#overridable PolicySet#overridable}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/policy_set#overridable PolicySet#overridable}.
---
@@ -1313,7 +1313,7 @@ PoliciesPath *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/policy_set#policies_path PolicySet#policies_path}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/policy_set#policies_path PolicySet#policies_path}.
---
@@ -1325,7 +1325,7 @@ PolicyIds *[]*string
- *Type:* *[]*string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/policy_set#policy_ids PolicySet#policy_ids}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/policy_set#policy_ids PolicySet#policy_ids}.
---
@@ -1339,7 +1339,7 @@ PolicyToolVersion *string
The policy tool version to run the policy evaluation against.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/policy_set#policy_tool_version PolicySet#policy_tool_version}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/policy_set#policy_tool_version PolicySet#policy_tool_version}
---
@@ -1351,7 +1351,7 @@ Slug *map[string]*string
- *Type:* *map[string]*string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/policy_set#slug PolicySet#slug}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/policy_set#slug PolicySet#slug}.
---
@@ -1365,7 +1365,7 @@ VcsRepo PolicySetVcsRepo
vcs_repo block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/policy_set#vcs_repo PolicySet#vcs_repo}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/policy_set#vcs_repo PolicySet#vcs_repo}
---
@@ -1377,7 +1377,7 @@ WorkspaceIds *[]*string
- *Type:* *[]*string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/policy_set#workspace_ids PolicySet#workspace_ids}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/policy_set#workspace_ids PolicySet#workspace_ids}.
---
@@ -1401,11 +1401,11 @@ import "github.com/cdktf/cdktf-provider-tfe-go/tfe/v11/policyset"
| **Name** | **Type** | **Description** |
| --- | --- | --- |
-| Identifier
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/policy_set#identifier PolicySet#identifier}. |
-| Branch
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/policy_set#branch PolicySet#branch}. |
-| GithubAppInstallationId
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/policy_set#github_app_installation_id PolicySet#github_app_installation_id}. |
-| IngressSubmodules
| interface{}
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/policy_set#ingress_submodules PolicySet#ingress_submodules}. |
-| OauthTokenId
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/policy_set#oauth_token_id PolicySet#oauth_token_id}. |
+| Identifier
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/policy_set#identifier PolicySet#identifier}. |
+| Branch
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/policy_set#branch PolicySet#branch}. |
+| GithubAppInstallationId
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/policy_set#github_app_installation_id PolicySet#github_app_installation_id}. |
+| IngressSubmodules
| interface{}
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/policy_set#ingress_submodules PolicySet#ingress_submodules}. |
+| OauthTokenId
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/policy_set#oauth_token_id PolicySet#oauth_token_id}. |
---
@@ -1417,7 +1417,7 @@ Identifier *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/policy_set#identifier PolicySet#identifier}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/policy_set#identifier PolicySet#identifier}.
---
@@ -1429,7 +1429,7 @@ Branch *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/policy_set#branch PolicySet#branch}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/policy_set#branch PolicySet#branch}.
---
@@ -1441,7 +1441,7 @@ GithubAppInstallationId *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/policy_set#github_app_installation_id PolicySet#github_app_installation_id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/policy_set#github_app_installation_id PolicySet#github_app_installation_id}.
---
@@ -1453,7 +1453,7 @@ IngressSubmodules interface{}
- *Type:* interface{}
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/policy_set#ingress_submodules PolicySet#ingress_submodules}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/policy_set#ingress_submodules PolicySet#ingress_submodules}.
---
@@ -1465,7 +1465,7 @@ OauthTokenId *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/policy_set#oauth_token_id PolicySet#oauth_token_id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/policy_set#oauth_token_id PolicySet#oauth_token_id}.
---
diff --git a/docs/policySet.java.md b/docs/policySet.java.md
index 600725660..e413f2ef7 100644
--- a/docs/policySet.java.md
+++ b/docs/policySet.java.md
@@ -4,7 +4,7 @@
### PolicySet
-Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/policy_set tfe_policy_set}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/policy_set tfe_policy_set}.
#### Initializers
@@ -54,20 +54,20 @@ PolicySet.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/hashicorp/tfe/0.60.1/docs/resources/policy_set#name PolicySet#name}. |
+| name
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/policy_set#name PolicySet#name}. |
| agentEnabled
| java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
| Whether the policy set is executed in the HCP Terraform agent. True by default for OPA policies. |
-| description
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/policy_set#description PolicySet#description}. |
-| global
| java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/policy_set#global PolicySet#global}. |
-| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/policy_set#id PolicySet#id}. |
-| kind
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/policy_set#kind PolicySet#kind}. |
-| organization
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/policy_set#organization PolicySet#organization}. |
-| overridable
| java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/policy_set#overridable PolicySet#overridable}. |
-| policiesPath
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/policy_set#policies_path PolicySet#policies_path}. |
-| policyIds
| java.util.List
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/policy_set#policy_ids PolicySet#policy_ids}. |
+| description
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/policy_set#description PolicySet#description}. |
+| global
| java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/policy_set#global PolicySet#global}. |
+| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/policy_set#id PolicySet#id}. |
+| kind
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/policy_set#kind PolicySet#kind}. |
+| organization
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/policy_set#organization PolicySet#organization}. |
+| overridable
| java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/policy_set#overridable PolicySet#overridable}. |
+| policiesPath
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/policy_set#policies_path PolicySet#policies_path}. |
+| policyIds
| java.util.List
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/policy_set#policy_ids PolicySet#policy_ids}. |
| policyToolVersion
| java.lang.String
| The policy tool version to run the policy evaluation against. |
-| slug
| java.util.Map
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/policy_set#slug PolicySet#slug}. |
+| slug
| java.util.Map
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/policy_set#slug PolicySet#slug}. |
| vcsRepo
| PolicySetVcsRepo
| vcs_repo block. |
-| workspaceIds
| java.util.List
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/policy_set#workspace_ids PolicySet#workspace_ids}. |
+| workspaceIds
| java.util.List
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/policy_set#workspace_ids PolicySet#workspace_ids}. |
---
@@ -135,7 +135,7 @@ Must be unique amongst siblings in the same scope
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/policy_set#name PolicySet#name}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/policy_set#name PolicySet#name}.
---
@@ -145,7 +145,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
Whether the policy set is executed in the HCP Terraform agent. True by default for OPA policies.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/policy_set#agent_enabled PolicySet#agent_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/policy_set#agent_enabled PolicySet#agent_enabled}
---
@@ -153,7 +153,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/policy_set#description PolicySet#description}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/policy_set#description PolicySet#description}.
---
@@ -161,7 +161,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/policy_set#global PolicySet#global}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/policy_set#global PolicySet#global}.
---
@@ -169,7 +169,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/policy_set#id PolicySet#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/policy_set#id PolicySet#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -180,7 +180,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/hashicorp/tfe/0.60.1/docs/resources/policy_set#kind PolicySet#kind}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/policy_set#kind PolicySet#kind}.
---
@@ -188,7 +188,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/policy_set#organization PolicySet#organization}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/policy_set#organization PolicySet#organization}.
---
@@ -196,7 +196,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/policy_set#overridable PolicySet#overridable}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/policy_set#overridable PolicySet#overridable}.
---
@@ -204,7 +204,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/policy_set#policies_path PolicySet#policies_path}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/policy_set#policies_path PolicySet#policies_path}.
---
@@ -212,7 +212,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* java.util.List
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/policy_set#policy_ids PolicySet#policy_ids}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/policy_set#policy_ids PolicySet#policy_ids}.
---
@@ -222,7 +222,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
The policy tool version to run the policy evaluation against.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/policy_set#policy_tool_version PolicySet#policy_tool_version}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/policy_set#policy_tool_version PolicySet#policy_tool_version}
---
@@ -230,7 +230,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* java.util.Map
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/policy_set#slug PolicySet#slug}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/policy_set#slug PolicySet#slug}.
---
@@ -240,7 +240,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
vcs_repo block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/policy_set#vcs_repo PolicySet#vcs_repo}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/policy_set#vcs_repo PolicySet#vcs_repo}
---
@@ -248,7 +248,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* java.util.List
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/policy_set#workspace_ids PolicySet#workspace_ids}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/policy_set#workspace_ids PolicySet#workspace_ids}.
---
@@ -779,7 +779,7 @@ The construct id used in the generated config for the PolicySet to import.
The id of the existing PolicySet that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/policy_set#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/policy_set#import import section} in the documentation of this resource for the id to use
---
@@ -1332,20 +1332,20 @@ PolicySetConfig.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/hashicorp/tfe/0.60.1/docs/resources/policy_set#name PolicySet#name}. |
+| name
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/policy_set#name PolicySet#name}. |
| agentEnabled
| java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
| Whether the policy set is executed in the HCP Terraform agent. True by default for OPA policies. |
-| description
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/policy_set#description PolicySet#description}. |
-| global
| java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/policy_set#global PolicySet#global}. |
-| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/policy_set#id PolicySet#id}. |
-| kind
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/policy_set#kind PolicySet#kind}. |
-| organization
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/policy_set#organization PolicySet#organization}. |
-| overridable
| java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/policy_set#overridable PolicySet#overridable}. |
-| policiesPath
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/policy_set#policies_path PolicySet#policies_path}. |
-| policyIds
| java.util.List
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/policy_set#policy_ids PolicySet#policy_ids}. |
+| description
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/policy_set#description PolicySet#description}. |
+| global
| java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/policy_set#global PolicySet#global}. |
+| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/policy_set#id PolicySet#id}. |
+| kind
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/policy_set#kind PolicySet#kind}. |
+| organization
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/policy_set#organization PolicySet#organization}. |
+| overridable
| java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/policy_set#overridable PolicySet#overridable}. |
+| policiesPath
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/policy_set#policies_path PolicySet#policies_path}. |
+| policyIds
| java.util.List
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/policy_set#policy_ids PolicySet#policy_ids}. |
| policyToolVersion
| java.lang.String
| The policy tool version to run the policy evaluation against. |
-| slug
| java.util.Map
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/policy_set#slug PolicySet#slug}. |
+| slug
| java.util.Map
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/policy_set#slug PolicySet#slug}. |
| vcsRepo
| PolicySetVcsRepo
| vcs_repo block. |
-| workspaceIds
| java.util.List
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/policy_set#workspace_ids PolicySet#workspace_ids}. |
+| workspaceIds
| java.util.List
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/policy_set#workspace_ids PolicySet#workspace_ids}. |
---
@@ -1427,7 +1427,7 @@ public java.lang.String getName();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/policy_set#name PolicySet#name}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/policy_set#name PolicySet#name}.
---
@@ -1441,7 +1441,7 @@ public java.lang.Object getAgentEnabled();
Whether the policy set is executed in the HCP Terraform agent. True by default for OPA policies.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/policy_set#agent_enabled PolicySet#agent_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/policy_set#agent_enabled PolicySet#agent_enabled}
---
@@ -1453,7 +1453,7 @@ public java.lang.String getDescription();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/policy_set#description PolicySet#description}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/policy_set#description PolicySet#description}.
---
@@ -1465,7 +1465,7 @@ public java.lang.Object getGlobal();
- *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/policy_set#global PolicySet#global}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/policy_set#global PolicySet#global}.
---
@@ -1477,7 +1477,7 @@ public java.lang.String getId();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/policy_set#id PolicySet#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/policy_set#id PolicySet#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -1492,7 +1492,7 @@ public java.lang.String getKind();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/policy_set#kind PolicySet#kind}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/policy_set#kind PolicySet#kind}.
---
@@ -1504,7 +1504,7 @@ public java.lang.String getOrganization();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/policy_set#organization PolicySet#organization}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/policy_set#organization PolicySet#organization}.
---
@@ -1516,7 +1516,7 @@ public java.lang.Object getOverridable();
- *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/policy_set#overridable PolicySet#overridable}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/policy_set#overridable PolicySet#overridable}.
---
@@ -1528,7 +1528,7 @@ public java.lang.String getPoliciesPath();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/policy_set#policies_path PolicySet#policies_path}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/policy_set#policies_path PolicySet#policies_path}.
---
@@ -1540,7 +1540,7 @@ public java.util.List getPolicyIds();
- *Type:* java.util.List
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/policy_set#policy_ids PolicySet#policy_ids}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/policy_set#policy_ids PolicySet#policy_ids}.
---
@@ -1554,7 +1554,7 @@ public java.lang.String getPolicyToolVersion();
The policy tool version to run the policy evaluation against.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/policy_set#policy_tool_version PolicySet#policy_tool_version}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/policy_set#policy_tool_version PolicySet#policy_tool_version}
---
@@ -1566,7 +1566,7 @@ public java.util.Map getSlug();
- *Type:* java.util.Map
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/policy_set#slug PolicySet#slug}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/policy_set#slug PolicySet#slug}.
---
@@ -1580,7 +1580,7 @@ public PolicySetVcsRepo getVcsRepo();
vcs_repo block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/policy_set#vcs_repo PolicySet#vcs_repo}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/policy_set#vcs_repo PolicySet#vcs_repo}
---
@@ -1592,7 +1592,7 @@ public java.util.List getWorkspaceIds();
- *Type:* java.util.List
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/policy_set#workspace_ids PolicySet#workspace_ids}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/policy_set#workspace_ids PolicySet#workspace_ids}.
---
@@ -1617,11 +1617,11 @@ PolicySetVcsRepo.builder()
| **Name** | **Type** | **Description** |
| --- | --- | --- |
-| identifier
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/policy_set#identifier PolicySet#identifier}. |
-| branch
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/policy_set#branch PolicySet#branch}. |
-| githubAppInstallationId
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/policy_set#github_app_installation_id PolicySet#github_app_installation_id}. |
-| ingressSubmodules
| java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/policy_set#ingress_submodules PolicySet#ingress_submodules}. |
-| oauthTokenId
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/policy_set#oauth_token_id PolicySet#oauth_token_id}. |
+| identifier
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/policy_set#identifier PolicySet#identifier}. |
+| branch
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/policy_set#branch PolicySet#branch}. |
+| githubAppInstallationId
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/policy_set#github_app_installation_id PolicySet#github_app_installation_id}. |
+| ingressSubmodules
| java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/policy_set#ingress_submodules PolicySet#ingress_submodules}. |
+| oauthTokenId
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/policy_set#oauth_token_id PolicySet#oauth_token_id}. |
---
@@ -1633,7 +1633,7 @@ public java.lang.String getIdentifier();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/policy_set#identifier PolicySet#identifier}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/policy_set#identifier PolicySet#identifier}.
---
@@ -1645,7 +1645,7 @@ public java.lang.String getBranch();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/policy_set#branch PolicySet#branch}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/policy_set#branch PolicySet#branch}.
---
@@ -1657,7 +1657,7 @@ public java.lang.String getGithubAppInstallationId();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/policy_set#github_app_installation_id PolicySet#github_app_installation_id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/policy_set#github_app_installation_id PolicySet#github_app_installation_id}.
---
@@ -1669,7 +1669,7 @@ public java.lang.Object getIngressSubmodules();
- *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/policy_set#ingress_submodules PolicySet#ingress_submodules}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/policy_set#ingress_submodules PolicySet#ingress_submodules}.
---
@@ -1681,7 +1681,7 @@ public java.lang.String getOauthTokenId();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/policy_set#oauth_token_id PolicySet#oauth_token_id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/policy_set#oauth_token_id PolicySet#oauth_token_id}.
---
diff --git a/docs/policySet.python.md b/docs/policySet.python.md
index 03961c493..5b776cbe6 100644
--- a/docs/policySet.python.md
+++ b/docs/policySet.python.md
@@ -4,7 +4,7 @@
### PolicySet
-Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/policy_set tfe_policy_set}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/policy_set tfe_policy_set}.
#### Initializers
@@ -49,20 +49,20 @@ policySet.PolicySet(
| 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/hashicorp/tfe/0.60.1/docs/resources/policy_set#name PolicySet#name}. |
+| name
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/policy_set#name PolicySet#name}. |
| agent_enabled
| typing.Union[bool, cdktf.IResolvable]
| Whether the policy set is executed in the HCP Terraform agent. True by default for OPA policies. |
-| description
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/policy_set#description PolicySet#description}. |
-| global
| typing.Union[bool, cdktf.IResolvable]
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/policy_set#global PolicySet#global}. |
-| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/policy_set#id PolicySet#id}. |
-| kind
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/policy_set#kind PolicySet#kind}. |
-| organization
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/policy_set#organization PolicySet#organization}. |
-| overridable
| typing.Union[bool, cdktf.IResolvable]
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/policy_set#overridable PolicySet#overridable}. |
-| policies_path
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/policy_set#policies_path PolicySet#policies_path}. |
-| policy_ids
| typing.List[str]
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/policy_set#policy_ids PolicySet#policy_ids}. |
+| description
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/policy_set#description PolicySet#description}. |
+| global
| typing.Union[bool, cdktf.IResolvable]
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/policy_set#global PolicySet#global}. |
+| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/policy_set#id PolicySet#id}. |
+| kind
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/policy_set#kind PolicySet#kind}. |
+| organization
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/policy_set#organization PolicySet#organization}. |
+| overridable
| typing.Union[bool, cdktf.IResolvable]
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/policy_set#overridable PolicySet#overridable}. |
+| policies_path
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/policy_set#policies_path PolicySet#policies_path}. |
+| policy_ids
| typing.List[str]
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/policy_set#policy_ids PolicySet#policy_ids}. |
| policy_tool_version
| str
| The policy tool version to run the policy evaluation against. |
-| slug
| typing.Mapping[str]
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/policy_set#slug PolicySet#slug}. |
+| slug
| typing.Mapping[str]
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/policy_set#slug PolicySet#slug}. |
| vcs_repo
| PolicySetVcsRepo
| vcs_repo block. |
-| workspace_ids
| typing.List[str]
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/policy_set#workspace_ids PolicySet#workspace_ids}. |
+| workspace_ids
| typing.List[str]
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/policy_set#workspace_ids PolicySet#workspace_ids}. |
---
@@ -130,7 +130,7 @@ Must be unique amongst siblings in the same scope
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/policy_set#name PolicySet#name}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/policy_set#name PolicySet#name}.
---
@@ -140,7 +140,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
Whether the policy set is executed in the HCP Terraform agent. True by default for OPA policies.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/policy_set#agent_enabled PolicySet#agent_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/policy_set#agent_enabled PolicySet#agent_enabled}
---
@@ -148,7 +148,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/policy_set#description PolicySet#description}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/policy_set#description PolicySet#description}.
---
@@ -156,7 +156,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* typing.Union[bool, cdktf.IResolvable]
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/policy_set#global PolicySet#global}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/policy_set#global PolicySet#global}.
---
@@ -164,7 +164,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/policy_set#id PolicySet#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/policy_set#id PolicySet#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -175,7 +175,7 @@ If you experience problems setting this value it might not be settable. Please t
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/policy_set#kind PolicySet#kind}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/policy_set#kind PolicySet#kind}.
---
@@ -183,7 +183,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/policy_set#organization PolicySet#organization}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/policy_set#organization PolicySet#organization}.
---
@@ -191,7 +191,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* typing.Union[bool, cdktf.IResolvable]
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/policy_set#overridable PolicySet#overridable}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/policy_set#overridable PolicySet#overridable}.
---
@@ -199,7 +199,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/policy_set#policies_path PolicySet#policies_path}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/policy_set#policies_path PolicySet#policies_path}.
---
@@ -207,7 +207,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* typing.List[str]
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/policy_set#policy_ids PolicySet#policy_ids}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/policy_set#policy_ids PolicySet#policy_ids}.
---
@@ -217,7 +217,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
The policy tool version to run the policy evaluation against.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/policy_set#policy_tool_version PolicySet#policy_tool_version}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/policy_set#policy_tool_version PolicySet#policy_tool_version}
---
@@ -225,7 +225,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* typing.Mapping[str]
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/policy_set#slug PolicySet#slug}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/policy_set#slug PolicySet#slug}.
---
@@ -235,7 +235,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
vcs_repo block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/policy_set#vcs_repo PolicySet#vcs_repo}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/policy_set#vcs_repo PolicySet#vcs_repo}
---
@@ -243,7 +243,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* typing.List[str]
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/policy_set#workspace_ids PolicySet#workspace_ids}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/policy_set#workspace_ids PolicySet#workspace_ids}.
---
@@ -632,7 +632,7 @@ def put_vcs_repo(
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/policy_set#identifier PolicySet#identifier}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/policy_set#identifier PolicySet#identifier}.
---
@@ -640,7 +640,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/policy_set#branch PolicySet#branch}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/policy_set#branch PolicySet#branch}.
---
@@ -648,7 +648,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/policy_set#github_app_installation_id PolicySet#github_app_installation_id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/policy_set#github_app_installation_id PolicySet#github_app_installation_id}.
---
@@ -656,7 +656,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* typing.Union[bool, cdktf.IResolvable]
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/policy_set#ingress_submodules PolicySet#ingress_submodules}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/policy_set#ingress_submodules PolicySet#ingress_submodules}.
---
@@ -664,7 +664,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/policy_set#oauth_token_id PolicySet#oauth_token_id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/policy_set#oauth_token_id PolicySet#oauth_token_id}.
---
@@ -860,7 +860,7 @@ The construct id used in the generated config for the PolicySet to import.
The id of the existing PolicySet that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/policy_set#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/policy_set#import import section} in the documentation of this resource for the id to use
---
@@ -1406,20 +1406,20 @@ policySet.PolicySetConfig(
| 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/hashicorp/tfe/0.60.1/docs/resources/policy_set#name PolicySet#name}. |
+| name
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/policy_set#name PolicySet#name}. |
| agent_enabled
| typing.Union[bool, cdktf.IResolvable]
| Whether the policy set is executed in the HCP Terraform agent. True by default for OPA policies. |
-| description
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/policy_set#description PolicySet#description}. |
-| global
| typing.Union[bool, cdktf.IResolvable]
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/policy_set#global PolicySet#global}. |
-| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/policy_set#id PolicySet#id}. |
-| kind
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/policy_set#kind PolicySet#kind}. |
-| organization
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/policy_set#organization PolicySet#organization}. |
-| overridable
| typing.Union[bool, cdktf.IResolvable]
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/policy_set#overridable PolicySet#overridable}. |
-| policies_path
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/policy_set#policies_path PolicySet#policies_path}. |
-| policy_ids
| typing.List[str]
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/policy_set#policy_ids PolicySet#policy_ids}. |
+| description
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/policy_set#description PolicySet#description}. |
+| global
| typing.Union[bool, cdktf.IResolvable]
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/policy_set#global PolicySet#global}. |
+| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/policy_set#id PolicySet#id}. |
+| kind
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/policy_set#kind PolicySet#kind}. |
+| organization
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/policy_set#organization PolicySet#organization}. |
+| overridable
| typing.Union[bool, cdktf.IResolvable]
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/policy_set#overridable PolicySet#overridable}. |
+| policies_path
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/policy_set#policies_path PolicySet#policies_path}. |
+| policy_ids
| typing.List[str]
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/policy_set#policy_ids PolicySet#policy_ids}. |
| policy_tool_version
| str
| The policy tool version to run the policy evaluation against. |
-| slug
| typing.Mapping[str]
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/policy_set#slug PolicySet#slug}. |
+| slug
| typing.Mapping[str]
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/policy_set#slug PolicySet#slug}. |
| vcs_repo
| PolicySetVcsRepo
| vcs_repo block. |
-| workspace_ids
| typing.List[str]
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/policy_set#workspace_ids PolicySet#workspace_ids}. |
+| workspace_ids
| typing.List[str]
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/policy_set#workspace_ids PolicySet#workspace_ids}. |
---
@@ -1501,7 +1501,7 @@ name: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/policy_set#name PolicySet#name}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/policy_set#name PolicySet#name}.
---
@@ -1515,7 +1515,7 @@ agent_enabled: typing.Union[bool, IResolvable]
Whether the policy set is executed in the HCP Terraform agent. True by default for OPA policies.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/policy_set#agent_enabled PolicySet#agent_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/policy_set#agent_enabled PolicySet#agent_enabled}
---
@@ -1527,7 +1527,7 @@ description: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/policy_set#description PolicySet#description}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/policy_set#description PolicySet#description}.
---
@@ -1539,7 +1539,7 @@ global: typing.Union[bool, IResolvable]
- *Type:* typing.Union[bool, cdktf.IResolvable]
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/policy_set#global PolicySet#global}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/policy_set#global PolicySet#global}.
---
@@ -1551,7 +1551,7 @@ id: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/policy_set#id PolicySet#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/policy_set#id PolicySet#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -1566,7 +1566,7 @@ kind: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/policy_set#kind PolicySet#kind}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/policy_set#kind PolicySet#kind}.
---
@@ -1578,7 +1578,7 @@ organization: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/policy_set#organization PolicySet#organization}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/policy_set#organization PolicySet#organization}.
---
@@ -1590,7 +1590,7 @@ overridable: typing.Union[bool, IResolvable]
- *Type:* typing.Union[bool, cdktf.IResolvable]
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/policy_set#overridable PolicySet#overridable}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/policy_set#overridable PolicySet#overridable}.
---
@@ -1602,7 +1602,7 @@ policies_path: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/policy_set#policies_path PolicySet#policies_path}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/policy_set#policies_path PolicySet#policies_path}.
---
@@ -1614,7 +1614,7 @@ policy_ids: typing.List[str]
- *Type:* typing.List[str]
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/policy_set#policy_ids PolicySet#policy_ids}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/policy_set#policy_ids PolicySet#policy_ids}.
---
@@ -1628,7 +1628,7 @@ policy_tool_version: str
The policy tool version to run the policy evaluation against.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/policy_set#policy_tool_version PolicySet#policy_tool_version}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/policy_set#policy_tool_version PolicySet#policy_tool_version}
---
@@ -1640,7 +1640,7 @@ slug: typing.Mapping[str]
- *Type:* typing.Mapping[str]
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/policy_set#slug PolicySet#slug}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/policy_set#slug PolicySet#slug}.
---
@@ -1654,7 +1654,7 @@ vcs_repo: PolicySetVcsRepo
vcs_repo block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/policy_set#vcs_repo PolicySet#vcs_repo}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/policy_set#vcs_repo PolicySet#vcs_repo}
---
@@ -1666,7 +1666,7 @@ workspace_ids: typing.List[str]
- *Type:* typing.List[str]
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/policy_set#workspace_ids PolicySet#workspace_ids}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/policy_set#workspace_ids PolicySet#workspace_ids}.
---
@@ -1690,11 +1690,11 @@ policySet.PolicySetVcsRepo(
| **Name** | **Type** | **Description** |
| --- | --- | --- |
-| identifier
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/policy_set#identifier PolicySet#identifier}. |
-| branch
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/policy_set#branch PolicySet#branch}. |
-| github_app_installation_id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/policy_set#github_app_installation_id PolicySet#github_app_installation_id}. |
-| ingress_submodules
| typing.Union[bool, cdktf.IResolvable]
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/policy_set#ingress_submodules PolicySet#ingress_submodules}. |
-| oauth_token_id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/policy_set#oauth_token_id PolicySet#oauth_token_id}. |
+| identifier
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/policy_set#identifier PolicySet#identifier}. |
+| branch
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/policy_set#branch PolicySet#branch}. |
+| github_app_installation_id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/policy_set#github_app_installation_id PolicySet#github_app_installation_id}. |
+| ingress_submodules
| typing.Union[bool, cdktf.IResolvable]
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/policy_set#ingress_submodules PolicySet#ingress_submodules}. |
+| oauth_token_id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/policy_set#oauth_token_id PolicySet#oauth_token_id}. |
---
@@ -1706,7 +1706,7 @@ identifier: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/policy_set#identifier PolicySet#identifier}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/policy_set#identifier PolicySet#identifier}.
---
@@ -1718,7 +1718,7 @@ branch: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/policy_set#branch PolicySet#branch}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/policy_set#branch PolicySet#branch}.
---
@@ -1730,7 +1730,7 @@ github_app_installation_id: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/policy_set#github_app_installation_id PolicySet#github_app_installation_id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/policy_set#github_app_installation_id PolicySet#github_app_installation_id}.
---
@@ -1742,7 +1742,7 @@ ingress_submodules: typing.Union[bool, IResolvable]
- *Type:* typing.Union[bool, cdktf.IResolvable]
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/policy_set#ingress_submodules PolicySet#ingress_submodules}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/policy_set#ingress_submodules PolicySet#ingress_submodules}.
---
@@ -1754,7 +1754,7 @@ oauth_token_id: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/policy_set#oauth_token_id PolicySet#oauth_token_id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/policy_set#oauth_token_id PolicySet#oauth_token_id}.
---
diff --git a/docs/policySet.typescript.md b/docs/policySet.typescript.md
index dca120221..82d5362eb 100644
--- a/docs/policySet.typescript.md
+++ b/docs/policySet.typescript.md
@@ -4,7 +4,7 @@
### PolicySet
-Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/policy_set tfe_policy_set}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/policy_set tfe_policy_set}.
#### Initializers
@@ -571,7 +571,7 @@ The construct id used in the generated config for the PolicySet to import.
The id of the existing PolicySet that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/policy_set#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/policy_set#import import section} in the documentation of this resource for the id to use
---
@@ -1095,20 +1095,20 @@ const policySetConfig: policySet.PolicySetConfig = { ... }
| 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/hashicorp/tfe/0.60.1/docs/resources/policy_set#name PolicySet#name}. |
+| name
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/policy_set#name PolicySet#name}. |
| agentEnabled
| boolean \| cdktf.IResolvable
| Whether the policy set is executed in the HCP Terraform agent. True by default for OPA policies. |
-| description
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/policy_set#description PolicySet#description}. |
-| global
| boolean \| cdktf.IResolvable
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/policy_set#global PolicySet#global}. |
-| id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/policy_set#id PolicySet#id}. |
-| kind
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/policy_set#kind PolicySet#kind}. |
-| organization
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/policy_set#organization PolicySet#organization}. |
-| overridable
| boolean \| cdktf.IResolvable
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/policy_set#overridable PolicySet#overridable}. |
-| policiesPath
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/policy_set#policies_path PolicySet#policies_path}. |
-| policyIds
| string[]
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/policy_set#policy_ids PolicySet#policy_ids}. |
+| description
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/policy_set#description PolicySet#description}. |
+| global
| boolean \| cdktf.IResolvable
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/policy_set#global PolicySet#global}. |
+| id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/policy_set#id PolicySet#id}. |
+| kind
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/policy_set#kind PolicySet#kind}. |
+| organization
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/policy_set#organization PolicySet#organization}. |
+| overridable
| boolean \| cdktf.IResolvable
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/policy_set#overridable PolicySet#overridable}. |
+| policiesPath
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/policy_set#policies_path PolicySet#policies_path}. |
+| policyIds
| string[]
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/policy_set#policy_ids PolicySet#policy_ids}. |
| policyToolVersion
| string
| The policy tool version to run the policy evaluation against. |
-| slug
| {[ key: string ]: string}
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/policy_set#slug PolicySet#slug}. |
+| slug
| {[ key: string ]: string}
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/policy_set#slug PolicySet#slug}. |
| vcsRepo
| PolicySetVcsRepo
| vcs_repo block. |
-| workspaceIds
| string[]
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/policy_set#workspace_ids PolicySet#workspace_ids}. |
+| workspaceIds
| string[]
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/policy_set#workspace_ids PolicySet#workspace_ids}. |
---
@@ -1190,7 +1190,7 @@ public readonly name: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/policy_set#name PolicySet#name}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/policy_set#name PolicySet#name}.
---
@@ -1204,7 +1204,7 @@ public readonly agentEnabled: boolean | IResolvable;
Whether the policy set is executed in the HCP Terraform agent. True by default for OPA policies.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/policy_set#agent_enabled PolicySet#agent_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/policy_set#agent_enabled PolicySet#agent_enabled}
---
@@ -1216,7 +1216,7 @@ public readonly description: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/policy_set#description PolicySet#description}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/policy_set#description PolicySet#description}.
---
@@ -1228,7 +1228,7 @@ public readonly global: boolean | IResolvable;
- *Type:* boolean | cdktf.IResolvable
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/policy_set#global PolicySet#global}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/policy_set#global PolicySet#global}.
---
@@ -1240,7 +1240,7 @@ public readonly id: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/policy_set#id PolicySet#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/policy_set#id PolicySet#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -1255,7 +1255,7 @@ public readonly kind: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/policy_set#kind PolicySet#kind}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/policy_set#kind PolicySet#kind}.
---
@@ -1267,7 +1267,7 @@ public readonly organization: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/policy_set#organization PolicySet#organization}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/policy_set#organization PolicySet#organization}.
---
@@ -1279,7 +1279,7 @@ public readonly overridable: boolean | IResolvable;
- *Type:* boolean | cdktf.IResolvable
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/policy_set#overridable PolicySet#overridable}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/policy_set#overridable PolicySet#overridable}.
---
@@ -1291,7 +1291,7 @@ public readonly policiesPath: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/policy_set#policies_path PolicySet#policies_path}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/policy_set#policies_path PolicySet#policies_path}.
---
@@ -1303,7 +1303,7 @@ public readonly policyIds: string[];
- *Type:* string[]
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/policy_set#policy_ids PolicySet#policy_ids}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/policy_set#policy_ids PolicySet#policy_ids}.
---
@@ -1317,7 +1317,7 @@ public readonly policyToolVersion: string;
The policy tool version to run the policy evaluation against.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/policy_set#policy_tool_version PolicySet#policy_tool_version}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/policy_set#policy_tool_version PolicySet#policy_tool_version}
---
@@ -1329,7 +1329,7 @@ public readonly slug: {[ key: string ]: string};
- *Type:* {[ key: string ]: string}
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/policy_set#slug PolicySet#slug}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/policy_set#slug PolicySet#slug}.
---
@@ -1343,7 +1343,7 @@ public readonly vcsRepo: PolicySetVcsRepo;
vcs_repo block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/policy_set#vcs_repo PolicySet#vcs_repo}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/policy_set#vcs_repo PolicySet#vcs_repo}
---
@@ -1355,7 +1355,7 @@ public readonly workspaceIds: string[];
- *Type:* string[]
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/policy_set#workspace_ids PolicySet#workspace_ids}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/policy_set#workspace_ids PolicySet#workspace_ids}.
---
@@ -1373,11 +1373,11 @@ const policySetVcsRepo: policySet.PolicySetVcsRepo = { ... }
| **Name** | **Type** | **Description** |
| --- | --- | --- |
-| identifier
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/policy_set#identifier PolicySet#identifier}. |
-| branch
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/policy_set#branch PolicySet#branch}. |
-| githubAppInstallationId
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/policy_set#github_app_installation_id PolicySet#github_app_installation_id}. |
-| ingressSubmodules
| boolean \| cdktf.IResolvable
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/policy_set#ingress_submodules PolicySet#ingress_submodules}. |
-| oauthTokenId
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/policy_set#oauth_token_id PolicySet#oauth_token_id}. |
+| identifier
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/policy_set#identifier PolicySet#identifier}. |
+| branch
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/policy_set#branch PolicySet#branch}. |
+| githubAppInstallationId
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/policy_set#github_app_installation_id PolicySet#github_app_installation_id}. |
+| ingressSubmodules
| boolean \| cdktf.IResolvable
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/policy_set#ingress_submodules PolicySet#ingress_submodules}. |
+| oauthTokenId
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/policy_set#oauth_token_id PolicySet#oauth_token_id}. |
---
@@ -1389,7 +1389,7 @@ public readonly identifier: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/policy_set#identifier PolicySet#identifier}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/policy_set#identifier PolicySet#identifier}.
---
@@ -1401,7 +1401,7 @@ public readonly branch: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/policy_set#branch PolicySet#branch}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/policy_set#branch PolicySet#branch}.
---
@@ -1413,7 +1413,7 @@ public readonly githubAppInstallationId: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/policy_set#github_app_installation_id PolicySet#github_app_installation_id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/policy_set#github_app_installation_id PolicySet#github_app_installation_id}.
---
@@ -1425,7 +1425,7 @@ public readonly ingressSubmodules: boolean | IResolvable;
- *Type:* boolean | cdktf.IResolvable
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/policy_set#ingress_submodules PolicySet#ingress_submodules}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/policy_set#ingress_submodules PolicySet#ingress_submodules}.
---
@@ -1437,7 +1437,7 @@ public readonly oauthTokenId: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/policy_set#oauth_token_id PolicySet#oauth_token_id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/policy_set#oauth_token_id PolicySet#oauth_token_id}.
---
diff --git a/docs/policySetParameter.csharp.md b/docs/policySetParameter.csharp.md
index 211551b32..e0f89069d 100644
--- a/docs/policySetParameter.csharp.md
+++ b/docs/policySetParameter.csharp.md
@@ -4,7 +4,7 @@
### PolicySetParameter
-Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/policy_set_parameter tfe_policy_set_parameter}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/policy_set_parameter tfe_policy_set_parameter}.
#### Initializers
@@ -488,7 +488,7 @@ The construct id used in the generated config for the PolicySetParameter to impo
The id of the existing PolicySetParameter that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/policy_set_parameter#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/policy_set_parameter#import import section} in the documentation of this resource for the id to use
---
@@ -827,11 +827,11 @@ new PolicySetParameterConfig {
| Lifecycle
| HashiCorp.Cdktf.TerraformResourceLifecycle
| *No description.* |
| Provider
| HashiCorp.Cdktf.TerraformProvider
| *No description.* |
| Provisioners
| object[]
| *No description.* |
-| Key
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/policy_set_parameter#key PolicySetParameter#key}. |
-| PolicySetId
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/policy_set_parameter#policy_set_id PolicySetParameter#policy_set_id}. |
-| Id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/policy_set_parameter#id PolicySetParameter#id}. |
-| Sensitive
| object
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/policy_set_parameter#sensitive PolicySetParameter#sensitive}. |
-| Value
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/policy_set_parameter#value PolicySetParameter#value}. |
+| Key
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/policy_set_parameter#key PolicySetParameter#key}. |
+| PolicySetId
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/policy_set_parameter#policy_set_id PolicySetParameter#policy_set_id}. |
+| Id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/policy_set_parameter#id PolicySetParameter#id}. |
+| Sensitive
| object
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/policy_set_parameter#sensitive PolicySetParameter#sensitive}. |
+| Value
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/policy_set_parameter#value PolicySetParameter#value}. |
---
@@ -913,7 +913,7 @@ public string Key { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/policy_set_parameter#key PolicySetParameter#key}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/policy_set_parameter#key PolicySetParameter#key}.
---
@@ -925,7 +925,7 @@ public string PolicySetId { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/policy_set_parameter#policy_set_id PolicySetParameter#policy_set_id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/policy_set_parameter#policy_set_id PolicySetParameter#policy_set_id}.
---
@@ -937,7 +937,7 @@ public string Id { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/policy_set_parameter#id PolicySetParameter#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/policy_set_parameter#id PolicySetParameter#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -952,7 +952,7 @@ public object Sensitive { get; set; }
- *Type:* object
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/policy_set_parameter#sensitive PolicySetParameter#sensitive}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/policy_set_parameter#sensitive PolicySetParameter#sensitive}.
---
@@ -964,7 +964,7 @@ public string Value { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/policy_set_parameter#value PolicySetParameter#value}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/policy_set_parameter#value PolicySetParameter#value}.
---
diff --git a/docs/policySetParameter.go.md b/docs/policySetParameter.go.md
index cf9e52319..37204b158 100644
--- a/docs/policySetParameter.go.md
+++ b/docs/policySetParameter.go.md
@@ -4,7 +4,7 @@
### PolicySetParameter
-Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/policy_set_parameter tfe_policy_set_parameter}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/policy_set_parameter tfe_policy_set_parameter}.
#### Initializers
@@ -488,7 +488,7 @@ The construct id used in the generated config for the PolicySetParameter to impo
The id of the existing PolicySetParameter that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/policy_set_parameter#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/policy_set_parameter#import import section} in the documentation of this resource for the id to use
---
@@ -827,11 +827,11 @@ import "github.com/cdktf/cdktf-provider-tfe-go/tfe/v11/policysetparameter"
| 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.* |
-| Key
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/policy_set_parameter#key PolicySetParameter#key}. |
-| PolicySetId
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/policy_set_parameter#policy_set_id PolicySetParameter#policy_set_id}. |
-| Id
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/policy_set_parameter#id PolicySetParameter#id}. |
-| Sensitive
| interface{}
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/policy_set_parameter#sensitive PolicySetParameter#sensitive}. |
-| Value
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/policy_set_parameter#value PolicySetParameter#value}. |
+| Key
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/policy_set_parameter#key PolicySetParameter#key}. |
+| PolicySetId
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/policy_set_parameter#policy_set_id PolicySetParameter#policy_set_id}. |
+| Id
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/policy_set_parameter#id PolicySetParameter#id}. |
+| Sensitive
| interface{}
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/policy_set_parameter#sensitive PolicySetParameter#sensitive}. |
+| Value
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/policy_set_parameter#value PolicySetParameter#value}. |
---
@@ -913,7 +913,7 @@ Key *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/policy_set_parameter#key PolicySetParameter#key}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/policy_set_parameter#key PolicySetParameter#key}.
---
@@ -925,7 +925,7 @@ PolicySetId *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/policy_set_parameter#policy_set_id PolicySetParameter#policy_set_id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/policy_set_parameter#policy_set_id PolicySetParameter#policy_set_id}.
---
@@ -937,7 +937,7 @@ Id *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/policy_set_parameter#id PolicySetParameter#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/policy_set_parameter#id PolicySetParameter#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -952,7 +952,7 @@ Sensitive interface{}
- *Type:* interface{}
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/policy_set_parameter#sensitive PolicySetParameter#sensitive}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/policy_set_parameter#sensitive PolicySetParameter#sensitive}.
---
@@ -964,7 +964,7 @@ Value *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/policy_set_parameter#value PolicySetParameter#value}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/policy_set_parameter#value PolicySetParameter#value}.
---
diff --git a/docs/policySetParameter.java.md b/docs/policySetParameter.java.md
index 809f9d496..1a203d85f 100644
--- a/docs/policySetParameter.java.md
+++ b/docs/policySetParameter.java.md
@@ -4,7 +4,7 @@
### PolicySetParameter
-Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/policy_set_parameter tfe_policy_set_parameter}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/policy_set_parameter tfe_policy_set_parameter}.
#### Initializers
@@ -43,11 +43,11 @@ PolicySetParameter.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.* |
-| key
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/policy_set_parameter#key PolicySetParameter#key}. |
-| policySetId
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/policy_set_parameter#policy_set_id PolicySetParameter#policy_set_id}. |
-| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/policy_set_parameter#id PolicySetParameter#id}. |
-| sensitive
| java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/policy_set_parameter#sensitive PolicySetParameter#sensitive}. |
-| value
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/policy_set_parameter#value PolicySetParameter#value}. |
+| key
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/policy_set_parameter#key PolicySetParameter#key}. |
+| policySetId
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/policy_set_parameter#policy_set_id PolicySetParameter#policy_set_id}. |
+| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/policy_set_parameter#id PolicySetParameter#id}. |
+| sensitive
| java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/policy_set_parameter#sensitive PolicySetParameter#sensitive}. |
+| value
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/policy_set_parameter#value PolicySetParameter#value}. |
---
@@ -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/hashicorp/tfe/0.60.1/docs/resources/policy_set_parameter#key PolicySetParameter#key}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/policy_set_parameter#key PolicySetParameter#key}.
---
@@ -123,7 +123,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/policy_set_parameter#policy_set_id PolicySetParameter#policy_set_id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/policy_set_parameter#policy_set_id PolicySetParameter#policy_set_id}.
---
@@ -131,7 +131,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/policy_set_parameter#id PolicySetParameter#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/policy_set_parameter#id PolicySetParameter#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -142,7 +142,7 @@ If you experience problems setting this value it might not be settable. Please t
- *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/policy_set_parameter#sensitive PolicySetParameter#sensitive}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/policy_set_parameter#sensitive PolicySetParameter#sensitive}.
---
@@ -150,7 +150,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/policy_set_parameter#value PolicySetParameter#value}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/policy_set_parameter#value PolicySetParameter#value}.
---
@@ -598,7 +598,7 @@ The construct id used in the generated config for the PolicySetParameter to impo
The id of the existing PolicySetParameter that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/policy_set_parameter#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/policy_set_parameter#import import section} in the documentation of this resource for the id to use
---
@@ -942,11 +942,11 @@ PolicySetParameterConfig.builder()
| lifecycle
| com.hashicorp.cdktf.TerraformResourceLifecycle
| *No description.* |
| provider
| com.hashicorp.cdktf.TerraformProvider
| *No description.* |
| provisioners
| java.util.List
| *No description.* |
-| key
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/policy_set_parameter#key PolicySetParameter#key}. |
-| policySetId
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/policy_set_parameter#policy_set_id PolicySetParameter#policy_set_id}. |
-| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/policy_set_parameter#id PolicySetParameter#id}. |
-| sensitive
| java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/policy_set_parameter#sensitive PolicySetParameter#sensitive}. |
-| value
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/policy_set_parameter#value PolicySetParameter#value}. |
+| key
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/policy_set_parameter#key PolicySetParameter#key}. |
+| policySetId
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/policy_set_parameter#policy_set_id PolicySetParameter#policy_set_id}. |
+| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/policy_set_parameter#id PolicySetParameter#id}. |
+| sensitive
| java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/policy_set_parameter#sensitive PolicySetParameter#sensitive}. |
+| value
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/policy_set_parameter#value PolicySetParameter#value}. |
---
@@ -1028,7 +1028,7 @@ public java.lang.String getKey();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/policy_set_parameter#key PolicySetParameter#key}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/policy_set_parameter#key PolicySetParameter#key}.
---
@@ -1040,7 +1040,7 @@ public java.lang.String getPolicySetId();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/policy_set_parameter#policy_set_id PolicySetParameter#policy_set_id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/policy_set_parameter#policy_set_id PolicySetParameter#policy_set_id}.
---
@@ -1052,7 +1052,7 @@ public java.lang.String getId();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/policy_set_parameter#id PolicySetParameter#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/policy_set_parameter#id PolicySetParameter#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -1067,7 +1067,7 @@ public java.lang.Object getSensitive();
- *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/policy_set_parameter#sensitive PolicySetParameter#sensitive}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/policy_set_parameter#sensitive PolicySetParameter#sensitive}.
---
@@ -1079,7 +1079,7 @@ public java.lang.String getValue();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/policy_set_parameter#value PolicySetParameter#value}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/policy_set_parameter#value PolicySetParameter#value}.
---
diff --git a/docs/policySetParameter.python.md b/docs/policySetParameter.python.md
index bffe7cd94..624c60d45 100644
--- a/docs/policySetParameter.python.md
+++ b/docs/policySetParameter.python.md
@@ -4,7 +4,7 @@
### PolicySetParameter
-Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/policy_set_parameter tfe_policy_set_parameter}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/policy_set_parameter tfe_policy_set_parameter}.
#### Initializers
@@ -40,11 +40,11 @@ policySetParameter.PolicySetParameter(
| lifecycle
| cdktf.TerraformResourceLifecycle
| *No description.* |
| provider
| cdktf.TerraformProvider
| *No description.* |
| provisioners
| typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]]
| *No description.* |
-| key
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/policy_set_parameter#key PolicySetParameter#key}. |
-| policy_set_id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/policy_set_parameter#policy_set_id PolicySetParameter#policy_set_id}. |
-| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/policy_set_parameter#id PolicySetParameter#id}. |
-| sensitive
| typing.Union[bool, cdktf.IResolvable]
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/policy_set_parameter#sensitive PolicySetParameter#sensitive}. |
-| value
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/policy_set_parameter#value PolicySetParameter#value}. |
+| key
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/policy_set_parameter#key PolicySetParameter#key}. |
+| policy_set_id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/policy_set_parameter#policy_set_id PolicySetParameter#policy_set_id}. |
+| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/policy_set_parameter#id PolicySetParameter#id}. |
+| sensitive
| typing.Union[bool, cdktf.IResolvable]
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/policy_set_parameter#sensitive PolicySetParameter#sensitive}. |
+| value
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/policy_set_parameter#value PolicySetParameter#value}. |
---
@@ -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/hashicorp/tfe/0.60.1/docs/resources/policy_set_parameter#key PolicySetParameter#key}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/policy_set_parameter#key PolicySetParameter#key}.
---
@@ -120,7 +120,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/policy_set_parameter#policy_set_id PolicySetParameter#policy_set_id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/policy_set_parameter#policy_set_id PolicySetParameter#policy_set_id}.
---
@@ -128,7 +128,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/policy_set_parameter#id PolicySetParameter#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/policy_set_parameter#id PolicySetParameter#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you 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:* typing.Union[bool, cdktf.IResolvable]
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/policy_set_parameter#sensitive PolicySetParameter#sensitive}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/policy_set_parameter#sensitive PolicySetParameter#sensitive}.
---
@@ -147,7 +147,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/policy_set_parameter#value PolicySetParameter#value}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/policy_set_parameter#value PolicySetParameter#value}.
---
@@ -641,7 +641,7 @@ The construct id used in the generated config for the PolicySetParameter to impo
The id of the existing PolicySetParameter that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/policy_set_parameter#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/policy_set_parameter#import import section} in the documentation of this resource for the id to use
---
@@ -980,11 +980,11 @@ policySetParameter.PolicySetParameterConfig(
| lifecycle
| cdktf.TerraformResourceLifecycle
| *No description.* |
| provider
| cdktf.TerraformProvider
| *No description.* |
| provisioners
| typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]]
| *No description.* |
-| key
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/policy_set_parameter#key PolicySetParameter#key}. |
-| policy_set_id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/policy_set_parameter#policy_set_id PolicySetParameter#policy_set_id}. |
-| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/policy_set_parameter#id PolicySetParameter#id}. |
-| sensitive
| typing.Union[bool, cdktf.IResolvable]
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/policy_set_parameter#sensitive PolicySetParameter#sensitive}. |
-| value
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/policy_set_parameter#value PolicySetParameter#value}. |
+| key
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/policy_set_parameter#key PolicySetParameter#key}. |
+| policy_set_id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/policy_set_parameter#policy_set_id PolicySetParameter#policy_set_id}. |
+| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/policy_set_parameter#id PolicySetParameter#id}. |
+| sensitive
| typing.Union[bool, cdktf.IResolvable]
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/policy_set_parameter#sensitive PolicySetParameter#sensitive}. |
+| value
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/policy_set_parameter#value PolicySetParameter#value}. |
---
@@ -1066,7 +1066,7 @@ key: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/policy_set_parameter#key PolicySetParameter#key}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/policy_set_parameter#key PolicySetParameter#key}.
---
@@ -1078,7 +1078,7 @@ policy_set_id: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/policy_set_parameter#policy_set_id PolicySetParameter#policy_set_id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/policy_set_parameter#policy_set_id PolicySetParameter#policy_set_id}.
---
@@ -1090,7 +1090,7 @@ id: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/policy_set_parameter#id PolicySetParameter#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/policy_set_parameter#id PolicySetParameter#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -1105,7 +1105,7 @@ sensitive: typing.Union[bool, IResolvable]
- *Type:* typing.Union[bool, cdktf.IResolvable]
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/policy_set_parameter#sensitive PolicySetParameter#sensitive}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/policy_set_parameter#sensitive PolicySetParameter#sensitive}.
---
@@ -1117,7 +1117,7 @@ value: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/policy_set_parameter#value PolicySetParameter#value}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/policy_set_parameter#value PolicySetParameter#value}.
---
diff --git a/docs/policySetParameter.typescript.md b/docs/policySetParameter.typescript.md
index 990e542cc..6d891c7c9 100644
--- a/docs/policySetParameter.typescript.md
+++ b/docs/policySetParameter.typescript.md
@@ -4,7 +4,7 @@
### PolicySetParameter
-Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/policy_set_parameter tfe_policy_set_parameter}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/policy_set_parameter tfe_policy_set_parameter}.
#### Initializers
@@ -488,7 +488,7 @@ The construct id used in the generated config for the PolicySetParameter to impo
The id of the existing PolicySetParameter that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/policy_set_parameter#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/policy_set_parameter#import import section} in the documentation of this resource for the id to use
---
@@ -814,11 +814,11 @@ const policySetParameterConfig: policySetParameter.PolicySetParameterConfig = {
| lifecycle
| cdktf.TerraformResourceLifecycle
| *No description.* |
| provider
| cdktf.TerraformProvider
| *No description.* |
| provisioners
| cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[]
| *No description.* |
-| key
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/policy_set_parameter#key PolicySetParameter#key}. |
-| policySetId
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/policy_set_parameter#policy_set_id PolicySetParameter#policy_set_id}. |
-| id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/policy_set_parameter#id PolicySetParameter#id}. |
-| sensitive
| boolean \| cdktf.IResolvable
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/policy_set_parameter#sensitive PolicySetParameter#sensitive}. |
-| value
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/policy_set_parameter#value PolicySetParameter#value}. |
+| key
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/policy_set_parameter#key PolicySetParameter#key}. |
+| policySetId
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/policy_set_parameter#policy_set_id PolicySetParameter#policy_set_id}. |
+| id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/policy_set_parameter#id PolicySetParameter#id}. |
+| sensitive
| boolean \| cdktf.IResolvable
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/policy_set_parameter#sensitive PolicySetParameter#sensitive}. |
+| value
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/policy_set_parameter#value PolicySetParameter#value}. |
---
@@ -900,7 +900,7 @@ public readonly key: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/policy_set_parameter#key PolicySetParameter#key}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/policy_set_parameter#key PolicySetParameter#key}.
---
@@ -912,7 +912,7 @@ public readonly policySetId: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/policy_set_parameter#policy_set_id PolicySetParameter#policy_set_id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/policy_set_parameter#policy_set_id PolicySetParameter#policy_set_id}.
---
@@ -924,7 +924,7 @@ public readonly id: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/policy_set_parameter#id PolicySetParameter#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/policy_set_parameter#id PolicySetParameter#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you 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 @@ public readonly sensitive: boolean | IResolvable;
- *Type:* boolean | cdktf.IResolvable
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/policy_set_parameter#sensitive PolicySetParameter#sensitive}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/policy_set_parameter#sensitive PolicySetParameter#sensitive}.
---
@@ -951,7 +951,7 @@ public readonly value: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/policy_set_parameter#value PolicySetParameter#value}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/policy_set_parameter#value PolicySetParameter#value}.
---
diff --git a/docs/project.csharp.md b/docs/project.csharp.md
index 1009c10a7..a2db849b6 100644
--- a/docs/project.csharp.md
+++ b/docs/project.csharp.md
@@ -4,7 +4,7 @@
### Project
-Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/project tfe_project}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/project tfe_project}.
#### Initializers
@@ -488,7 +488,7 @@ The construct id used in the generated config for the Project to import.
The id of the existing Project that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/project#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/project#import import section} in the documentation of this resource for the id to use
---
@@ -804,10 +804,10 @@ new ProjectConfig {
| 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/hashicorp/tfe/0.60.1/docs/resources/project#name Project#name}. |
-| Description
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/project#description Project#description}. |
-| Id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/project#id Project#id}. |
-| Organization
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/project#organization Project#organization}. |
+| Name
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/project#name Project#name}. |
+| Description
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/project#description Project#description}. |
+| Id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/project#id Project#id}. |
+| Organization
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/project#organization Project#organization}. |
---
@@ -889,7 +889,7 @@ public string Name { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/project#name Project#name}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/project#name Project#name}.
---
@@ -901,7 +901,7 @@ public string Description { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/project#description Project#description}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/project#description Project#description}.
---
@@ -913,7 +913,7 @@ public string Id { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/project#id Project#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/project#id Project#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -928,7 +928,7 @@ public string Organization { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/project#organization Project#organization}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/project#organization Project#organization}.
---
diff --git a/docs/project.go.md b/docs/project.go.md
index 58020d317..4b2f80a97 100644
--- a/docs/project.go.md
+++ b/docs/project.go.md
@@ -4,7 +4,7 @@
### Project
-Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/project tfe_project}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/project tfe_project}.
#### Initializers
@@ -488,7 +488,7 @@ The construct id used in the generated config for the Project to import.
The id of the existing Project that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/project#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/project#import import section} in the documentation of this resource for the id to use
---
@@ -804,10 +804,10 @@ import "github.com/cdktf/cdktf-provider-tfe-go/tfe/v11/project"
| 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/hashicorp/tfe/0.60.1/docs/resources/project#name Project#name}. |
-| Description
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/project#description Project#description}. |
-| Id
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/project#id Project#id}. |
-| Organization
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/project#organization Project#organization}. |
+| Name
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/project#name Project#name}. |
+| Description
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/project#description Project#description}. |
+| Id
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/project#id Project#id}. |
+| Organization
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/project#organization Project#organization}. |
---
@@ -889,7 +889,7 @@ Name *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/project#name Project#name}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/project#name Project#name}.
---
@@ -901,7 +901,7 @@ Description *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/project#description Project#description}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/project#description Project#description}.
---
@@ -913,7 +913,7 @@ Id *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/project#id Project#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/project#id Project#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -928,7 +928,7 @@ Organization *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/project#organization Project#organization}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/project#organization Project#organization}.
---
diff --git a/docs/project.java.md b/docs/project.java.md
index 26121f280..780900726 100644
--- a/docs/project.java.md
+++ b/docs/project.java.md
@@ -4,7 +4,7 @@
### Project
-Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/project tfe_project}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/project tfe_project}.
#### Initializers
@@ -41,10 +41,10 @@ Project.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/hashicorp/tfe/0.60.1/docs/resources/project#name Project#name}. |
-| description
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/project#description Project#description}. |
-| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/project#id Project#id}. |
-| organization
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/project#organization Project#organization}. |
+| name
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/project#name Project#name}. |
+| description
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/project#description Project#description}. |
+| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/project#id Project#id}. |
+| organization
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/project#organization Project#organization}. |
---
@@ -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/hashicorp/tfe/0.60.1/docs/resources/project#name Project#name}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/project#name Project#name}.
---
@@ -120,7 +120,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/project#description Project#description}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/project#description Project#description}.
---
@@ -128,7 +128,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/project#id Project#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/project#id Project#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -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/hashicorp/tfe/0.60.1/docs/resources/project#organization Project#organization}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/project#organization Project#organization}.
---
@@ -587,7 +587,7 @@ The construct id used in the generated config for the Project to import.
The id of the existing Project that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/project#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/project#import import section} in the documentation of this resource for the id to use
---
@@ -907,10 +907,10 @@ ProjectConfig.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/hashicorp/tfe/0.60.1/docs/resources/project#name Project#name}. |
-| description
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/project#description Project#description}. |
-| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/project#id Project#id}. |
-| organization
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/project#organization Project#organization}. |
+| name
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/project#name Project#name}. |
+| description
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/project#description Project#description}. |
+| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/project#id Project#id}. |
+| organization
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/project#organization Project#organization}. |
---
@@ -992,7 +992,7 @@ public java.lang.String getName();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/project#name Project#name}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/project#name Project#name}.
---
@@ -1004,7 +1004,7 @@ public java.lang.String getDescription();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/project#description Project#description}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/project#description Project#description}.
---
@@ -1016,7 +1016,7 @@ public java.lang.String getId();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/project#id Project#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/project#id Project#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -1031,7 +1031,7 @@ public java.lang.String getOrganization();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/project#organization Project#organization}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/project#organization Project#organization}.
---
diff --git a/docs/project.python.md b/docs/project.python.md
index 35d0bb439..6054d16d6 100644
--- a/docs/project.python.md
+++ b/docs/project.python.md
@@ -4,7 +4,7 @@
### Project
-Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/project tfe_project}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/project tfe_project}.
#### Initializers
@@ -39,10 +39,10 @@ project.Project(
| 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/hashicorp/tfe/0.60.1/docs/resources/project#name Project#name}. |
-| description
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/project#description Project#description}. |
-| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/project#id Project#id}. |
-| organization
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/project#organization Project#organization}. |
+| name
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/project#name Project#name}. |
+| description
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/project#description Project#description}. |
+| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/project#id Project#id}. |
+| organization
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/project#organization Project#organization}. |
---
@@ -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/hashicorp/tfe/0.60.1/docs/resources/project#name Project#name}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/project#name Project#name}.
---
@@ -118,7 +118,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/project#description Project#description}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/project#description Project#description}.
---
@@ -126,7 +126,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/project#id Project#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/project#id Project#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -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/hashicorp/tfe/0.60.1/docs/resources/project#organization Project#organization}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/project#organization Project#organization}.
---
@@ -631,7 +631,7 @@ The construct id used in the generated config for the Project to import.
The id of the existing Project that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/project#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/project#import import section} in the documentation of this resource for the id to use
---
@@ -947,10 +947,10 @@ project.ProjectConfig(
| 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/hashicorp/tfe/0.60.1/docs/resources/project#name Project#name}. |
-| description
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/project#description Project#description}. |
-| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/project#id Project#id}. |
-| organization
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/project#organization Project#organization}. |
+| name
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/project#name Project#name}. |
+| description
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/project#description Project#description}. |
+| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/project#id Project#id}. |
+| organization
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/project#organization Project#organization}. |
---
@@ -1032,7 +1032,7 @@ name: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/project#name Project#name}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/project#name Project#name}.
---
@@ -1044,7 +1044,7 @@ description: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/project#description Project#description}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/project#description Project#description}.
---
@@ -1056,7 +1056,7 @@ id: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/project#id Project#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/project#id Project#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -1071,7 +1071,7 @@ organization: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/project#organization Project#organization}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/project#organization Project#organization}.
---
diff --git a/docs/project.typescript.md b/docs/project.typescript.md
index e40f44cae..ad05c31c2 100644
--- a/docs/project.typescript.md
+++ b/docs/project.typescript.md
@@ -4,7 +4,7 @@
### Project
-Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/project tfe_project}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/project tfe_project}.
#### Initializers
@@ -488,7 +488,7 @@ The construct id used in the generated config for the Project to import.
The id of the existing Project that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/project#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/project#import import section} in the documentation of this resource for the id to use
---
@@ -792,10 +792,10 @@ const projectConfig: project.ProjectConfig = { ... }
| 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/hashicorp/tfe/0.60.1/docs/resources/project#name Project#name}. |
-| description
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/project#description Project#description}. |
-| id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/project#id Project#id}. |
-| organization
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/project#organization Project#organization}. |
+| name
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/project#name Project#name}. |
+| description
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/project#description Project#description}. |
+| id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/project#id Project#id}. |
+| organization
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/project#organization Project#organization}. |
---
@@ -877,7 +877,7 @@ public readonly name: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/project#name Project#name}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/project#name Project#name}.
---
@@ -889,7 +889,7 @@ public readonly description: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/project#description Project#description}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/project#description Project#description}.
---
@@ -901,7 +901,7 @@ public readonly id: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/project#id Project#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/project#id Project#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -916,7 +916,7 @@ public readonly organization: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/project#organization Project#organization}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/project#organization Project#organization}.
---
diff --git a/docs/projectOauthClient.csharp.md b/docs/projectOauthClient.csharp.md
index 2e1c57a84..b1bab3059 100644
--- a/docs/projectOauthClient.csharp.md
+++ b/docs/projectOauthClient.csharp.md
@@ -4,7 +4,7 @@
### ProjectOauthClient
-Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/project_oauth_client tfe_project_oauth_client}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/project_oauth_client tfe_project_oauth_client}.
#### Initializers
@@ -474,7 +474,7 @@ The construct id used in the generated config for the ProjectOauthClient to impo
The id of the existing ProjectOauthClient that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/project_oauth_client#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/project_oauth_client#import import section} in the documentation of this resource for the id to use
---
@@ -767,9 +767,9 @@ new ProjectOauthClientConfig {
| Lifecycle
| HashiCorp.Cdktf.TerraformResourceLifecycle
| *No description.* |
| Provider
| HashiCorp.Cdktf.TerraformProvider
| *No description.* |
| Provisioners
| object[]
| *No description.* |
-| OauthClientId
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/project_oauth_client#oauth_client_id ProjectOauthClient#oauth_client_id}. |
-| ProjectId
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/project_oauth_client#project_id ProjectOauthClient#project_id}. |
-| Id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/project_oauth_client#id ProjectOauthClient#id}. |
+| OauthClientId
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/project_oauth_client#oauth_client_id ProjectOauthClient#oauth_client_id}. |
+| ProjectId
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/project_oauth_client#project_id ProjectOauthClient#project_id}. |
+| Id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/project_oauth_client#id ProjectOauthClient#id}. |
---
@@ -851,7 +851,7 @@ public string OauthClientId { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/project_oauth_client#oauth_client_id ProjectOauthClient#oauth_client_id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/project_oauth_client#oauth_client_id ProjectOauthClient#oauth_client_id}.
---
@@ -863,7 +863,7 @@ public string ProjectId { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/project_oauth_client#project_id ProjectOauthClient#project_id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/project_oauth_client#project_id ProjectOauthClient#project_id}.
---
@@ -875,7 +875,7 @@ public string Id { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/project_oauth_client#id ProjectOauthClient#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/project_oauth_client#id ProjectOauthClient#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
diff --git a/docs/projectOauthClient.go.md b/docs/projectOauthClient.go.md
index d36ae51d5..5a9b35684 100644
--- a/docs/projectOauthClient.go.md
+++ b/docs/projectOauthClient.go.md
@@ -4,7 +4,7 @@
### ProjectOauthClient
-Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/project_oauth_client tfe_project_oauth_client}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/project_oauth_client tfe_project_oauth_client}.
#### Initializers
@@ -474,7 +474,7 @@ The construct id used in the generated config for the ProjectOauthClient to impo
The id of the existing ProjectOauthClient that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/project_oauth_client#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/project_oauth_client#import import section} in the documentation of this resource for the id to use
---
@@ -767,9 +767,9 @@ import "github.com/cdktf/cdktf-provider-tfe-go/tfe/v11/projectoauthclient"
| 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.* |
-| OauthClientId
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/project_oauth_client#oauth_client_id ProjectOauthClient#oauth_client_id}. |
-| ProjectId
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/project_oauth_client#project_id ProjectOauthClient#project_id}. |
-| Id
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/project_oauth_client#id ProjectOauthClient#id}. |
+| OauthClientId
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/project_oauth_client#oauth_client_id ProjectOauthClient#oauth_client_id}. |
+| ProjectId
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/project_oauth_client#project_id ProjectOauthClient#project_id}. |
+| Id
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/project_oauth_client#id ProjectOauthClient#id}. |
---
@@ -851,7 +851,7 @@ OauthClientId *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/project_oauth_client#oauth_client_id ProjectOauthClient#oauth_client_id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/project_oauth_client#oauth_client_id ProjectOauthClient#oauth_client_id}.
---
@@ -863,7 +863,7 @@ ProjectId *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/project_oauth_client#project_id ProjectOauthClient#project_id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/project_oauth_client#project_id ProjectOauthClient#project_id}.
---
@@ -875,7 +875,7 @@ Id *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/project_oauth_client#id ProjectOauthClient#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/project_oauth_client#id ProjectOauthClient#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
diff --git a/docs/projectOauthClient.java.md b/docs/projectOauthClient.java.md
index 378f8010a..161496036 100644
--- a/docs/projectOauthClient.java.md
+++ b/docs/projectOauthClient.java.md
@@ -4,7 +4,7 @@
### ProjectOauthClient
-Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/project_oauth_client tfe_project_oauth_client}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/project_oauth_client tfe_project_oauth_client}.
#### Initializers
@@ -40,9 +40,9 @@ ProjectOauthClient.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.* |
-| oauthClientId
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/project_oauth_client#oauth_client_id ProjectOauthClient#oauth_client_id}. |
-| projectId
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/project_oauth_client#project_id ProjectOauthClient#project_id}. |
-| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/project_oauth_client#id ProjectOauthClient#id}. |
+| oauthClientId
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/project_oauth_client#oauth_client_id ProjectOauthClient#oauth_client_id}. |
+| projectId
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/project_oauth_client#project_id ProjectOauthClient#project_id}. |
+| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/project_oauth_client#id ProjectOauthClient#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/hashicorp/tfe/0.60.1/docs/resources/project_oauth_client#oauth_client_id ProjectOauthClient#oauth_client_id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/project_oauth_client#oauth_client_id ProjectOauthClient#oauth_client_id}.
---
@@ -118,7 +118,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/project_oauth_client#project_id ProjectOauthClient#project_id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/project_oauth_client#project_id ProjectOauthClient#project_id}.
---
@@ -126,7 +126,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/project_oauth_client#id ProjectOauthClient#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/project_oauth_client#id ProjectOauthClient#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -563,7 +563,7 @@ The construct id used in the generated config for the ProjectOauthClient to impo
The id of the existing ProjectOauthClient that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/project_oauth_client#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/project_oauth_client#import import section} in the documentation of this resource for the id to use
---
@@ -860,9 +860,9 @@ ProjectOauthClientConfig.builder()
| lifecycle
| com.hashicorp.cdktf.TerraformResourceLifecycle
| *No description.* |
| provider
| com.hashicorp.cdktf.TerraformProvider
| *No description.* |
| provisioners
| java.util.List
| *No description.* |
-| oauthClientId
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/project_oauth_client#oauth_client_id ProjectOauthClient#oauth_client_id}. |
-| projectId
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/project_oauth_client#project_id ProjectOauthClient#project_id}. |
-| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/project_oauth_client#id ProjectOauthClient#id}. |
+| oauthClientId
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/project_oauth_client#oauth_client_id ProjectOauthClient#oauth_client_id}. |
+| projectId
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/project_oauth_client#project_id ProjectOauthClient#project_id}. |
+| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/project_oauth_client#id ProjectOauthClient#id}. |
---
@@ -944,7 +944,7 @@ public java.lang.String getOauthClientId();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/project_oauth_client#oauth_client_id ProjectOauthClient#oauth_client_id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/project_oauth_client#oauth_client_id ProjectOauthClient#oauth_client_id}.
---
@@ -956,7 +956,7 @@ public java.lang.String getProjectId();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/project_oauth_client#project_id ProjectOauthClient#project_id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/project_oauth_client#project_id ProjectOauthClient#project_id}.
---
@@ -968,7 +968,7 @@ public java.lang.String getId();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/project_oauth_client#id ProjectOauthClient#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/project_oauth_client#id ProjectOauthClient#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
diff --git a/docs/projectOauthClient.python.md b/docs/projectOauthClient.python.md
index 17e934873..92ab3d0e9 100644
--- a/docs/projectOauthClient.python.md
+++ b/docs/projectOauthClient.python.md
@@ -4,7 +4,7 @@
### ProjectOauthClient
-Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/project_oauth_client tfe_project_oauth_client}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/project_oauth_client tfe_project_oauth_client}.
#### Initializers
@@ -38,9 +38,9 @@ projectOauthClient.ProjectOauthClient(
| lifecycle
| cdktf.TerraformResourceLifecycle
| *No description.* |
| provider
| cdktf.TerraformProvider
| *No description.* |
| provisioners
| typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]]
| *No description.* |
-| oauth_client_id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/project_oauth_client#oauth_client_id ProjectOauthClient#oauth_client_id}. |
-| project_id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/project_oauth_client#project_id ProjectOauthClient#project_id}. |
-| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/project_oauth_client#id ProjectOauthClient#id}. |
+| oauth_client_id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/project_oauth_client#oauth_client_id ProjectOauthClient#oauth_client_id}. |
+| project_id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/project_oauth_client#project_id ProjectOauthClient#project_id}. |
+| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/project_oauth_client#id ProjectOauthClient#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/hashicorp/tfe/0.60.1/docs/resources/project_oauth_client#oauth_client_id ProjectOauthClient#oauth_client_id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/project_oauth_client#oauth_client_id ProjectOauthClient#oauth_client_id}.
---
@@ -116,7 +116,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/project_oauth_client#project_id ProjectOauthClient#project_id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/project_oauth_client#project_id ProjectOauthClient#project_id}.
---
@@ -124,7 +124,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/project_oauth_client#id ProjectOauthClient#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/project_oauth_client#id ProjectOauthClient#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -607,7 +607,7 @@ The construct id used in the generated config for the ProjectOauthClient to impo
The id of the existing ProjectOauthClient that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/project_oauth_client#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/project_oauth_client#import import section} in the documentation of this resource for the id to use
---
@@ -900,9 +900,9 @@ projectOauthClient.ProjectOauthClientConfig(
| lifecycle
| cdktf.TerraformResourceLifecycle
| *No description.* |
| provider
| cdktf.TerraformProvider
| *No description.* |
| provisioners
| typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]]
| *No description.* |
-| oauth_client_id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/project_oauth_client#oauth_client_id ProjectOauthClient#oauth_client_id}. |
-| project_id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/project_oauth_client#project_id ProjectOauthClient#project_id}. |
-| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/project_oauth_client#id ProjectOauthClient#id}. |
+| oauth_client_id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/project_oauth_client#oauth_client_id ProjectOauthClient#oauth_client_id}. |
+| project_id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/project_oauth_client#project_id ProjectOauthClient#project_id}. |
+| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/project_oauth_client#id ProjectOauthClient#id}. |
---
@@ -984,7 +984,7 @@ oauth_client_id: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/project_oauth_client#oauth_client_id ProjectOauthClient#oauth_client_id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/project_oauth_client#oauth_client_id ProjectOauthClient#oauth_client_id}.
---
@@ -996,7 +996,7 @@ project_id: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/project_oauth_client#project_id ProjectOauthClient#project_id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/project_oauth_client#project_id ProjectOauthClient#project_id}.
---
@@ -1008,7 +1008,7 @@ id: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/project_oauth_client#id ProjectOauthClient#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/project_oauth_client#id ProjectOauthClient#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
diff --git a/docs/projectOauthClient.typescript.md b/docs/projectOauthClient.typescript.md
index a12d82045..fe856f81f 100644
--- a/docs/projectOauthClient.typescript.md
+++ b/docs/projectOauthClient.typescript.md
@@ -4,7 +4,7 @@
### ProjectOauthClient
-Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/project_oauth_client tfe_project_oauth_client}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/project_oauth_client tfe_project_oauth_client}.
#### Initializers
@@ -474,7 +474,7 @@ The construct id used in the generated config for the ProjectOauthClient to impo
The id of the existing ProjectOauthClient that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/project_oauth_client#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/project_oauth_client#import import section} in the documentation of this resource for the id to use
---
@@ -756,9 +756,9 @@ const projectOauthClientConfig: projectOauthClient.ProjectOauthClientConfig = {
| lifecycle
| cdktf.TerraformResourceLifecycle
| *No description.* |
| provider
| cdktf.TerraformProvider
| *No description.* |
| provisioners
| cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[]
| *No description.* |
-| oauthClientId
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/project_oauth_client#oauth_client_id ProjectOauthClient#oauth_client_id}. |
-| projectId
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/project_oauth_client#project_id ProjectOauthClient#project_id}. |
-| id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/project_oauth_client#id ProjectOauthClient#id}. |
+| oauthClientId
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/project_oauth_client#oauth_client_id ProjectOauthClient#oauth_client_id}. |
+| projectId
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/project_oauth_client#project_id ProjectOauthClient#project_id}. |
+| id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/project_oauth_client#id ProjectOauthClient#id}. |
---
@@ -840,7 +840,7 @@ public readonly oauthClientId: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/project_oauth_client#oauth_client_id ProjectOauthClient#oauth_client_id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/project_oauth_client#oauth_client_id ProjectOauthClient#oauth_client_id}.
---
@@ -852,7 +852,7 @@ public readonly projectId: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/project_oauth_client#project_id ProjectOauthClient#project_id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/project_oauth_client#project_id ProjectOauthClient#project_id}.
---
@@ -864,7 +864,7 @@ public readonly id: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/project_oauth_client#id ProjectOauthClient#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/project_oauth_client#id ProjectOauthClient#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
diff --git a/docs/projectPolicySet.csharp.md b/docs/projectPolicySet.csharp.md
index 94c2759f8..916258cff 100644
--- a/docs/projectPolicySet.csharp.md
+++ b/docs/projectPolicySet.csharp.md
@@ -4,7 +4,7 @@
### ProjectPolicySet
-Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/project_policy_set tfe_project_policy_set}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/project_policy_set tfe_project_policy_set}.
#### Initializers
@@ -474,7 +474,7 @@ The construct id used in the generated config for the ProjectPolicySet to import
The id of the existing ProjectPolicySet that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/project_policy_set#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/project_policy_set#import import section} in the documentation of this resource for the id to use
---
@@ -767,9 +767,9 @@ new ProjectPolicySetConfig {
| Lifecycle
| HashiCorp.Cdktf.TerraformResourceLifecycle
| *No description.* |
| Provider
| HashiCorp.Cdktf.TerraformProvider
| *No description.* |
| Provisioners
| object[]
| *No description.* |
-| PolicySetId
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/project_policy_set#policy_set_id ProjectPolicySet#policy_set_id}. |
-| ProjectId
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/project_policy_set#project_id ProjectPolicySet#project_id}. |
-| Id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/project_policy_set#id ProjectPolicySet#id}. |
+| PolicySetId
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/project_policy_set#policy_set_id ProjectPolicySet#policy_set_id}. |
+| ProjectId
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/project_policy_set#project_id ProjectPolicySet#project_id}. |
+| Id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/project_policy_set#id ProjectPolicySet#id}. |
---
@@ -851,7 +851,7 @@ public string PolicySetId { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/project_policy_set#policy_set_id ProjectPolicySet#policy_set_id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/project_policy_set#policy_set_id ProjectPolicySet#policy_set_id}.
---
@@ -863,7 +863,7 @@ public string ProjectId { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/project_policy_set#project_id ProjectPolicySet#project_id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/project_policy_set#project_id ProjectPolicySet#project_id}.
---
@@ -875,7 +875,7 @@ public string Id { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/project_policy_set#id ProjectPolicySet#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/project_policy_set#id ProjectPolicySet#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
diff --git a/docs/projectPolicySet.go.md b/docs/projectPolicySet.go.md
index 72936c927..231df5347 100644
--- a/docs/projectPolicySet.go.md
+++ b/docs/projectPolicySet.go.md
@@ -4,7 +4,7 @@
### ProjectPolicySet
-Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/project_policy_set tfe_project_policy_set}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/project_policy_set tfe_project_policy_set}.
#### Initializers
@@ -474,7 +474,7 @@ The construct id used in the generated config for the ProjectPolicySet to import
The id of the existing ProjectPolicySet that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/project_policy_set#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/project_policy_set#import import section} in the documentation of this resource for the id to use
---
@@ -767,9 +767,9 @@ import "github.com/cdktf/cdktf-provider-tfe-go/tfe/v11/projectpolicyset"
| 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.* |
-| PolicySetId
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/project_policy_set#policy_set_id ProjectPolicySet#policy_set_id}. |
-| ProjectId
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/project_policy_set#project_id ProjectPolicySet#project_id}. |
-| Id
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/project_policy_set#id ProjectPolicySet#id}. |
+| PolicySetId
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/project_policy_set#policy_set_id ProjectPolicySet#policy_set_id}. |
+| ProjectId
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/project_policy_set#project_id ProjectPolicySet#project_id}. |
+| Id
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/project_policy_set#id ProjectPolicySet#id}. |
---
@@ -851,7 +851,7 @@ PolicySetId *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/project_policy_set#policy_set_id ProjectPolicySet#policy_set_id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/project_policy_set#policy_set_id ProjectPolicySet#policy_set_id}.
---
@@ -863,7 +863,7 @@ ProjectId *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/project_policy_set#project_id ProjectPolicySet#project_id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/project_policy_set#project_id ProjectPolicySet#project_id}.
---
@@ -875,7 +875,7 @@ Id *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/project_policy_set#id ProjectPolicySet#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/project_policy_set#id ProjectPolicySet#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
diff --git a/docs/projectPolicySet.java.md b/docs/projectPolicySet.java.md
index fa8808b93..57637b4cc 100644
--- a/docs/projectPolicySet.java.md
+++ b/docs/projectPolicySet.java.md
@@ -4,7 +4,7 @@
### ProjectPolicySet
-Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/project_policy_set tfe_project_policy_set}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/project_policy_set tfe_project_policy_set}.
#### Initializers
@@ -40,9 +40,9 @@ ProjectPolicySet.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.* |
-| policySetId
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/project_policy_set#policy_set_id ProjectPolicySet#policy_set_id}. |
-| projectId
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/project_policy_set#project_id ProjectPolicySet#project_id}. |
-| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/project_policy_set#id ProjectPolicySet#id}. |
+| policySetId
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/project_policy_set#policy_set_id ProjectPolicySet#policy_set_id}. |
+| projectId
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/project_policy_set#project_id ProjectPolicySet#project_id}. |
+| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/project_policy_set#id ProjectPolicySet#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/hashicorp/tfe/0.60.1/docs/resources/project_policy_set#policy_set_id ProjectPolicySet#policy_set_id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/project_policy_set#policy_set_id ProjectPolicySet#policy_set_id}.
---
@@ -118,7 +118,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/project_policy_set#project_id ProjectPolicySet#project_id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/project_policy_set#project_id ProjectPolicySet#project_id}.
---
@@ -126,7 +126,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/project_policy_set#id ProjectPolicySet#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/project_policy_set#id ProjectPolicySet#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -563,7 +563,7 @@ The construct id used in the generated config for the ProjectPolicySet to import
The id of the existing ProjectPolicySet that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/project_policy_set#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/project_policy_set#import import section} in the documentation of this resource for the id to use
---
@@ -860,9 +860,9 @@ ProjectPolicySetConfig.builder()
| lifecycle
| com.hashicorp.cdktf.TerraformResourceLifecycle
| *No description.* |
| provider
| com.hashicorp.cdktf.TerraformProvider
| *No description.* |
| provisioners
| java.util.List
| *No description.* |
-| policySetId
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/project_policy_set#policy_set_id ProjectPolicySet#policy_set_id}. |
-| projectId
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/project_policy_set#project_id ProjectPolicySet#project_id}. |
-| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/project_policy_set#id ProjectPolicySet#id}. |
+| policySetId
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/project_policy_set#policy_set_id ProjectPolicySet#policy_set_id}. |
+| projectId
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/project_policy_set#project_id ProjectPolicySet#project_id}. |
+| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/project_policy_set#id ProjectPolicySet#id}. |
---
@@ -944,7 +944,7 @@ public java.lang.String getPolicySetId();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/project_policy_set#policy_set_id ProjectPolicySet#policy_set_id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/project_policy_set#policy_set_id ProjectPolicySet#policy_set_id}.
---
@@ -956,7 +956,7 @@ public java.lang.String getProjectId();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/project_policy_set#project_id ProjectPolicySet#project_id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/project_policy_set#project_id ProjectPolicySet#project_id}.
---
@@ -968,7 +968,7 @@ public java.lang.String getId();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/project_policy_set#id ProjectPolicySet#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/project_policy_set#id ProjectPolicySet#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
diff --git a/docs/projectPolicySet.python.md b/docs/projectPolicySet.python.md
index 45b62e7ee..4976ba12a 100644
--- a/docs/projectPolicySet.python.md
+++ b/docs/projectPolicySet.python.md
@@ -4,7 +4,7 @@
### ProjectPolicySet
-Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/project_policy_set tfe_project_policy_set}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/project_policy_set tfe_project_policy_set}.
#### Initializers
@@ -38,9 +38,9 @@ projectPolicySet.ProjectPolicySet(
| lifecycle
| cdktf.TerraformResourceLifecycle
| *No description.* |
| provider
| cdktf.TerraformProvider
| *No description.* |
| provisioners
| typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]]
| *No description.* |
-| policy_set_id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/project_policy_set#policy_set_id ProjectPolicySet#policy_set_id}. |
-| project_id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/project_policy_set#project_id ProjectPolicySet#project_id}. |
-| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/project_policy_set#id ProjectPolicySet#id}. |
+| policy_set_id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/project_policy_set#policy_set_id ProjectPolicySet#policy_set_id}. |
+| project_id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/project_policy_set#project_id ProjectPolicySet#project_id}. |
+| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/project_policy_set#id ProjectPolicySet#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/hashicorp/tfe/0.60.1/docs/resources/project_policy_set#policy_set_id ProjectPolicySet#policy_set_id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/project_policy_set#policy_set_id ProjectPolicySet#policy_set_id}.
---
@@ -116,7 +116,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/project_policy_set#project_id ProjectPolicySet#project_id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/project_policy_set#project_id ProjectPolicySet#project_id}.
---
@@ -124,7 +124,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/project_policy_set#id ProjectPolicySet#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/project_policy_set#id ProjectPolicySet#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -607,7 +607,7 @@ The construct id used in the generated config for the ProjectPolicySet to import
The id of the existing ProjectPolicySet that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/project_policy_set#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/project_policy_set#import import section} in the documentation of this resource for the id to use
---
@@ -900,9 +900,9 @@ projectPolicySet.ProjectPolicySetConfig(
| lifecycle
| cdktf.TerraformResourceLifecycle
| *No description.* |
| provider
| cdktf.TerraformProvider
| *No description.* |
| provisioners
| typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]]
| *No description.* |
-| policy_set_id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/project_policy_set#policy_set_id ProjectPolicySet#policy_set_id}. |
-| project_id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/project_policy_set#project_id ProjectPolicySet#project_id}. |
-| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/project_policy_set#id ProjectPolicySet#id}. |
+| policy_set_id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/project_policy_set#policy_set_id ProjectPolicySet#policy_set_id}. |
+| project_id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/project_policy_set#project_id ProjectPolicySet#project_id}. |
+| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/project_policy_set#id ProjectPolicySet#id}. |
---
@@ -984,7 +984,7 @@ policy_set_id: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/project_policy_set#policy_set_id ProjectPolicySet#policy_set_id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/project_policy_set#policy_set_id ProjectPolicySet#policy_set_id}.
---
@@ -996,7 +996,7 @@ project_id: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/project_policy_set#project_id ProjectPolicySet#project_id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/project_policy_set#project_id ProjectPolicySet#project_id}.
---
@@ -1008,7 +1008,7 @@ id: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/project_policy_set#id ProjectPolicySet#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/project_policy_set#id ProjectPolicySet#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
diff --git a/docs/projectPolicySet.typescript.md b/docs/projectPolicySet.typescript.md
index fcecb1f3c..416f53d1f 100644
--- a/docs/projectPolicySet.typescript.md
+++ b/docs/projectPolicySet.typescript.md
@@ -4,7 +4,7 @@
### ProjectPolicySet
-Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/project_policy_set tfe_project_policy_set}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/project_policy_set tfe_project_policy_set}.
#### Initializers
@@ -474,7 +474,7 @@ The construct id used in the generated config for the ProjectPolicySet to import
The id of the existing ProjectPolicySet that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/project_policy_set#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/project_policy_set#import import section} in the documentation of this resource for the id to use
---
@@ -756,9 +756,9 @@ const projectPolicySetConfig: projectPolicySet.ProjectPolicySetConfig = { ... }
| lifecycle
| cdktf.TerraformResourceLifecycle
| *No description.* |
| provider
| cdktf.TerraformProvider
| *No description.* |
| provisioners
| cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[]
| *No description.* |
-| policySetId
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/project_policy_set#policy_set_id ProjectPolicySet#policy_set_id}. |
-| projectId
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/project_policy_set#project_id ProjectPolicySet#project_id}. |
-| id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/project_policy_set#id ProjectPolicySet#id}. |
+| policySetId
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/project_policy_set#policy_set_id ProjectPolicySet#policy_set_id}. |
+| projectId
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/project_policy_set#project_id ProjectPolicySet#project_id}. |
+| id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/project_policy_set#id ProjectPolicySet#id}. |
---
@@ -840,7 +840,7 @@ public readonly policySetId: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/project_policy_set#policy_set_id ProjectPolicySet#policy_set_id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/project_policy_set#policy_set_id ProjectPolicySet#policy_set_id}.
---
@@ -852,7 +852,7 @@ public readonly projectId: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/project_policy_set#project_id ProjectPolicySet#project_id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/project_policy_set#project_id ProjectPolicySet#project_id}.
---
@@ -864,7 +864,7 @@ public readonly id: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/project_policy_set#id ProjectPolicySet#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/project_policy_set#id ProjectPolicySet#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
diff --git a/docs/projectVariableSet.csharp.md b/docs/projectVariableSet.csharp.md
index 6bdb7fae8..f15d66c1d 100644
--- a/docs/projectVariableSet.csharp.md
+++ b/docs/projectVariableSet.csharp.md
@@ -4,7 +4,7 @@
### ProjectVariableSet
-Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/project_variable_set tfe_project_variable_set}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/project_variable_set tfe_project_variable_set}.
#### Initializers
@@ -474,7 +474,7 @@ The construct id used in the generated config for the ProjectVariableSet to impo
The id of the existing ProjectVariableSet that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/project_variable_set#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/project_variable_set#import import section} in the documentation of this resource for the id to use
---
@@ -767,9 +767,9 @@ new ProjectVariableSetConfig {
| Lifecycle
| HashiCorp.Cdktf.TerraformResourceLifecycle
| *No description.* |
| Provider
| HashiCorp.Cdktf.TerraformProvider
| *No description.* |
| Provisioners
| object[]
| *No description.* |
-| ProjectId
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/project_variable_set#project_id ProjectVariableSet#project_id}. |
-| VariableSetId
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/project_variable_set#variable_set_id ProjectVariableSet#variable_set_id}. |
-| Id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/project_variable_set#id ProjectVariableSet#id}. |
+| ProjectId
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/project_variable_set#project_id ProjectVariableSet#project_id}. |
+| VariableSetId
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/project_variable_set#variable_set_id ProjectVariableSet#variable_set_id}. |
+| Id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/project_variable_set#id ProjectVariableSet#id}. |
---
@@ -851,7 +851,7 @@ public string ProjectId { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/project_variable_set#project_id ProjectVariableSet#project_id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/project_variable_set#project_id ProjectVariableSet#project_id}.
---
@@ -863,7 +863,7 @@ public string VariableSetId { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/project_variable_set#variable_set_id ProjectVariableSet#variable_set_id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/project_variable_set#variable_set_id ProjectVariableSet#variable_set_id}.
---
@@ -875,7 +875,7 @@ public string Id { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/project_variable_set#id ProjectVariableSet#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/project_variable_set#id ProjectVariableSet#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
diff --git a/docs/projectVariableSet.go.md b/docs/projectVariableSet.go.md
index d304872dd..11976f043 100644
--- a/docs/projectVariableSet.go.md
+++ b/docs/projectVariableSet.go.md
@@ -4,7 +4,7 @@
### ProjectVariableSet
-Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/project_variable_set tfe_project_variable_set}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/project_variable_set tfe_project_variable_set}.
#### Initializers
@@ -474,7 +474,7 @@ The construct id used in the generated config for the ProjectVariableSet to impo
The id of the existing ProjectVariableSet that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/project_variable_set#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/project_variable_set#import import section} in the documentation of this resource for the id to use
---
@@ -767,9 +767,9 @@ import "github.com/cdktf/cdktf-provider-tfe-go/tfe/v11/projectvariableset"
| 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.* |
-| ProjectId
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/project_variable_set#project_id ProjectVariableSet#project_id}. |
-| VariableSetId
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/project_variable_set#variable_set_id ProjectVariableSet#variable_set_id}. |
-| Id
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/project_variable_set#id ProjectVariableSet#id}. |
+| ProjectId
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/project_variable_set#project_id ProjectVariableSet#project_id}. |
+| VariableSetId
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/project_variable_set#variable_set_id ProjectVariableSet#variable_set_id}. |
+| Id
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/project_variable_set#id ProjectVariableSet#id}. |
---
@@ -851,7 +851,7 @@ ProjectId *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/project_variable_set#project_id ProjectVariableSet#project_id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/project_variable_set#project_id ProjectVariableSet#project_id}.
---
@@ -863,7 +863,7 @@ VariableSetId *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/project_variable_set#variable_set_id ProjectVariableSet#variable_set_id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/project_variable_set#variable_set_id ProjectVariableSet#variable_set_id}.
---
@@ -875,7 +875,7 @@ Id *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/project_variable_set#id ProjectVariableSet#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/project_variable_set#id ProjectVariableSet#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
diff --git a/docs/projectVariableSet.java.md b/docs/projectVariableSet.java.md
index c10ef9539..703953c8d 100644
--- a/docs/projectVariableSet.java.md
+++ b/docs/projectVariableSet.java.md
@@ -4,7 +4,7 @@
### ProjectVariableSet
-Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/project_variable_set tfe_project_variable_set}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/project_variable_set tfe_project_variable_set}.
#### Initializers
@@ -40,9 +40,9 @@ ProjectVariableSet.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.* |
-| projectId
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/project_variable_set#project_id ProjectVariableSet#project_id}. |
-| variableSetId
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/project_variable_set#variable_set_id ProjectVariableSet#variable_set_id}. |
-| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/project_variable_set#id ProjectVariableSet#id}. |
+| projectId
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/project_variable_set#project_id ProjectVariableSet#project_id}. |
+| variableSetId
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/project_variable_set#variable_set_id ProjectVariableSet#variable_set_id}. |
+| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/project_variable_set#id ProjectVariableSet#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/hashicorp/tfe/0.60.1/docs/resources/project_variable_set#project_id ProjectVariableSet#project_id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/project_variable_set#project_id ProjectVariableSet#project_id}.
---
@@ -118,7 +118,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/project_variable_set#variable_set_id ProjectVariableSet#variable_set_id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/project_variable_set#variable_set_id ProjectVariableSet#variable_set_id}.
---
@@ -126,7 +126,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/project_variable_set#id ProjectVariableSet#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/project_variable_set#id ProjectVariableSet#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -563,7 +563,7 @@ The construct id used in the generated config for the ProjectVariableSet to impo
The id of the existing ProjectVariableSet that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/project_variable_set#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/project_variable_set#import import section} in the documentation of this resource for the id to use
---
@@ -860,9 +860,9 @@ ProjectVariableSetConfig.builder()
| lifecycle
| com.hashicorp.cdktf.TerraformResourceLifecycle
| *No description.* |
| provider
| com.hashicorp.cdktf.TerraformProvider
| *No description.* |
| provisioners
| java.util.List
| *No description.* |
-| projectId
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/project_variable_set#project_id ProjectVariableSet#project_id}. |
-| variableSetId
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/project_variable_set#variable_set_id ProjectVariableSet#variable_set_id}. |
-| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/project_variable_set#id ProjectVariableSet#id}. |
+| projectId
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/project_variable_set#project_id ProjectVariableSet#project_id}. |
+| variableSetId
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/project_variable_set#variable_set_id ProjectVariableSet#variable_set_id}. |
+| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/project_variable_set#id ProjectVariableSet#id}. |
---
@@ -944,7 +944,7 @@ public java.lang.String getProjectId();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/project_variable_set#project_id ProjectVariableSet#project_id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/project_variable_set#project_id ProjectVariableSet#project_id}.
---
@@ -956,7 +956,7 @@ public java.lang.String getVariableSetId();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/project_variable_set#variable_set_id ProjectVariableSet#variable_set_id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/project_variable_set#variable_set_id ProjectVariableSet#variable_set_id}.
---
@@ -968,7 +968,7 @@ public java.lang.String getId();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/project_variable_set#id ProjectVariableSet#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/project_variable_set#id ProjectVariableSet#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
diff --git a/docs/projectVariableSet.python.md b/docs/projectVariableSet.python.md
index 14ec922ec..65bff1f52 100644
--- a/docs/projectVariableSet.python.md
+++ b/docs/projectVariableSet.python.md
@@ -4,7 +4,7 @@
### ProjectVariableSet
-Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/project_variable_set tfe_project_variable_set}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/project_variable_set tfe_project_variable_set}.
#### Initializers
@@ -38,9 +38,9 @@ projectVariableSet.ProjectVariableSet(
| lifecycle
| cdktf.TerraformResourceLifecycle
| *No description.* |
| provider
| cdktf.TerraformProvider
| *No description.* |
| provisioners
| typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]]
| *No description.* |
-| project_id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/project_variable_set#project_id ProjectVariableSet#project_id}. |
-| variable_set_id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/project_variable_set#variable_set_id ProjectVariableSet#variable_set_id}. |
-| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/project_variable_set#id ProjectVariableSet#id}. |
+| project_id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/project_variable_set#project_id ProjectVariableSet#project_id}. |
+| variable_set_id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/project_variable_set#variable_set_id ProjectVariableSet#variable_set_id}. |
+| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/project_variable_set#id ProjectVariableSet#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/hashicorp/tfe/0.60.1/docs/resources/project_variable_set#project_id ProjectVariableSet#project_id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/project_variable_set#project_id ProjectVariableSet#project_id}.
---
@@ -116,7 +116,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/project_variable_set#variable_set_id ProjectVariableSet#variable_set_id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/project_variable_set#variable_set_id ProjectVariableSet#variable_set_id}.
---
@@ -124,7 +124,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/project_variable_set#id ProjectVariableSet#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/project_variable_set#id ProjectVariableSet#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -607,7 +607,7 @@ The construct id used in the generated config for the ProjectVariableSet to impo
The id of the existing ProjectVariableSet that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/project_variable_set#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/project_variable_set#import import section} in the documentation of this resource for the id to use
---
@@ -900,9 +900,9 @@ projectVariableSet.ProjectVariableSetConfig(
| lifecycle
| cdktf.TerraformResourceLifecycle
| *No description.* |
| provider
| cdktf.TerraformProvider
| *No description.* |
| provisioners
| typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]]
| *No description.* |
-| project_id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/project_variable_set#project_id ProjectVariableSet#project_id}. |
-| variable_set_id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/project_variable_set#variable_set_id ProjectVariableSet#variable_set_id}. |
-| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/project_variable_set#id ProjectVariableSet#id}. |
+| project_id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/project_variable_set#project_id ProjectVariableSet#project_id}. |
+| variable_set_id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/project_variable_set#variable_set_id ProjectVariableSet#variable_set_id}. |
+| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/project_variable_set#id ProjectVariableSet#id}. |
---
@@ -984,7 +984,7 @@ project_id: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/project_variable_set#project_id ProjectVariableSet#project_id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/project_variable_set#project_id ProjectVariableSet#project_id}.
---
@@ -996,7 +996,7 @@ variable_set_id: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/project_variable_set#variable_set_id ProjectVariableSet#variable_set_id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/project_variable_set#variable_set_id ProjectVariableSet#variable_set_id}.
---
@@ -1008,7 +1008,7 @@ id: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/project_variable_set#id ProjectVariableSet#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/project_variable_set#id ProjectVariableSet#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
diff --git a/docs/projectVariableSet.typescript.md b/docs/projectVariableSet.typescript.md
index 6639072f5..491c290eb 100644
--- a/docs/projectVariableSet.typescript.md
+++ b/docs/projectVariableSet.typescript.md
@@ -4,7 +4,7 @@
### ProjectVariableSet
-Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/project_variable_set tfe_project_variable_set}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/project_variable_set tfe_project_variable_set}.
#### Initializers
@@ -474,7 +474,7 @@ The construct id used in the generated config for the ProjectVariableSet to impo
The id of the existing ProjectVariableSet that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/project_variable_set#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/project_variable_set#import import section} in the documentation of this resource for the id to use
---
@@ -756,9 +756,9 @@ const projectVariableSetConfig: projectVariableSet.ProjectVariableSetConfig = {
| lifecycle
| cdktf.TerraformResourceLifecycle
| *No description.* |
| provider
| cdktf.TerraformProvider
| *No description.* |
| provisioners
| cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[]
| *No description.* |
-| projectId
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/project_variable_set#project_id ProjectVariableSet#project_id}. |
-| variableSetId
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/project_variable_set#variable_set_id ProjectVariableSet#variable_set_id}. |
-| id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/project_variable_set#id ProjectVariableSet#id}. |
+| projectId
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/project_variable_set#project_id ProjectVariableSet#project_id}. |
+| variableSetId
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/project_variable_set#variable_set_id ProjectVariableSet#variable_set_id}. |
+| id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/project_variable_set#id ProjectVariableSet#id}. |
---
@@ -840,7 +840,7 @@ public readonly projectId: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/project_variable_set#project_id ProjectVariableSet#project_id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/project_variable_set#project_id ProjectVariableSet#project_id}.
---
@@ -852,7 +852,7 @@ public readonly variableSetId: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/project_variable_set#variable_set_id ProjectVariableSet#variable_set_id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/project_variable_set#variable_set_id ProjectVariableSet#variable_set_id}.
---
@@ -864,7 +864,7 @@ public readonly id: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/project_variable_set#id ProjectVariableSet#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/project_variable_set#id ProjectVariableSet#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this 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 6f5eb321a..85ac87432 100644
--- a/docs/provider.csharp.md
+++ b/docs/provider.csharp.md
@@ -4,7 +4,7 @@
### TfeProvider
-Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs tfe}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs tfe}.
#### Initializers
@@ -268,7 +268,7 @@ The construct id used in the generated config for the TfeProvider to import.
The id of the existing TfeProvider that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs#import import section} in the documentation of this resource for the id to use
---
@@ -545,7 +545,7 @@ public string Alias { get; set; }
Alias name.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs#alias TfeProvider#alias}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs#alias TfeProvider#alias}
---
@@ -559,7 +559,7 @@ public string Hostname { get; set; }
The Terraform Enterprise hostname to connect to. Defaults to app.terraform.io.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs#hostname TfeProvider#hostname}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs#hostname TfeProvider#hostname}
---
@@ -573,7 +573,7 @@ public string Organization { get; set; }
The organization to apply to a resource if one is not defined on the resource itself.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs#organization TfeProvider#organization}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs#organization TfeProvider#organization}
---
@@ -587,7 +587,7 @@ public object SslSkipVerify { get; set; }
Whether or not to skip certificate verifications.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs#ssl_skip_verify TfeProvider#ssl_skip_verify}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs#ssl_skip_verify TfeProvider#ssl_skip_verify}
---
@@ -604,7 +604,7 @@ The token used to authenticate with Terraform Enterprise.
We recommend omitting
the token which can be set as credentials in the CLI config file.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs#token TfeProvider#token}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs#token TfeProvider#token}
---
diff --git a/docs/provider.go.md b/docs/provider.go.md
index 0de0534f8..66ef9a7fe 100644
--- a/docs/provider.go.md
+++ b/docs/provider.go.md
@@ -4,7 +4,7 @@
### TfeProvider
-Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs tfe}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs tfe}.
#### Initializers
@@ -268,7 +268,7 @@ The construct id used in the generated config for the TfeProvider to import.
The id of the existing TfeProvider that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs#import import section} in the documentation of this resource for the id to use
---
@@ -545,7 +545,7 @@ Alias *string
Alias name.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs#alias TfeProvider#alias}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs#alias TfeProvider#alias}
---
@@ -559,7 +559,7 @@ Hostname *string
The Terraform Enterprise hostname to connect to. Defaults to app.terraform.io.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs#hostname TfeProvider#hostname}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs#hostname TfeProvider#hostname}
---
@@ -573,7 +573,7 @@ Organization *string
The organization to apply to a resource if one is not defined on the resource itself.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs#organization TfeProvider#organization}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs#organization TfeProvider#organization}
---
@@ -587,7 +587,7 @@ SslSkipVerify interface{}
Whether or not to skip certificate verifications.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs#ssl_skip_verify TfeProvider#ssl_skip_verify}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs#ssl_skip_verify TfeProvider#ssl_skip_verify}
---
@@ -604,7 +604,7 @@ The token used to authenticate with Terraform Enterprise.
We recommend omitting
the token which can be set as credentials in the CLI config file.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs#token TfeProvider#token}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs#token TfeProvider#token}
---
diff --git a/docs/provider.java.md b/docs/provider.java.md
index 68be40c00..d2ada9c96 100644
--- a/docs/provider.java.md
+++ b/docs/provider.java.md
@@ -4,7 +4,7 @@
### TfeProvider
-Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs tfe}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs tfe}.
#### Initializers
@@ -57,7 +57,7 @@ Must be unique amongst siblings in the same scope
Alias name.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs#alias TfeProvider#alias}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs#alias TfeProvider#alias}
---
@@ -67,7 +67,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
The Terraform Enterprise hostname to connect to. Defaults to app.terraform.io.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs#hostname TfeProvider#hostname}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs#hostname TfeProvider#hostname}
---
@@ -77,7 +77,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
The organization to apply to a resource if one is not defined on the resource itself.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs#organization TfeProvider#organization}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs#organization TfeProvider#organization}
---
@@ -87,7 +87,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
Whether or not to skip certificate verifications.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs#ssl_skip_verify TfeProvider#ssl_skip_verify}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs#ssl_skip_verify TfeProvider#ssl_skip_verify}
---
@@ -100,7 +100,7 @@ The token used to authenticate with Terraform Enterprise.
We recommend omitting
the token which can be set as credentials in the CLI config file.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs#token TfeProvider#token}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs#token TfeProvider#token}
---
@@ -326,7 +326,7 @@ The construct id used in the generated config for the TfeProvider to import.
The id of the existing TfeProvider that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs#import import section} in the documentation of this resource for the id to use
---
@@ -604,7 +604,7 @@ public java.lang.String getAlias();
Alias name.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs#alias TfeProvider#alias}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs#alias TfeProvider#alias}
---
@@ -618,7 +618,7 @@ public java.lang.String getHostname();
The Terraform Enterprise hostname to connect to. Defaults to app.terraform.io.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs#hostname TfeProvider#hostname}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs#hostname TfeProvider#hostname}
---
@@ -632,7 +632,7 @@ public java.lang.String getOrganization();
The organization to apply to a resource if one is not defined on the resource itself.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs#organization TfeProvider#organization}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs#organization TfeProvider#organization}
---
@@ -646,7 +646,7 @@ public java.lang.Object getSslSkipVerify();
Whether or not to skip certificate verifications.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs#ssl_skip_verify TfeProvider#ssl_skip_verify}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs#ssl_skip_verify TfeProvider#ssl_skip_verify}
---
@@ -663,7 +663,7 @@ The token used to authenticate with Terraform Enterprise.
We recommend omitting
the token which can be set as credentials in the CLI config file.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs#token TfeProvider#token}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs#token TfeProvider#token}
---
diff --git a/docs/provider.python.md b/docs/provider.python.md
index 40d0b5956..0c6eed82f 100644
--- a/docs/provider.python.md
+++ b/docs/provider.python.md
@@ -4,7 +4,7 @@
### TfeProvider
-Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs tfe}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs tfe}.
#### Initializers
@@ -58,7 +58,7 @@ Must be unique amongst siblings in the same scope
Alias name.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs#alias TfeProvider#alias}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs#alias TfeProvider#alias}
---
@@ -68,7 +68,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
The Terraform Enterprise hostname to connect to. Defaults to app.terraform.io.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs#hostname TfeProvider#hostname}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs#hostname TfeProvider#hostname}
---
@@ -78,7 +78,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
The organization to apply to a resource if one is not defined on the resource itself.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs#organization TfeProvider#organization}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs#organization TfeProvider#organization}
---
@@ -88,7 +88,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
Whether or not to skip certificate verifications.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs#ssl_skip_verify TfeProvider#ssl_skip_verify}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs#ssl_skip_verify TfeProvider#ssl_skip_verify}
---
@@ -101,7 +101,7 @@ The token used to authenticate with Terraform Enterprise.
We recommend omitting
the token which can be set as credentials in the CLI config file.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs#token TfeProvider#token}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs#token TfeProvider#token}
---
@@ -343,7 +343,7 @@ The construct id used in the generated config for the TfeProvider to import.
The id of the existing TfeProvider that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs#import import section} in the documentation of this resource for the id to use
---
@@ -620,7 +620,7 @@ alias: str
Alias name.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs#alias TfeProvider#alias}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs#alias TfeProvider#alias}
---
@@ -634,7 +634,7 @@ hostname: str
The Terraform Enterprise hostname to connect to. Defaults to app.terraform.io.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs#hostname TfeProvider#hostname}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs#hostname TfeProvider#hostname}
---
@@ -648,7 +648,7 @@ organization: str
The organization to apply to a resource if one is not defined on the resource itself.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs#organization TfeProvider#organization}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs#organization TfeProvider#organization}
---
@@ -662,7 +662,7 @@ ssl_skip_verify: typing.Union[bool, IResolvable]
Whether or not to skip certificate verifications.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs#ssl_skip_verify TfeProvider#ssl_skip_verify}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs#ssl_skip_verify TfeProvider#ssl_skip_verify}
---
@@ -679,7 +679,7 @@ The token used to authenticate with Terraform Enterprise.
We recommend omitting
the token which can be set as credentials in the CLI config file.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs#token TfeProvider#token}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs#token TfeProvider#token}
---
diff --git a/docs/provider.typescript.md b/docs/provider.typescript.md
index afb228c41..98489b2a7 100644
--- a/docs/provider.typescript.md
+++ b/docs/provider.typescript.md
@@ -4,7 +4,7 @@
### TfeProvider
-Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs tfe}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs tfe}.
#### Initializers
@@ -268,7 +268,7 @@ The construct id used in the generated config for the TfeProvider to import.
The id of the existing TfeProvider that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs#import import section} in the documentation of this resource for the id to use
---
@@ -539,7 +539,7 @@ public readonly alias: string;
Alias name.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs#alias TfeProvider#alias}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs#alias TfeProvider#alias}
---
@@ -553,7 +553,7 @@ public readonly hostname: string;
The Terraform Enterprise hostname to connect to. Defaults to app.terraform.io.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs#hostname TfeProvider#hostname}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs#hostname TfeProvider#hostname}
---
@@ -567,7 +567,7 @@ public readonly organization: string;
The organization to apply to a resource if one is not defined on the resource itself.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs#organization TfeProvider#organization}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs#organization TfeProvider#organization}
---
@@ -581,7 +581,7 @@ public readonly sslSkipVerify: boolean | IResolvable;
Whether or not to skip certificate verifications.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs#ssl_skip_verify TfeProvider#ssl_skip_verify}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs#ssl_skip_verify TfeProvider#ssl_skip_verify}
---
@@ -598,7 +598,7 @@ The token used to authenticate with Terraform Enterprise.
We recommend omitting
the token which can be set as credentials in the CLI config file.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs#token TfeProvider#token}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs#token TfeProvider#token}
---
diff --git a/docs/registryGpgKey.csharp.md b/docs/registryGpgKey.csharp.md
index 5d29f6196..e405cf5b9 100644
--- a/docs/registryGpgKey.csharp.md
+++ b/docs/registryGpgKey.csharp.md
@@ -4,7 +4,7 @@
### RegistryGpgKey
-Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/registry_gpg_key tfe_registry_gpg_key}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/registry_gpg_key tfe_registry_gpg_key}.
#### Initializers
@@ -474,7 +474,7 @@ The construct id used in the generated config for the RegistryGpgKey to import.
The id of the existing RegistryGpgKey that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/registry_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/hashicorp/tfe/0.61.0/docs/resources/registry_gpg_key#import import section} in the documentation of this resource for the id to use
---
@@ -862,7 +862,7 @@ public string AsciiArmor { get; set; }
ASCII-armored representation of the GPG key.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/registry_gpg_key#ascii_armor RegistryGpgKey#ascii_armor}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/registry_gpg_key#ascii_armor RegistryGpgKey#ascii_armor}
---
@@ -876,7 +876,7 @@ public string Organization { get; set; }
Name of the organization. If omitted, organization must be defined in the provider config.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/registry_gpg_key#organization RegistryGpgKey#organization}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/registry_gpg_key#organization RegistryGpgKey#organization}
---
diff --git a/docs/registryGpgKey.go.md b/docs/registryGpgKey.go.md
index 239debd8c..7e2dc834d 100644
--- a/docs/registryGpgKey.go.md
+++ b/docs/registryGpgKey.go.md
@@ -4,7 +4,7 @@
### RegistryGpgKey
-Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/registry_gpg_key tfe_registry_gpg_key}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/registry_gpg_key tfe_registry_gpg_key}.
#### Initializers
@@ -474,7 +474,7 @@ The construct id used in the generated config for the RegistryGpgKey to import.
The id of the existing RegistryGpgKey that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/registry_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/hashicorp/tfe/0.61.0/docs/resources/registry_gpg_key#import import section} in the documentation of this resource for the id to use
---
@@ -862,7 +862,7 @@ AsciiArmor *string
ASCII-armored representation of the GPG key.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/registry_gpg_key#ascii_armor RegistryGpgKey#ascii_armor}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/registry_gpg_key#ascii_armor RegistryGpgKey#ascii_armor}
---
@@ -876,7 +876,7 @@ Organization *string
Name of the organization. If omitted, organization must be defined in the provider config.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/registry_gpg_key#organization RegistryGpgKey#organization}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/registry_gpg_key#organization RegistryGpgKey#organization}
---
diff --git a/docs/registryGpgKey.java.md b/docs/registryGpgKey.java.md
index 225b7436f..f07b9e5e4 100644
--- a/docs/registryGpgKey.java.md
+++ b/docs/registryGpgKey.java.md
@@ -4,7 +4,7 @@
### RegistryGpgKey
-Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/registry_gpg_key tfe_registry_gpg_key}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/registry_gpg_key tfe_registry_gpg_key}.
#### Initializers
@@ -110,7 +110,7 @@ Must be unique amongst siblings in the same scope
ASCII-armored representation of the GPG key.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/registry_gpg_key#ascii_armor RegistryGpgKey#ascii_armor}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/registry_gpg_key#ascii_armor RegistryGpgKey#ascii_armor}
---
@@ -120,7 +120,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
Name of the organization. If omitted, organization must be defined in the provider config.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/registry_gpg_key#organization RegistryGpgKey#organization}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/registry_gpg_key#organization RegistryGpgKey#organization}
---
@@ -554,7 +554,7 @@ The construct id used in the generated config for the RegistryGpgKey to import.
The id of the existing RegistryGpgKey that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/registry_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/hashicorp/tfe/0.61.0/docs/resources/registry_gpg_key#import import section} in the documentation of this resource for the id to use
---
@@ -946,7 +946,7 @@ public java.lang.String getAsciiArmor();
ASCII-armored representation of the GPG key.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/registry_gpg_key#ascii_armor RegistryGpgKey#ascii_armor}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/registry_gpg_key#ascii_armor RegistryGpgKey#ascii_armor}
---
@@ -960,7 +960,7 @@ public java.lang.String getOrganization();
Name of the organization. If omitted, organization must be defined in the provider config.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/registry_gpg_key#organization RegistryGpgKey#organization}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/registry_gpg_key#organization RegistryGpgKey#organization}
---
diff --git a/docs/registryGpgKey.python.md b/docs/registryGpgKey.python.md
index b23442018..a263631b9 100644
--- a/docs/registryGpgKey.python.md
+++ b/docs/registryGpgKey.python.md
@@ -4,7 +4,7 @@
### RegistryGpgKey
-Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/registry_gpg_key tfe_registry_gpg_key}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/registry_gpg_key tfe_registry_gpg_key}.
#### Initializers
@@ -108,7 +108,7 @@ Must be unique amongst siblings in the same scope
ASCII-armored representation of the GPG key.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/registry_gpg_key#ascii_armor RegistryGpgKey#ascii_armor}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/registry_gpg_key#ascii_armor RegistryGpgKey#ascii_armor}
---
@@ -118,7 +118,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
Name of the organization. If omitted, organization must be defined in the provider config.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/registry_gpg_key#organization RegistryGpgKey#organization}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/registry_gpg_key#organization RegistryGpgKey#organization}
---
@@ -598,7 +598,7 @@ The construct id used in the generated config for the RegistryGpgKey to import.
The id of the existing RegistryGpgKey that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/registry_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/hashicorp/tfe/0.61.0/docs/resources/registry_gpg_key#import import section} in the documentation of this resource for the id to use
---
@@ -986,7 +986,7 @@ ascii_armor: str
ASCII-armored representation of the GPG key.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/registry_gpg_key#ascii_armor RegistryGpgKey#ascii_armor}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/registry_gpg_key#ascii_armor RegistryGpgKey#ascii_armor}
---
@@ -1000,7 +1000,7 @@ organization: str
Name of the organization. If omitted, organization must be defined in the provider config.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/registry_gpg_key#organization RegistryGpgKey#organization}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/registry_gpg_key#organization RegistryGpgKey#organization}
---
diff --git a/docs/registryGpgKey.typescript.md b/docs/registryGpgKey.typescript.md
index 10cb84852..1d0c3b205 100644
--- a/docs/registryGpgKey.typescript.md
+++ b/docs/registryGpgKey.typescript.md
@@ -4,7 +4,7 @@
### RegistryGpgKey
-Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/registry_gpg_key tfe_registry_gpg_key}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/registry_gpg_key tfe_registry_gpg_key}.
#### Initializers
@@ -474,7 +474,7 @@ The construct id used in the generated config for the RegistryGpgKey to import.
The id of the existing RegistryGpgKey that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/registry_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/hashicorp/tfe/0.61.0/docs/resources/registry_gpg_key#import import section} in the documentation of this resource for the id to use
---
@@ -852,7 +852,7 @@ public readonly asciiArmor: string;
ASCII-armored representation of the GPG key.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/registry_gpg_key#ascii_armor RegistryGpgKey#ascii_armor}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/registry_gpg_key#ascii_armor RegistryGpgKey#ascii_armor}
---
@@ -866,7 +866,7 @@ public readonly organization: string;
Name of the organization. If omitted, organization must be defined in the provider config.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/registry_gpg_key#organization RegistryGpgKey#organization}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/registry_gpg_key#organization RegistryGpgKey#organization}
---
diff --git a/docs/registryModule.csharp.md b/docs/registryModule.csharp.md
index 708bed727..8bacc930c 100644
--- a/docs/registryModule.csharp.md
+++ b/docs/registryModule.csharp.md
@@ -4,7 +4,7 @@
### RegistryModule
-Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/registry_module tfe_registry_module}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/registry_module tfe_registry_module}.
#### Initializers
@@ -563,7 +563,7 @@ The construct id used in the generated config for the RegistryModule to import.
The id of the existing RegistryModule that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/registry_module#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/registry_module#import import section} in the documentation of this resource for the id to use
---
@@ -1028,14 +1028,14 @@ new RegistryModuleConfig {
| 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/hashicorp/tfe/0.60.1/docs/resources/registry_module#id RegistryModule#id}. |
-| InitialVersion
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/registry_module#initial_version RegistryModule#initial_version}. |
-| ModuleProvider
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/registry_module#module_provider RegistryModule#module_provider}. |
-| Name
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/registry_module#name RegistryModule#name}. |
-| Namespace
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/registry_module#namespace RegistryModule#namespace}. |
-| NoCode
| object
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/registry_module#no_code RegistryModule#no_code}. |
-| Organization
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/registry_module#organization RegistryModule#organization}. |
-| RegistryName
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/registry_module#registry_name RegistryModule#registry_name}. |
+| Id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/registry_module#id RegistryModule#id}. |
+| InitialVersion
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/registry_module#initial_version RegistryModule#initial_version}. |
+| ModuleProvider
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/registry_module#module_provider RegistryModule#module_provider}. |
+| Name
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/registry_module#name RegistryModule#name}. |
+| Namespace
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/registry_module#namespace RegistryModule#namespace}. |
+| NoCode
| object
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/registry_module#no_code RegistryModule#no_code}. |
+| Organization
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/registry_module#organization RegistryModule#organization}. |
+| RegistryName
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/registry_module#registry_name RegistryModule#registry_name}. |
| TestConfig
| object
| test_config block. |
| VcsRepo
| RegistryModuleVcsRepo
| vcs_repo block. |
@@ -1119,7 +1119,7 @@ public string Id { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/registry_module#id RegistryModule#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/registry_module#id RegistryModule#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -1134,7 +1134,7 @@ public string InitialVersion { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/registry_module#initial_version RegistryModule#initial_version}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/registry_module#initial_version RegistryModule#initial_version}.
---
@@ -1146,7 +1146,7 @@ public string ModuleProvider { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/registry_module#module_provider RegistryModule#module_provider}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/registry_module#module_provider RegistryModule#module_provider}.
---
@@ -1158,7 +1158,7 @@ public string Name { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/registry_module#name RegistryModule#name}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/registry_module#name RegistryModule#name}.
---
@@ -1170,7 +1170,7 @@ public string Namespace { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/registry_module#namespace RegistryModule#namespace}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/registry_module#namespace RegistryModule#namespace}.
---
@@ -1182,7 +1182,7 @@ public object NoCode { get; set; }
- *Type:* object
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/registry_module#no_code RegistryModule#no_code}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/registry_module#no_code RegistryModule#no_code}.
---
@@ -1194,7 +1194,7 @@ public string Organization { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/registry_module#organization RegistryModule#organization}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/registry_module#organization RegistryModule#organization}.
---
@@ -1206,7 +1206,7 @@ public string RegistryName { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/registry_module#registry_name RegistryModule#registry_name}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/registry_module#registry_name RegistryModule#registry_name}.
---
@@ -1220,7 +1220,7 @@ public object TestConfig { get; set; }
test_config block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/registry_module#test_config RegistryModule#test_config}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/registry_module#test_config RegistryModule#test_config}
---
@@ -1234,7 +1234,7 @@ public RegistryModuleVcsRepo VcsRepo { get; set; }
vcs_repo block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/registry_module#vcs_repo RegistryModule#vcs_repo}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/registry_module#vcs_repo RegistryModule#vcs_repo}
---
@@ -1254,7 +1254,7 @@ new RegistryModuleTestConfig {
| **Name** | **Type** | **Description** |
| --- | --- | --- |
-| TestsEnabled
| object
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/registry_module#tests_enabled RegistryModule#tests_enabled}. |
+| TestsEnabled
| object
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/registry_module#tests_enabled RegistryModule#tests_enabled}. |
---
@@ -1266,7 +1266,7 @@ public object TestsEnabled { get; set; }
- *Type:* object
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/registry_module#tests_enabled RegistryModule#tests_enabled}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/registry_module#tests_enabled RegistryModule#tests_enabled}.
---
@@ -1291,12 +1291,12 @@ new RegistryModuleVcsRepo {
| **Name** | **Type** | **Description** |
| --- | --- | --- |
-| DisplayIdentifier
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/registry_module#display_identifier RegistryModule#display_identifier}. |
-| Identifier
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/registry_module#identifier RegistryModule#identifier}. |
-| Branch
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/registry_module#branch RegistryModule#branch}. |
-| GithubAppInstallationId
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/registry_module#github_app_installation_id RegistryModule#github_app_installation_id}. |
-| OauthTokenId
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/registry_module#oauth_token_id RegistryModule#oauth_token_id}. |
-| Tags
| object
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/registry_module#tags RegistryModule#tags}. |
+| DisplayIdentifier
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/registry_module#display_identifier RegistryModule#display_identifier}. |
+| Identifier
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/registry_module#identifier RegistryModule#identifier}. |
+| Branch
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/registry_module#branch RegistryModule#branch}. |
+| GithubAppInstallationId
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/registry_module#github_app_installation_id RegistryModule#github_app_installation_id}. |
+| OauthTokenId
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/registry_module#oauth_token_id RegistryModule#oauth_token_id}. |
+| Tags
| object
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/registry_module#tags RegistryModule#tags}. |
---
@@ -1308,7 +1308,7 @@ public string DisplayIdentifier { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/registry_module#display_identifier RegistryModule#display_identifier}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/registry_module#display_identifier RegistryModule#display_identifier}.
---
@@ -1320,7 +1320,7 @@ public string Identifier { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/registry_module#identifier RegistryModule#identifier}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/registry_module#identifier RegistryModule#identifier}.
---
@@ -1332,7 +1332,7 @@ public string Branch { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/registry_module#branch RegistryModule#branch}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/registry_module#branch RegistryModule#branch}.
---
@@ -1344,7 +1344,7 @@ public string GithubAppInstallationId { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/registry_module#github_app_installation_id RegistryModule#github_app_installation_id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/registry_module#github_app_installation_id RegistryModule#github_app_installation_id}.
---
@@ -1356,7 +1356,7 @@ public string OauthTokenId { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/registry_module#oauth_token_id RegistryModule#oauth_token_id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/registry_module#oauth_token_id RegistryModule#oauth_token_id}.
---
@@ -1368,7 +1368,7 @@ public object Tags { get; set; }
- *Type:* object
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/registry_module#tags RegistryModule#tags}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/registry_module#tags RegistryModule#tags}.
---
diff --git a/docs/registryModule.go.md b/docs/registryModule.go.md
index 217993ccc..bfc2071ec 100644
--- a/docs/registryModule.go.md
+++ b/docs/registryModule.go.md
@@ -4,7 +4,7 @@
### RegistryModule
-Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/registry_module tfe_registry_module}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/registry_module tfe_registry_module}.
#### Initializers
@@ -563,7 +563,7 @@ The construct id used in the generated config for the RegistryModule to import.
The id of the existing RegistryModule that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/registry_module#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/registry_module#import import section} in the documentation of this resource for the id to use
---
@@ -1028,14 +1028,14 @@ import "github.com/cdktf/cdktf-provider-tfe-go/tfe/v11/registrymodule"
| 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/hashicorp/tfe/0.60.1/docs/resources/registry_module#id RegistryModule#id}. |
-| InitialVersion
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/registry_module#initial_version RegistryModule#initial_version}. |
-| ModuleProvider
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/registry_module#module_provider RegistryModule#module_provider}. |
-| Name
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/registry_module#name RegistryModule#name}. |
-| Namespace
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/registry_module#namespace RegistryModule#namespace}. |
-| NoCode
| interface{}
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/registry_module#no_code RegistryModule#no_code}. |
-| Organization
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/registry_module#organization RegistryModule#organization}. |
-| RegistryName
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/registry_module#registry_name RegistryModule#registry_name}. |
+| Id
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/registry_module#id RegistryModule#id}. |
+| InitialVersion
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/registry_module#initial_version RegistryModule#initial_version}. |
+| ModuleProvider
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/registry_module#module_provider RegistryModule#module_provider}. |
+| Name
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/registry_module#name RegistryModule#name}. |
+| Namespace
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/registry_module#namespace RegistryModule#namespace}. |
+| NoCode
| interface{}
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/registry_module#no_code RegistryModule#no_code}. |
+| Organization
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/registry_module#organization RegistryModule#organization}. |
+| RegistryName
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/registry_module#registry_name RegistryModule#registry_name}. |
| TestConfig
| interface{}
| test_config block. |
| VcsRepo
| RegistryModuleVcsRepo
| vcs_repo block. |
@@ -1119,7 +1119,7 @@ Id *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/registry_module#id RegistryModule#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/registry_module#id RegistryModule#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you 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 @@ InitialVersion *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/registry_module#initial_version RegistryModule#initial_version}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/registry_module#initial_version RegistryModule#initial_version}.
---
@@ -1146,7 +1146,7 @@ ModuleProvider *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/registry_module#module_provider RegistryModule#module_provider}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/registry_module#module_provider RegistryModule#module_provider}.
---
@@ -1158,7 +1158,7 @@ Name *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/registry_module#name RegistryModule#name}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/registry_module#name RegistryModule#name}.
---
@@ -1170,7 +1170,7 @@ Namespace *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/registry_module#namespace RegistryModule#namespace}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/registry_module#namespace RegistryModule#namespace}.
---
@@ -1182,7 +1182,7 @@ NoCode interface{}
- *Type:* interface{}
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/registry_module#no_code RegistryModule#no_code}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/registry_module#no_code RegistryModule#no_code}.
---
@@ -1194,7 +1194,7 @@ Organization *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/registry_module#organization RegistryModule#organization}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/registry_module#organization RegistryModule#organization}.
---
@@ -1206,7 +1206,7 @@ RegistryName *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/registry_module#registry_name RegistryModule#registry_name}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/registry_module#registry_name RegistryModule#registry_name}.
---
@@ -1220,7 +1220,7 @@ TestConfig interface{}
test_config block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/registry_module#test_config RegistryModule#test_config}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/registry_module#test_config RegistryModule#test_config}
---
@@ -1234,7 +1234,7 @@ VcsRepo RegistryModuleVcsRepo
vcs_repo block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/registry_module#vcs_repo RegistryModule#vcs_repo}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/registry_module#vcs_repo RegistryModule#vcs_repo}
---
@@ -1254,7 +1254,7 @@ import "github.com/cdktf/cdktf-provider-tfe-go/tfe/v11/registrymodule"
| **Name** | **Type** | **Description** |
| --- | --- | --- |
-| TestsEnabled
| interface{}
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/registry_module#tests_enabled RegistryModule#tests_enabled}. |
+| TestsEnabled
| interface{}
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/registry_module#tests_enabled RegistryModule#tests_enabled}. |
---
@@ -1266,7 +1266,7 @@ TestsEnabled interface{}
- *Type:* interface{}
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/registry_module#tests_enabled RegistryModule#tests_enabled}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/registry_module#tests_enabled RegistryModule#tests_enabled}.
---
@@ -1291,12 +1291,12 @@ import "github.com/cdktf/cdktf-provider-tfe-go/tfe/v11/registrymodule"
| **Name** | **Type** | **Description** |
| --- | --- | --- |
-| DisplayIdentifier
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/registry_module#display_identifier RegistryModule#display_identifier}. |
-| Identifier
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/registry_module#identifier RegistryModule#identifier}. |
-| Branch
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/registry_module#branch RegistryModule#branch}. |
-| GithubAppInstallationId
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/registry_module#github_app_installation_id RegistryModule#github_app_installation_id}. |
-| OauthTokenId
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/registry_module#oauth_token_id RegistryModule#oauth_token_id}. |
-| Tags
| interface{}
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/registry_module#tags RegistryModule#tags}. |
+| DisplayIdentifier
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/registry_module#display_identifier RegistryModule#display_identifier}. |
+| Identifier
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/registry_module#identifier RegistryModule#identifier}. |
+| Branch
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/registry_module#branch RegistryModule#branch}. |
+| GithubAppInstallationId
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/registry_module#github_app_installation_id RegistryModule#github_app_installation_id}. |
+| OauthTokenId
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/registry_module#oauth_token_id RegistryModule#oauth_token_id}. |
+| Tags
| interface{}
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/registry_module#tags RegistryModule#tags}. |
---
@@ -1308,7 +1308,7 @@ DisplayIdentifier *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/registry_module#display_identifier RegistryModule#display_identifier}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/registry_module#display_identifier RegistryModule#display_identifier}.
---
@@ -1320,7 +1320,7 @@ Identifier *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/registry_module#identifier RegistryModule#identifier}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/registry_module#identifier RegistryModule#identifier}.
---
@@ -1332,7 +1332,7 @@ Branch *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/registry_module#branch RegistryModule#branch}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/registry_module#branch RegistryModule#branch}.
---
@@ -1344,7 +1344,7 @@ GithubAppInstallationId *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/registry_module#github_app_installation_id RegistryModule#github_app_installation_id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/registry_module#github_app_installation_id RegistryModule#github_app_installation_id}.
---
@@ -1356,7 +1356,7 @@ OauthTokenId *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/registry_module#oauth_token_id RegistryModule#oauth_token_id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/registry_module#oauth_token_id RegistryModule#oauth_token_id}.
---
@@ -1368,7 +1368,7 @@ Tags interface{}
- *Type:* interface{}
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/registry_module#tags RegistryModule#tags}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/registry_module#tags RegistryModule#tags}.
---
diff --git a/docs/registryModule.java.md b/docs/registryModule.java.md
index 3e46c215d..36d326d9b 100644
--- a/docs/registryModule.java.md
+++ b/docs/registryModule.java.md
@@ -4,7 +4,7 @@
### RegistryModule
-Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/registry_module tfe_registry_module}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/registry_module tfe_registry_module}.
#### Initializers
@@ -49,14 +49,14 @@ RegistryModule.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/hashicorp/tfe/0.60.1/docs/resources/registry_module#id RegistryModule#id}. |
-| initialVersion
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/registry_module#initial_version RegistryModule#initial_version}. |
-| moduleProvider
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/registry_module#module_provider RegistryModule#module_provider}. |
-| name
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/registry_module#name RegistryModule#name}. |
-| namespace
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/registry_module#namespace RegistryModule#namespace}. |
-| noCode
| java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/registry_module#no_code RegistryModule#no_code}. |
-| organization
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/registry_module#organization RegistryModule#organization}. |
-| registryName
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/registry_module#registry_name RegistryModule#registry_name}. |
+| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/registry_module#id RegistryModule#id}. |
+| initialVersion
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/registry_module#initial_version RegistryModule#initial_version}. |
+| moduleProvider
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/registry_module#module_provider RegistryModule#module_provider}. |
+| name
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/registry_module#name RegistryModule#name}. |
+| namespace
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/registry_module#namespace RegistryModule#namespace}. |
+| noCode
| java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/registry_module#no_code RegistryModule#no_code}. |
+| organization
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/registry_module#organization RegistryModule#organization}. |
+| registryName
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/registry_module#registry_name RegistryModule#registry_name}. |
| testConfig
| com.hashicorp.cdktf.IResolvable OR java.util.List<RegistryModuleTestConfig>
| test_config block. |
| vcsRepo
| RegistryModuleVcsRepo
| vcs_repo block. |
@@ -126,7 +126,7 @@ Must be unique amongst siblings in the same scope
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/registry_module#id RegistryModule#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/registry_module#id RegistryModule#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you 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:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/registry_module#initial_version RegistryModule#initial_version}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/registry_module#initial_version RegistryModule#initial_version}.
---
@@ -145,7 +145,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/registry_module#module_provider RegistryModule#module_provider}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/registry_module#module_provider RegistryModule#module_provider}.
---
@@ -153,7 +153,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/registry_module#name RegistryModule#name}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/registry_module#name RegistryModule#name}.
---
@@ -161,7 +161,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/registry_module#namespace RegistryModule#namespace}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/registry_module#namespace RegistryModule#namespace}.
---
@@ -169,7 +169,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/registry_module#no_code RegistryModule#no_code}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/registry_module#no_code RegistryModule#no_code}.
---
@@ -177,7 +177,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/registry_module#organization RegistryModule#organization}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/registry_module#organization RegistryModule#organization}.
---
@@ -185,7 +185,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/registry_module#registry_name RegistryModule#registry_name}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/registry_module#registry_name RegistryModule#registry_name}.
---
@@ -195,7 +195,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
test_config block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/registry_module#test_config RegistryModule#test_config}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/registry_module#test_config RegistryModule#test_config}
---
@@ -205,7 +205,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
vcs_repo block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/registry_module#vcs_repo RegistryModule#vcs_repo}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/registry_module#vcs_repo RegistryModule#vcs_repo}
---
@@ -728,7 +728,7 @@ The construct id used in the generated config for the RegistryModule to import.
The id of the existing RegistryModule that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/registry_module#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/registry_module#import import section} in the documentation of this resource for the id to use
---
@@ -1199,14 +1199,14 @@ RegistryModuleConfig.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/hashicorp/tfe/0.60.1/docs/resources/registry_module#id RegistryModule#id}. |
-| initialVersion
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/registry_module#initial_version RegistryModule#initial_version}. |
-| moduleProvider
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/registry_module#module_provider RegistryModule#module_provider}. |
-| name
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/registry_module#name RegistryModule#name}. |
-| namespace
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/registry_module#namespace RegistryModule#namespace}. |
-| noCode
| java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/registry_module#no_code RegistryModule#no_code}. |
-| organization
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/registry_module#organization RegistryModule#organization}. |
-| registryName
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/registry_module#registry_name RegistryModule#registry_name}. |
+| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/registry_module#id RegistryModule#id}. |
+| initialVersion
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/registry_module#initial_version RegistryModule#initial_version}. |
+| moduleProvider
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/registry_module#module_provider RegistryModule#module_provider}. |
+| name
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/registry_module#name RegistryModule#name}. |
+| namespace
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/registry_module#namespace RegistryModule#namespace}. |
+| noCode
| java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/registry_module#no_code RegistryModule#no_code}. |
+| organization
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/registry_module#organization RegistryModule#organization}. |
+| registryName
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/registry_module#registry_name RegistryModule#registry_name}. |
| testConfig
| com.hashicorp.cdktf.IResolvable OR java.util.List<RegistryModuleTestConfig>
| test_config block. |
| vcsRepo
| RegistryModuleVcsRepo
| vcs_repo block. |
@@ -1290,7 +1290,7 @@ public java.lang.String getId();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/registry_module#id RegistryModule#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/registry_module#id RegistryModule#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -1305,7 +1305,7 @@ public java.lang.String getInitialVersion();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/registry_module#initial_version RegistryModule#initial_version}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/registry_module#initial_version RegistryModule#initial_version}.
---
@@ -1317,7 +1317,7 @@ public java.lang.String getModuleProvider();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/registry_module#module_provider RegistryModule#module_provider}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/registry_module#module_provider RegistryModule#module_provider}.
---
@@ -1329,7 +1329,7 @@ public java.lang.String getName();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/registry_module#name RegistryModule#name}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/registry_module#name RegistryModule#name}.
---
@@ -1341,7 +1341,7 @@ public java.lang.String getNamespace();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/registry_module#namespace RegistryModule#namespace}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/registry_module#namespace RegistryModule#namespace}.
---
@@ -1353,7 +1353,7 @@ public java.lang.Object getNoCode();
- *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/registry_module#no_code RegistryModule#no_code}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/registry_module#no_code RegistryModule#no_code}.
---
@@ -1365,7 +1365,7 @@ public java.lang.String getOrganization();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/registry_module#organization RegistryModule#organization}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/registry_module#organization RegistryModule#organization}.
---
@@ -1377,7 +1377,7 @@ public java.lang.String getRegistryName();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/registry_module#registry_name RegistryModule#registry_name}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/registry_module#registry_name RegistryModule#registry_name}.
---
@@ -1391,7 +1391,7 @@ public java.lang.Object getTestConfig();
test_config block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/registry_module#test_config RegistryModule#test_config}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/registry_module#test_config RegistryModule#test_config}
---
@@ -1405,7 +1405,7 @@ public RegistryModuleVcsRepo getVcsRepo();
vcs_repo block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/registry_module#vcs_repo RegistryModule#vcs_repo}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/registry_module#vcs_repo RegistryModule#vcs_repo}
---
@@ -1426,7 +1426,7 @@ RegistryModuleTestConfig.builder()
| **Name** | **Type** | **Description** |
| --- | --- | --- |
-| testsEnabled
| java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/registry_module#tests_enabled RegistryModule#tests_enabled}. |
+| testsEnabled
| java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/registry_module#tests_enabled RegistryModule#tests_enabled}. |
---
@@ -1438,7 +1438,7 @@ public java.lang.Object getTestsEnabled();
- *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/registry_module#tests_enabled RegistryModule#tests_enabled}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/registry_module#tests_enabled RegistryModule#tests_enabled}.
---
@@ -1464,12 +1464,12 @@ RegistryModuleVcsRepo.builder()
| **Name** | **Type** | **Description** |
| --- | --- | --- |
-| displayIdentifier
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/registry_module#display_identifier RegistryModule#display_identifier}. |
-| identifier
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/registry_module#identifier RegistryModule#identifier}. |
-| branch
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/registry_module#branch RegistryModule#branch}. |
-| githubAppInstallationId
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/registry_module#github_app_installation_id RegistryModule#github_app_installation_id}. |
-| oauthTokenId
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/registry_module#oauth_token_id RegistryModule#oauth_token_id}. |
-| tags
| java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/registry_module#tags RegistryModule#tags}. |
+| displayIdentifier
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/registry_module#display_identifier RegistryModule#display_identifier}. |
+| identifier
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/registry_module#identifier RegistryModule#identifier}. |
+| branch
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/registry_module#branch RegistryModule#branch}. |
+| githubAppInstallationId
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/registry_module#github_app_installation_id RegistryModule#github_app_installation_id}. |
+| oauthTokenId
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/registry_module#oauth_token_id RegistryModule#oauth_token_id}. |
+| tags
| java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/registry_module#tags RegistryModule#tags}. |
---
@@ -1481,7 +1481,7 @@ public java.lang.String getDisplayIdentifier();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/registry_module#display_identifier RegistryModule#display_identifier}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/registry_module#display_identifier RegistryModule#display_identifier}.
---
@@ -1493,7 +1493,7 @@ public java.lang.String getIdentifier();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/registry_module#identifier RegistryModule#identifier}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/registry_module#identifier RegistryModule#identifier}.
---
@@ -1505,7 +1505,7 @@ public java.lang.String getBranch();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/registry_module#branch RegistryModule#branch}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/registry_module#branch RegistryModule#branch}.
---
@@ -1517,7 +1517,7 @@ public java.lang.String getGithubAppInstallationId();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/registry_module#github_app_installation_id RegistryModule#github_app_installation_id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/registry_module#github_app_installation_id RegistryModule#github_app_installation_id}.
---
@@ -1529,7 +1529,7 @@ public java.lang.String getOauthTokenId();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/registry_module#oauth_token_id RegistryModule#oauth_token_id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/registry_module#oauth_token_id RegistryModule#oauth_token_id}.
---
@@ -1541,7 +1541,7 @@ public java.lang.Object getTags();
- *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/registry_module#tags RegistryModule#tags}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/registry_module#tags RegistryModule#tags}.
---
diff --git a/docs/registryModule.python.md b/docs/registryModule.python.md
index cb04dadb9..f22cb558c 100644
--- a/docs/registryModule.python.md
+++ b/docs/registryModule.python.md
@@ -4,7 +4,7 @@
### RegistryModule
-Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/registry_module tfe_registry_module}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/registry_module tfe_registry_module}.
#### Initializers
@@ -45,14 +45,14 @@ registryModule.RegistryModule(
| 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/hashicorp/tfe/0.60.1/docs/resources/registry_module#id RegistryModule#id}. |
-| initial_version
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/registry_module#initial_version RegistryModule#initial_version}. |
-| module_provider
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/registry_module#module_provider RegistryModule#module_provider}. |
-| name
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/registry_module#name RegistryModule#name}. |
-| namespace
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/registry_module#namespace RegistryModule#namespace}. |
-| no_code
| typing.Union[bool, cdktf.IResolvable]
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/registry_module#no_code RegistryModule#no_code}. |
-| organization
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/registry_module#organization RegistryModule#organization}. |
-| registry_name
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/registry_module#registry_name RegistryModule#registry_name}. |
+| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/registry_module#id RegistryModule#id}. |
+| initial_version
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/registry_module#initial_version RegistryModule#initial_version}. |
+| module_provider
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/registry_module#module_provider RegistryModule#module_provider}. |
+| name
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/registry_module#name RegistryModule#name}. |
+| namespace
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/registry_module#namespace RegistryModule#namespace}. |
+| no_code
| typing.Union[bool, cdktf.IResolvable]
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/registry_module#no_code RegistryModule#no_code}. |
+| organization
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/registry_module#organization RegistryModule#organization}. |
+| registry_name
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/registry_module#registry_name RegistryModule#registry_name}. |
| test_config
| typing.Union[cdktf.IResolvable, typing.List[RegistryModuleTestConfig]]
| test_config block. |
| vcs_repo
| RegistryModuleVcsRepo
| vcs_repo block. |
@@ -122,7 +122,7 @@ Must be unique amongst siblings in the same scope
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/registry_module#id RegistryModule#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/registry_module#id RegistryModule#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you 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:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/registry_module#initial_version RegistryModule#initial_version}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/registry_module#initial_version RegistryModule#initial_version}.
---
@@ -141,7 +141,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/registry_module#module_provider RegistryModule#module_provider}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/registry_module#module_provider RegistryModule#module_provider}.
---
@@ -149,7 +149,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/registry_module#name RegistryModule#name}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/registry_module#name RegistryModule#name}.
---
@@ -157,7 +157,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/registry_module#namespace RegistryModule#namespace}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/registry_module#namespace RegistryModule#namespace}.
---
@@ -165,7 +165,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* typing.Union[bool, cdktf.IResolvable]
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/registry_module#no_code RegistryModule#no_code}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/registry_module#no_code RegistryModule#no_code}.
---
@@ -173,7 +173,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/registry_module#organization RegistryModule#organization}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/registry_module#organization RegistryModule#organization}.
---
@@ -181,7 +181,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/registry_module#registry_name RegistryModule#registry_name}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/registry_module#registry_name RegistryModule#registry_name}.
---
@@ -191,7 +191,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
test_config block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/registry_module#test_config RegistryModule#test_config}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/registry_module#test_config RegistryModule#test_config}
---
@@ -201,7 +201,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
vcs_repo block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/registry_module#vcs_repo RegistryModule#vcs_repo}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/registry_module#vcs_repo RegistryModule#vcs_repo}
---
@@ -603,7 +603,7 @@ def put_vcs_repo(
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/registry_module#display_identifier RegistryModule#display_identifier}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/registry_module#display_identifier RegistryModule#display_identifier}.
---
@@ -611,7 +611,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/registry_module#identifier RegistryModule#identifier}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/registry_module#identifier RegistryModule#identifier}.
---
@@ -619,7 +619,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/registry_module#branch RegistryModule#branch}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/registry_module#branch RegistryModule#branch}.
---
@@ -627,7 +627,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/registry_module#github_app_installation_id RegistryModule#github_app_installation_id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/registry_module#github_app_installation_id RegistryModule#github_app_installation_id}.
---
@@ -635,7 +635,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/registry_module#oauth_token_id RegistryModule#oauth_token_id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/registry_module#oauth_token_id RegistryModule#oauth_token_id}.
---
@@ -643,7 +643,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* typing.Union[bool, cdktf.IResolvable]
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/registry_module#tags RegistryModule#tags}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/registry_module#tags RegistryModule#tags}.
---
@@ -821,7 +821,7 @@ The construct id used in the generated config for the RegistryModule to import.
The id of the existing RegistryModule that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/registry_module#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/registry_module#import import section} in the documentation of this resource for the id to use
---
@@ -1286,14 +1286,14 @@ registryModule.RegistryModuleConfig(
| 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/hashicorp/tfe/0.60.1/docs/resources/registry_module#id RegistryModule#id}. |
-| initial_version
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/registry_module#initial_version RegistryModule#initial_version}. |
-| module_provider
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/registry_module#module_provider RegistryModule#module_provider}. |
-| name
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/registry_module#name RegistryModule#name}. |
-| namespace
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/registry_module#namespace RegistryModule#namespace}. |
-| no_code
| typing.Union[bool, cdktf.IResolvable]
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/registry_module#no_code RegistryModule#no_code}. |
-| organization
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/registry_module#organization RegistryModule#organization}. |
-| registry_name
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/registry_module#registry_name RegistryModule#registry_name}. |
+| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/registry_module#id RegistryModule#id}. |
+| initial_version
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/registry_module#initial_version RegistryModule#initial_version}. |
+| module_provider
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/registry_module#module_provider RegistryModule#module_provider}. |
+| name
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/registry_module#name RegistryModule#name}. |
+| namespace
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/registry_module#namespace RegistryModule#namespace}. |
+| no_code
| typing.Union[bool, cdktf.IResolvable]
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/registry_module#no_code RegistryModule#no_code}. |
+| organization
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/registry_module#organization RegistryModule#organization}. |
+| registry_name
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/registry_module#registry_name RegistryModule#registry_name}. |
| test_config
| typing.Union[cdktf.IResolvable, typing.List[RegistryModuleTestConfig]]
| test_config block. |
| vcs_repo
| RegistryModuleVcsRepo
| vcs_repo block. |
@@ -1377,7 +1377,7 @@ id: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/registry_module#id RegistryModule#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/registry_module#id RegistryModule#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -1392,7 +1392,7 @@ initial_version: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/registry_module#initial_version RegistryModule#initial_version}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/registry_module#initial_version RegistryModule#initial_version}.
---
@@ -1404,7 +1404,7 @@ module_provider: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/registry_module#module_provider RegistryModule#module_provider}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/registry_module#module_provider RegistryModule#module_provider}.
---
@@ -1416,7 +1416,7 @@ name: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/registry_module#name RegistryModule#name}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/registry_module#name RegistryModule#name}.
---
@@ -1428,7 +1428,7 @@ namespace: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/registry_module#namespace RegistryModule#namespace}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/registry_module#namespace RegistryModule#namespace}.
---
@@ -1440,7 +1440,7 @@ no_code: typing.Union[bool, IResolvable]
- *Type:* typing.Union[bool, cdktf.IResolvable]
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/registry_module#no_code RegistryModule#no_code}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/registry_module#no_code RegistryModule#no_code}.
---
@@ -1452,7 +1452,7 @@ organization: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/registry_module#organization RegistryModule#organization}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/registry_module#organization RegistryModule#organization}.
---
@@ -1464,7 +1464,7 @@ registry_name: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/registry_module#registry_name RegistryModule#registry_name}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/registry_module#registry_name RegistryModule#registry_name}.
---
@@ -1478,7 +1478,7 @@ test_config: typing.Union[IResolvable, typing.List[RegistryModuleTestConfig]]
test_config block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/registry_module#test_config RegistryModule#test_config}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/registry_module#test_config RegistryModule#test_config}
---
@@ -1492,7 +1492,7 @@ vcs_repo: RegistryModuleVcsRepo
vcs_repo block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/registry_module#vcs_repo RegistryModule#vcs_repo}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/registry_module#vcs_repo RegistryModule#vcs_repo}
---
@@ -1512,7 +1512,7 @@ registryModule.RegistryModuleTestConfig(
| **Name** | **Type** | **Description** |
| --- | --- | --- |
-| tests_enabled
| typing.Union[bool, cdktf.IResolvable]
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/registry_module#tests_enabled RegistryModule#tests_enabled}. |
+| tests_enabled
| typing.Union[bool, cdktf.IResolvable]
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/registry_module#tests_enabled RegistryModule#tests_enabled}. |
---
@@ -1524,7 +1524,7 @@ tests_enabled: typing.Union[bool, IResolvable]
- *Type:* typing.Union[bool, cdktf.IResolvable]
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/registry_module#tests_enabled RegistryModule#tests_enabled}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/registry_module#tests_enabled RegistryModule#tests_enabled}.
---
@@ -1549,12 +1549,12 @@ registryModule.RegistryModuleVcsRepo(
| **Name** | **Type** | **Description** |
| --- | --- | --- |
-| display_identifier
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/registry_module#display_identifier RegistryModule#display_identifier}. |
-| identifier
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/registry_module#identifier RegistryModule#identifier}. |
-| branch
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/registry_module#branch RegistryModule#branch}. |
-| github_app_installation_id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/registry_module#github_app_installation_id RegistryModule#github_app_installation_id}. |
-| oauth_token_id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/registry_module#oauth_token_id RegistryModule#oauth_token_id}. |
-| tags
| typing.Union[bool, cdktf.IResolvable]
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/registry_module#tags RegistryModule#tags}. |
+| display_identifier
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/registry_module#display_identifier RegistryModule#display_identifier}. |
+| identifier
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/registry_module#identifier RegistryModule#identifier}. |
+| branch
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/registry_module#branch RegistryModule#branch}. |
+| github_app_installation_id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/registry_module#github_app_installation_id RegistryModule#github_app_installation_id}. |
+| oauth_token_id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/registry_module#oauth_token_id RegistryModule#oauth_token_id}. |
+| tags
| typing.Union[bool, cdktf.IResolvable]
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/registry_module#tags RegistryModule#tags}. |
---
@@ -1566,7 +1566,7 @@ display_identifier: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/registry_module#display_identifier RegistryModule#display_identifier}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/registry_module#display_identifier RegistryModule#display_identifier}.
---
@@ -1578,7 +1578,7 @@ identifier: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/registry_module#identifier RegistryModule#identifier}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/registry_module#identifier RegistryModule#identifier}.
---
@@ -1590,7 +1590,7 @@ branch: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/registry_module#branch RegistryModule#branch}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/registry_module#branch RegistryModule#branch}.
---
@@ -1602,7 +1602,7 @@ github_app_installation_id: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/registry_module#github_app_installation_id RegistryModule#github_app_installation_id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/registry_module#github_app_installation_id RegistryModule#github_app_installation_id}.
---
@@ -1614,7 +1614,7 @@ oauth_token_id: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/registry_module#oauth_token_id RegistryModule#oauth_token_id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/registry_module#oauth_token_id RegistryModule#oauth_token_id}.
---
@@ -1626,7 +1626,7 @@ tags: typing.Union[bool, IResolvable]
- *Type:* typing.Union[bool, cdktf.IResolvable]
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/registry_module#tags RegistryModule#tags}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/registry_module#tags RegistryModule#tags}.
---
diff --git a/docs/registryModule.typescript.md b/docs/registryModule.typescript.md
index 24f21f191..78a18d9d3 100644
--- a/docs/registryModule.typescript.md
+++ b/docs/registryModule.typescript.md
@@ -4,7 +4,7 @@
### RegistryModule
-Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/registry_module tfe_registry_module}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/registry_module tfe_registry_module}.
#### Initializers
@@ -563,7 +563,7 @@ The construct id used in the generated config for the RegistryModule to import.
The id of the existing RegistryModule that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/registry_module#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/registry_module#import import section} in the documentation of this resource for the id to use
---
@@ -1010,14 +1010,14 @@ const registryModuleConfig: registryModule.RegistryModuleConfig = { ... }
| 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/hashicorp/tfe/0.60.1/docs/resources/registry_module#id RegistryModule#id}. |
-| initialVersion
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/registry_module#initial_version RegistryModule#initial_version}. |
-| moduleProvider
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/registry_module#module_provider RegistryModule#module_provider}. |
-| name
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/registry_module#name RegistryModule#name}. |
-| namespace
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/registry_module#namespace RegistryModule#namespace}. |
-| noCode
| boolean \| cdktf.IResolvable
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/registry_module#no_code RegistryModule#no_code}. |
-| organization
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/registry_module#organization RegistryModule#organization}. |
-| registryName
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/registry_module#registry_name RegistryModule#registry_name}. |
+| id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/registry_module#id RegistryModule#id}. |
+| initialVersion
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/registry_module#initial_version RegistryModule#initial_version}. |
+| moduleProvider
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/registry_module#module_provider RegistryModule#module_provider}. |
+| name
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/registry_module#name RegistryModule#name}. |
+| namespace
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/registry_module#namespace RegistryModule#namespace}. |
+| noCode
| boolean \| cdktf.IResolvable
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/registry_module#no_code RegistryModule#no_code}. |
+| organization
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/registry_module#organization RegistryModule#organization}. |
+| registryName
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/registry_module#registry_name RegistryModule#registry_name}. |
| testConfig
| cdktf.IResolvable \| RegistryModuleTestConfig[]
| test_config block. |
| vcsRepo
| RegistryModuleVcsRepo
| vcs_repo block. |
@@ -1101,7 +1101,7 @@ public readonly id: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/registry_module#id RegistryModule#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/registry_module#id RegistryModule#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -1116,7 +1116,7 @@ public readonly initialVersion: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/registry_module#initial_version RegistryModule#initial_version}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/registry_module#initial_version RegistryModule#initial_version}.
---
@@ -1128,7 +1128,7 @@ public readonly moduleProvider: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/registry_module#module_provider RegistryModule#module_provider}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/registry_module#module_provider RegistryModule#module_provider}.
---
@@ -1140,7 +1140,7 @@ public readonly name: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/registry_module#name RegistryModule#name}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/registry_module#name RegistryModule#name}.
---
@@ -1152,7 +1152,7 @@ public readonly namespace: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/registry_module#namespace RegistryModule#namespace}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/registry_module#namespace RegistryModule#namespace}.
---
@@ -1164,7 +1164,7 @@ public readonly noCode: boolean | IResolvable;
- *Type:* boolean | cdktf.IResolvable
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/registry_module#no_code RegistryModule#no_code}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/registry_module#no_code RegistryModule#no_code}.
---
@@ -1176,7 +1176,7 @@ public readonly organization: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/registry_module#organization RegistryModule#organization}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/registry_module#organization RegistryModule#organization}.
---
@@ -1188,7 +1188,7 @@ public readonly registryName: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/registry_module#registry_name RegistryModule#registry_name}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/registry_module#registry_name RegistryModule#registry_name}.
---
@@ -1202,7 +1202,7 @@ public readonly testConfig: IResolvable | RegistryModuleTestConfig[];
test_config block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/registry_module#test_config RegistryModule#test_config}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/registry_module#test_config RegistryModule#test_config}
---
@@ -1216,7 +1216,7 @@ public readonly vcsRepo: RegistryModuleVcsRepo;
vcs_repo block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/registry_module#vcs_repo RegistryModule#vcs_repo}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/registry_module#vcs_repo RegistryModule#vcs_repo}
---
@@ -1234,7 +1234,7 @@ const registryModuleTestConfig: registryModule.RegistryModuleTestConfig = { ...
| **Name** | **Type** | **Description** |
| --- | --- | --- |
-| testsEnabled
| boolean \| cdktf.IResolvable
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/registry_module#tests_enabled RegistryModule#tests_enabled}. |
+| testsEnabled
| boolean \| cdktf.IResolvable
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/registry_module#tests_enabled RegistryModule#tests_enabled}. |
---
@@ -1246,7 +1246,7 @@ public readonly testsEnabled: boolean | IResolvable;
- *Type:* boolean | cdktf.IResolvable
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/registry_module#tests_enabled RegistryModule#tests_enabled}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/registry_module#tests_enabled RegistryModule#tests_enabled}.
---
@@ -1264,12 +1264,12 @@ const registryModuleVcsRepo: registryModule.RegistryModuleVcsRepo = { ... }
| **Name** | **Type** | **Description** |
| --- | --- | --- |
-| displayIdentifier
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/registry_module#display_identifier RegistryModule#display_identifier}. |
-| identifier
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/registry_module#identifier RegistryModule#identifier}. |
-| branch
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/registry_module#branch RegistryModule#branch}. |
-| githubAppInstallationId
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/registry_module#github_app_installation_id RegistryModule#github_app_installation_id}. |
-| oauthTokenId
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/registry_module#oauth_token_id RegistryModule#oauth_token_id}. |
-| tags
| boolean \| cdktf.IResolvable
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/registry_module#tags RegistryModule#tags}. |
+| displayIdentifier
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/registry_module#display_identifier RegistryModule#display_identifier}. |
+| identifier
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/registry_module#identifier RegistryModule#identifier}. |
+| branch
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/registry_module#branch RegistryModule#branch}. |
+| githubAppInstallationId
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/registry_module#github_app_installation_id RegistryModule#github_app_installation_id}. |
+| oauthTokenId
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/registry_module#oauth_token_id RegistryModule#oauth_token_id}. |
+| tags
| boolean \| cdktf.IResolvable
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/registry_module#tags RegistryModule#tags}. |
---
@@ -1281,7 +1281,7 @@ public readonly displayIdentifier: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/registry_module#display_identifier RegistryModule#display_identifier}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/registry_module#display_identifier RegistryModule#display_identifier}.
---
@@ -1293,7 +1293,7 @@ public readonly identifier: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/registry_module#identifier RegistryModule#identifier}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/registry_module#identifier RegistryModule#identifier}.
---
@@ -1305,7 +1305,7 @@ public readonly branch: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/registry_module#branch RegistryModule#branch}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/registry_module#branch RegistryModule#branch}.
---
@@ -1317,7 +1317,7 @@ public readonly githubAppInstallationId: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/registry_module#github_app_installation_id RegistryModule#github_app_installation_id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/registry_module#github_app_installation_id RegistryModule#github_app_installation_id}.
---
@@ -1329,7 +1329,7 @@ public readonly oauthTokenId: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/registry_module#oauth_token_id RegistryModule#oauth_token_id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/registry_module#oauth_token_id RegistryModule#oauth_token_id}.
---
@@ -1341,7 +1341,7 @@ public readonly tags: boolean | IResolvable;
- *Type:* boolean | cdktf.IResolvable
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/registry_module#tags RegistryModule#tags}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/registry_module#tags RegistryModule#tags}.
---
diff --git a/docs/registryProvider.csharp.md b/docs/registryProvider.csharp.md
index 92cd54716..8afed6047 100644
--- a/docs/registryProvider.csharp.md
+++ b/docs/registryProvider.csharp.md
@@ -4,7 +4,7 @@
### RegistryProvider
-Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/registry_provider tfe_registry_provider}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/registry_provider tfe_registry_provider}.
#### Initializers
@@ -488,7 +488,7 @@ The construct id used in the generated config for the RegistryProvider to import
The id of the existing RegistryProvider that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/registry_provider#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/registry_provider#import import section} in the documentation of this resource for the id to use
---
@@ -924,7 +924,7 @@ public string Name { get; set; }
Name of the provider.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/registry_provider#name RegistryProvider#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/registry_provider#name RegistryProvider#name}
---
@@ -938,7 +938,7 @@ public string Namespace { get; set; }
The namespace of the provider. For private providers this is the same as the oraganization.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/registry_provider#namespace RegistryProvider#namespace}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/registry_provider#namespace RegistryProvider#namespace}
---
@@ -952,7 +952,7 @@ public string Organization { get; set; }
Name of the organization. If omitted, organization must be defined in the provider config.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/registry_provider#organization RegistryProvider#organization}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/registry_provider#organization RegistryProvider#organization}
---
@@ -966,7 +966,7 @@ public string RegistryName { get; set; }
Whether this is a publicly maintained provider or private. Must be either `public` or `private`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/registry_provider#registry_name RegistryProvider#registry_name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/registry_provider#registry_name RegistryProvider#registry_name}
---
diff --git a/docs/registryProvider.go.md b/docs/registryProvider.go.md
index dc4dde889..e763a27e5 100644
--- a/docs/registryProvider.go.md
+++ b/docs/registryProvider.go.md
@@ -4,7 +4,7 @@
### RegistryProvider
-Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/registry_provider tfe_registry_provider}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/registry_provider tfe_registry_provider}.
#### Initializers
@@ -488,7 +488,7 @@ The construct id used in the generated config for the RegistryProvider to import
The id of the existing RegistryProvider that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/registry_provider#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/registry_provider#import import section} in the documentation of this resource for the id to use
---
@@ -924,7 +924,7 @@ Name *string
Name of the provider.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/registry_provider#name RegistryProvider#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/registry_provider#name RegistryProvider#name}
---
@@ -938,7 +938,7 @@ Namespace *string
The namespace of the provider. For private providers this is the same as the oraganization.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/registry_provider#namespace RegistryProvider#namespace}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/registry_provider#namespace RegistryProvider#namespace}
---
@@ -952,7 +952,7 @@ Organization *string
Name of the organization. If omitted, organization must be defined in the provider config.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/registry_provider#organization RegistryProvider#organization}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/registry_provider#organization RegistryProvider#organization}
---
@@ -966,7 +966,7 @@ RegistryName *string
Whether this is a publicly maintained provider or private. Must be either `public` or `private`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/registry_provider#registry_name RegistryProvider#registry_name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/registry_provider#registry_name RegistryProvider#registry_name}
---
diff --git a/docs/registryProvider.java.md b/docs/registryProvider.java.md
index bf957c5f0..74a75c544 100644
--- a/docs/registryProvider.java.md
+++ b/docs/registryProvider.java.md
@@ -4,7 +4,7 @@
### RegistryProvider
-Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/registry_provider tfe_registry_provider}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/registry_provider tfe_registry_provider}.
#### Initializers
@@ -114,7 +114,7 @@ Must be unique amongst siblings in the same scope
Name of the provider.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/registry_provider#name RegistryProvider#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/registry_provider#name RegistryProvider#name}
---
@@ -124,7 +124,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
The namespace of the provider. For private providers this is the same as the oraganization.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/registry_provider#namespace RegistryProvider#namespace}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/registry_provider#namespace RegistryProvider#namespace}
---
@@ -134,7 +134,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
Name of the organization. If omitted, organization must be defined in the provider config.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/registry_provider#organization RegistryProvider#organization}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/registry_provider#organization RegistryProvider#organization}
---
@@ -144,7 +144,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
Whether this is a publicly maintained provider or private. Must be either `public` or `private`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/registry_provider#registry_name RegistryProvider#registry_name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/registry_provider#registry_name RegistryProvider#registry_name}
---
@@ -592,7 +592,7 @@ The construct id used in the generated config for the RegistryProvider to import
The id of the existing RegistryProvider that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/registry_provider#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/registry_provider#import import section} in the documentation of this resource for the id to use
---
@@ -1032,7 +1032,7 @@ public java.lang.String getName();
Name of the provider.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/registry_provider#name RegistryProvider#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/registry_provider#name RegistryProvider#name}
---
@@ -1046,7 +1046,7 @@ public java.lang.String getNamespace();
The namespace of the provider. For private providers this is the same as the oraganization.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/registry_provider#namespace RegistryProvider#namespace}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/registry_provider#namespace RegistryProvider#namespace}
---
@@ -1060,7 +1060,7 @@ public java.lang.String getOrganization();
Name of the organization. If omitted, organization must be defined in the provider config.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/registry_provider#organization RegistryProvider#organization}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/registry_provider#organization RegistryProvider#organization}
---
@@ -1074,7 +1074,7 @@ public java.lang.String getRegistryName();
Whether this is a publicly maintained provider or private. Must be either `public` or `private`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/registry_provider#registry_name RegistryProvider#registry_name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/registry_provider#registry_name RegistryProvider#registry_name}
---
diff --git a/docs/registryProvider.python.md b/docs/registryProvider.python.md
index a61be1e15..b36fad902 100644
--- a/docs/registryProvider.python.md
+++ b/docs/registryProvider.python.md
@@ -4,7 +4,7 @@
### RegistryProvider
-Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/registry_provider tfe_registry_provider}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/registry_provider tfe_registry_provider}.
#### Initializers
@@ -112,7 +112,7 @@ Must be unique amongst siblings in the same scope
Name of the provider.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/registry_provider#name RegistryProvider#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/registry_provider#name RegistryProvider#name}
---
@@ -122,7 +122,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
The namespace of the provider. For private providers this is the same as the oraganization.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/registry_provider#namespace RegistryProvider#namespace}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/registry_provider#namespace RegistryProvider#namespace}
---
@@ -132,7 +132,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
Name of the organization. If omitted, organization must be defined in the provider config.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/registry_provider#organization RegistryProvider#organization}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/registry_provider#organization RegistryProvider#organization}
---
@@ -142,7 +142,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
Whether this is a publicly maintained provider or private. Must be either `public` or `private`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/registry_provider#registry_name RegistryProvider#registry_name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/registry_provider#registry_name RegistryProvider#registry_name}
---
@@ -636,7 +636,7 @@ The construct id used in the generated config for the RegistryProvider to import
The id of the existing RegistryProvider that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/registry_provider#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/registry_provider#import import section} in the documentation of this resource for the id to use
---
@@ -1072,7 +1072,7 @@ name: str
Name of the provider.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/registry_provider#name RegistryProvider#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/registry_provider#name RegistryProvider#name}
---
@@ -1086,7 +1086,7 @@ namespace: str
The namespace of the provider. For private providers this is the same as the oraganization.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/registry_provider#namespace RegistryProvider#namespace}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/registry_provider#namespace RegistryProvider#namespace}
---
@@ -1100,7 +1100,7 @@ organization: str
Name of the organization. If omitted, organization must be defined in the provider config.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/registry_provider#organization RegistryProvider#organization}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/registry_provider#organization RegistryProvider#organization}
---
@@ -1114,7 +1114,7 @@ registry_name: str
Whether this is a publicly maintained provider or private. Must be either `public` or `private`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/registry_provider#registry_name RegistryProvider#registry_name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/registry_provider#registry_name RegistryProvider#registry_name}
---
diff --git a/docs/registryProvider.typescript.md b/docs/registryProvider.typescript.md
index d47242e55..b76dfefa4 100644
--- a/docs/registryProvider.typescript.md
+++ b/docs/registryProvider.typescript.md
@@ -4,7 +4,7 @@
### RegistryProvider
-Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/registry_provider tfe_registry_provider}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/registry_provider tfe_registry_provider}.
#### Initializers
@@ -488,7 +488,7 @@ The construct id used in the generated config for the RegistryProvider to import
The id of the existing RegistryProvider that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/registry_provider#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/registry_provider#import import section} in the documentation of this resource for the id to use
---
@@ -912,7 +912,7 @@ public readonly name: string;
Name of the provider.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/registry_provider#name RegistryProvider#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/registry_provider#name RegistryProvider#name}
---
@@ -926,7 +926,7 @@ public readonly namespace: string;
The namespace of the provider. For private providers this is the same as the oraganization.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/registry_provider#namespace RegistryProvider#namespace}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/registry_provider#namespace RegistryProvider#namespace}
---
@@ -940,7 +940,7 @@ public readonly organization: string;
Name of the organization. If omitted, organization must be defined in the provider config.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/registry_provider#organization RegistryProvider#organization}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/registry_provider#organization RegistryProvider#organization}
---
@@ -954,7 +954,7 @@ public readonly registryName: string;
Whether this is a publicly maintained provider or private. Must be either `public` or `private`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/registry_provider#registry_name RegistryProvider#registry_name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/registry_provider#registry_name RegistryProvider#registry_name}
---
diff --git a/docs/runTrigger.csharp.md b/docs/runTrigger.csharp.md
index dae053438..5822e5c53 100644
--- a/docs/runTrigger.csharp.md
+++ b/docs/runTrigger.csharp.md
@@ -4,7 +4,7 @@
### RunTrigger
-Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/run_trigger tfe_run_trigger}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/run_trigger tfe_run_trigger}.
#### Initializers
@@ -474,7 +474,7 @@ The construct id used in the generated config for the RunTrigger to import.
The id of the existing RunTrigger that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/run_trigger#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/run_trigger#import import section} in the documentation of this resource for the id to use
---
@@ -767,9 +767,9 @@ new RunTriggerConfig {
| Lifecycle
| HashiCorp.Cdktf.TerraformResourceLifecycle
| *No description.* |
| Provider
| HashiCorp.Cdktf.TerraformProvider
| *No description.* |
| Provisioners
| object[]
| *No description.* |
-| SourceableId
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/run_trigger#sourceable_id RunTrigger#sourceable_id}. |
-| WorkspaceId
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/run_trigger#workspace_id RunTrigger#workspace_id}. |
-| Id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/run_trigger#id RunTrigger#id}. |
+| SourceableId
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/run_trigger#sourceable_id RunTrigger#sourceable_id}. |
+| WorkspaceId
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/run_trigger#workspace_id RunTrigger#workspace_id}. |
+| Id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/run_trigger#id RunTrigger#id}. |
---
@@ -851,7 +851,7 @@ public string SourceableId { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/run_trigger#sourceable_id RunTrigger#sourceable_id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/run_trigger#sourceable_id RunTrigger#sourceable_id}.
---
@@ -863,7 +863,7 @@ public string WorkspaceId { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/run_trigger#workspace_id RunTrigger#workspace_id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/run_trigger#workspace_id RunTrigger#workspace_id}.
---
@@ -875,7 +875,7 @@ public string Id { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/run_trigger#id RunTrigger#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/run_trigger#id RunTrigger#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
diff --git a/docs/runTrigger.go.md b/docs/runTrigger.go.md
index f7a6175fa..303afb2da 100644
--- a/docs/runTrigger.go.md
+++ b/docs/runTrigger.go.md
@@ -4,7 +4,7 @@
### RunTrigger
-Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/run_trigger tfe_run_trigger}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/run_trigger tfe_run_trigger}.
#### Initializers
@@ -474,7 +474,7 @@ The construct id used in the generated config for the RunTrigger to import.
The id of the existing RunTrigger that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/run_trigger#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/run_trigger#import import section} in the documentation of this resource for the id to use
---
@@ -767,9 +767,9 @@ import "github.com/cdktf/cdktf-provider-tfe-go/tfe/v11/runtrigger"
| 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.* |
-| SourceableId
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/run_trigger#sourceable_id RunTrigger#sourceable_id}. |
-| WorkspaceId
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/run_trigger#workspace_id RunTrigger#workspace_id}. |
-| Id
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/run_trigger#id RunTrigger#id}. |
+| SourceableId
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/run_trigger#sourceable_id RunTrigger#sourceable_id}. |
+| WorkspaceId
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/run_trigger#workspace_id RunTrigger#workspace_id}. |
+| Id
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/run_trigger#id RunTrigger#id}. |
---
@@ -851,7 +851,7 @@ SourceableId *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/run_trigger#sourceable_id RunTrigger#sourceable_id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/run_trigger#sourceable_id RunTrigger#sourceable_id}.
---
@@ -863,7 +863,7 @@ WorkspaceId *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/run_trigger#workspace_id RunTrigger#workspace_id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/run_trigger#workspace_id RunTrigger#workspace_id}.
---
@@ -875,7 +875,7 @@ Id *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/run_trigger#id RunTrigger#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/run_trigger#id RunTrigger#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
diff --git a/docs/runTrigger.java.md b/docs/runTrigger.java.md
index 0787c0022..cdd148aab 100644
--- a/docs/runTrigger.java.md
+++ b/docs/runTrigger.java.md
@@ -4,7 +4,7 @@
### RunTrigger
-Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/run_trigger tfe_run_trigger}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/run_trigger tfe_run_trigger}.
#### Initializers
@@ -40,9 +40,9 @@ RunTrigger.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.* |
-| sourceableId
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/run_trigger#sourceable_id RunTrigger#sourceable_id}. |
-| workspaceId
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/run_trigger#workspace_id RunTrigger#workspace_id}. |
-| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/run_trigger#id RunTrigger#id}. |
+| sourceableId
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/run_trigger#sourceable_id RunTrigger#sourceable_id}. |
+| workspaceId
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/run_trigger#workspace_id RunTrigger#workspace_id}. |
+| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/run_trigger#id RunTrigger#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/hashicorp/tfe/0.60.1/docs/resources/run_trigger#sourceable_id RunTrigger#sourceable_id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/run_trigger#sourceable_id RunTrigger#sourceable_id}.
---
@@ -118,7 +118,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/run_trigger#workspace_id RunTrigger#workspace_id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/run_trigger#workspace_id RunTrigger#workspace_id}.
---
@@ -126,7 +126,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/run_trigger#id RunTrigger#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/run_trigger#id RunTrigger#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -563,7 +563,7 @@ The construct id used in the generated config for the RunTrigger to import.
The id of the existing RunTrigger that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/run_trigger#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/run_trigger#import import section} in the documentation of this resource for the id to use
---
@@ -860,9 +860,9 @@ RunTriggerConfig.builder()
| lifecycle
| com.hashicorp.cdktf.TerraformResourceLifecycle
| *No description.* |
| provider
| com.hashicorp.cdktf.TerraformProvider
| *No description.* |
| provisioners
| java.util.List
| *No description.* |
-| sourceableId
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/run_trigger#sourceable_id RunTrigger#sourceable_id}. |
-| workspaceId
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/run_trigger#workspace_id RunTrigger#workspace_id}. |
-| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/run_trigger#id RunTrigger#id}. |
+| sourceableId
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/run_trigger#sourceable_id RunTrigger#sourceable_id}. |
+| workspaceId
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/run_trigger#workspace_id RunTrigger#workspace_id}. |
+| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/run_trigger#id RunTrigger#id}. |
---
@@ -944,7 +944,7 @@ public java.lang.String getSourceableId();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/run_trigger#sourceable_id RunTrigger#sourceable_id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/run_trigger#sourceable_id RunTrigger#sourceable_id}.
---
@@ -956,7 +956,7 @@ public java.lang.String getWorkspaceId();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/run_trigger#workspace_id RunTrigger#workspace_id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/run_trigger#workspace_id RunTrigger#workspace_id}.
---
@@ -968,7 +968,7 @@ public java.lang.String getId();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/run_trigger#id RunTrigger#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/run_trigger#id RunTrigger#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
diff --git a/docs/runTrigger.python.md b/docs/runTrigger.python.md
index dbf6864a2..822081790 100644
--- a/docs/runTrigger.python.md
+++ b/docs/runTrigger.python.md
@@ -4,7 +4,7 @@
### RunTrigger
-Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/run_trigger tfe_run_trigger}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/run_trigger tfe_run_trigger}.
#### Initializers
@@ -38,9 +38,9 @@ runTrigger.RunTrigger(
| lifecycle
| cdktf.TerraformResourceLifecycle
| *No description.* |
| provider
| cdktf.TerraformProvider
| *No description.* |
| provisioners
| typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]]
| *No description.* |
-| sourceable_id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/run_trigger#sourceable_id RunTrigger#sourceable_id}. |
-| workspace_id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/run_trigger#workspace_id RunTrigger#workspace_id}. |
-| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/run_trigger#id RunTrigger#id}. |
+| sourceable_id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/run_trigger#sourceable_id RunTrigger#sourceable_id}. |
+| workspace_id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/run_trigger#workspace_id RunTrigger#workspace_id}. |
+| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/run_trigger#id RunTrigger#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/hashicorp/tfe/0.60.1/docs/resources/run_trigger#sourceable_id RunTrigger#sourceable_id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/run_trigger#sourceable_id RunTrigger#sourceable_id}.
---
@@ -116,7 +116,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/run_trigger#workspace_id RunTrigger#workspace_id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/run_trigger#workspace_id RunTrigger#workspace_id}.
---
@@ -124,7 +124,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/run_trigger#id RunTrigger#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/run_trigger#id RunTrigger#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -607,7 +607,7 @@ The construct id used in the generated config for the RunTrigger to import.
The id of the existing RunTrigger that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/run_trigger#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/run_trigger#import import section} in the documentation of this resource for the id to use
---
@@ -900,9 +900,9 @@ runTrigger.RunTriggerConfig(
| lifecycle
| cdktf.TerraformResourceLifecycle
| *No description.* |
| provider
| cdktf.TerraformProvider
| *No description.* |
| provisioners
| typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]]
| *No description.* |
-| sourceable_id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/run_trigger#sourceable_id RunTrigger#sourceable_id}. |
-| workspace_id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/run_trigger#workspace_id RunTrigger#workspace_id}. |
-| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/run_trigger#id RunTrigger#id}. |
+| sourceable_id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/run_trigger#sourceable_id RunTrigger#sourceable_id}. |
+| workspace_id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/run_trigger#workspace_id RunTrigger#workspace_id}. |
+| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/run_trigger#id RunTrigger#id}. |
---
@@ -984,7 +984,7 @@ sourceable_id: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/run_trigger#sourceable_id RunTrigger#sourceable_id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/run_trigger#sourceable_id RunTrigger#sourceable_id}.
---
@@ -996,7 +996,7 @@ workspace_id: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/run_trigger#workspace_id RunTrigger#workspace_id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/run_trigger#workspace_id RunTrigger#workspace_id}.
---
@@ -1008,7 +1008,7 @@ id: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/run_trigger#id RunTrigger#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/run_trigger#id RunTrigger#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
diff --git a/docs/runTrigger.typescript.md b/docs/runTrigger.typescript.md
index 6df877510..fec8ccb75 100644
--- a/docs/runTrigger.typescript.md
+++ b/docs/runTrigger.typescript.md
@@ -4,7 +4,7 @@
### RunTrigger
-Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/run_trigger tfe_run_trigger}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/run_trigger tfe_run_trigger}.
#### Initializers
@@ -474,7 +474,7 @@ The construct id used in the generated config for the RunTrigger to import.
The id of the existing RunTrigger that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/run_trigger#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/run_trigger#import import section} in the documentation of this resource for the id to use
---
@@ -756,9 +756,9 @@ const runTriggerConfig: runTrigger.RunTriggerConfig = { ... }
| lifecycle
| cdktf.TerraformResourceLifecycle
| *No description.* |
| provider
| cdktf.TerraformProvider
| *No description.* |
| provisioners
| cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[]
| *No description.* |
-| sourceableId
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/run_trigger#sourceable_id RunTrigger#sourceable_id}. |
-| workspaceId
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/run_trigger#workspace_id RunTrigger#workspace_id}. |
-| id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/run_trigger#id RunTrigger#id}. |
+| sourceableId
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/run_trigger#sourceable_id RunTrigger#sourceable_id}. |
+| workspaceId
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/run_trigger#workspace_id RunTrigger#workspace_id}. |
+| id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/run_trigger#id RunTrigger#id}. |
---
@@ -840,7 +840,7 @@ public readonly sourceableId: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/run_trigger#sourceable_id RunTrigger#sourceable_id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/run_trigger#sourceable_id RunTrigger#sourceable_id}.
---
@@ -852,7 +852,7 @@ public readonly workspaceId: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/run_trigger#workspace_id RunTrigger#workspace_id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/run_trigger#workspace_id RunTrigger#workspace_id}.
---
@@ -864,7 +864,7 @@ public readonly id: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/run_trigger#id RunTrigger#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/run_trigger#id RunTrigger#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
diff --git a/docs/samlSettings.csharp.md b/docs/samlSettings.csharp.md
index 3be02ef20..c42f045c1 100644
--- a/docs/samlSettings.csharp.md
+++ b/docs/samlSettings.csharp.md
@@ -4,7 +4,7 @@
### SamlSettings
-Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/saml_settings tfe_saml_settings}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/saml_settings tfe_saml_settings}.
#### Initializers
@@ -558,7 +558,7 @@ The construct id used in the generated config for the SamlSettings to import.
The id of the existing SamlSettings that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/saml_settings#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/saml_settings#import import section} in the documentation of this resource for the id to use
---
@@ -1304,7 +1304,7 @@ public string IdpCert { get; set; }
Identity Provider Certificate specifies the PEM encoded X.509 Certificate as provided by the IdP configuration.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/saml_settings#idp_cert SamlSettings#idp_cert}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/saml_settings#idp_cert SamlSettings#idp_cert}
---
@@ -1320,7 +1320,7 @@ Single Log Out URL specifies the HTTPS endpoint on your IdP for single logout re
This value is provided by the IdP configuration
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/saml_settings#slo_endpoint_url SamlSettings#slo_endpoint_url}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/saml_settings#slo_endpoint_url SamlSettings#slo_endpoint_url}
---
@@ -1336,7 +1336,7 @@ Single Sign On URL specifies the HTTPS endpoint on your IdP for single sign-on r
This value is provided by the IdP configuration
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/saml_settings#sso_endpoint_url SamlSettings#sso_endpoint_url}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/saml_settings#sso_endpoint_url SamlSettings#sso_endpoint_url}
---
@@ -1350,7 +1350,7 @@ public string AttrGroups { get; set; }
Team Attribute Name specifies the name of the SAML attribute that determines team membership.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/saml_settings#attr_groups SamlSettings#attr_groups}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/saml_settings#attr_groups SamlSettings#attr_groups}
---
@@ -1364,7 +1364,7 @@ public string AttrSiteAdmin { get; set; }
Specifies the role for site admin access. Overrides the "Site Admin Role" method.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/saml_settings#attr_site_admin SamlSettings#attr_site_admin}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/saml_settings#attr_site_admin SamlSettings#attr_site_admin}
---
@@ -1378,7 +1378,7 @@ public string AttrUsername { get; set; }
Username Attribute Name specifies the name of the SAML attribute that determines the user's username.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/saml_settings#attr_username SamlSettings#attr_username}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/saml_settings#attr_username SamlSettings#attr_username}
---
@@ -1392,7 +1392,7 @@ public object AuthnRequestsSigned { get; set; }
Ensure that messages are signed.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/saml_settings#authn_requests_signed SamlSettings#authn_requests_signed}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/saml_settings#authn_requests_signed SamlSettings#authn_requests_signed}
---
@@ -1406,7 +1406,7 @@ public string Certificate { get; set; }
The certificate used for request and assertion signing.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/saml_settings#certificate SamlSettings#certificate}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/saml_settings#certificate SamlSettings#certificate}
---
@@ -1420,7 +1420,7 @@ public object Debug { get; set; }
When sign-on fails and this is enabled, the SAMLResponse XML will be displayed on the login page.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/saml_settings#debug SamlSettings#debug}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/saml_settings#debug SamlSettings#debug}
---
@@ -1434,7 +1434,7 @@ public string PrivateKey { get; set; }
The private key used for request and assertion signing.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/saml_settings#private_key SamlSettings#private_key}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/saml_settings#private_key SamlSettings#private_key}
---
@@ -1448,7 +1448,7 @@ public string SignatureDigestMethod { get; set; }
Signature Digest Method. Must be either `SHA1` or `SHA256`. Defaults to `SHA256`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/saml_settings#signature_digest_method SamlSettings#signature_digest_method}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/saml_settings#signature_digest_method SamlSettings#signature_digest_method}
---
@@ -1462,7 +1462,7 @@ public string SignatureSigningMethod { get; set; }
Signature Signing Method. Must be either `SHA1` or `SHA256`. Defaults to `SHA256`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/saml_settings#signature_signing_method SamlSettings#signature_signing_method}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/saml_settings#signature_signing_method SamlSettings#signature_signing_method}
---
@@ -1476,7 +1476,7 @@ public string SiteAdminRole { get; set; }
Specifies the role for site admin access, provided in the list of roles sent in the Team Attribute Name attribute.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/saml_settings#site_admin_role SamlSettings#site_admin_role}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/saml_settings#site_admin_role SamlSettings#site_admin_role}
---
@@ -1490,7 +1490,7 @@ public double SsoApiTokenSessionTimeout { get; set; }
Specifies the Single Sign On session timeout in seconds. Defaults to 14 days.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/saml_settings#sso_api_token_session_timeout SamlSettings#sso_api_token_session_timeout}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/saml_settings#sso_api_token_session_timeout SamlSettings#sso_api_token_session_timeout}
---
@@ -1504,7 +1504,7 @@ public object TeamManagementEnabled { get; set; }
Set it to false if you would rather use Terraform Enterprise to manage team membership.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/saml_settings#team_management_enabled SamlSettings#team_management_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/saml_settings#team_management_enabled SamlSettings#team_management_enabled}
---
@@ -1518,7 +1518,7 @@ public object WantAssertionsSigned { get; set; }
Ensure that elements are signed.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/saml_settings#want_assertions_signed SamlSettings#want_assertions_signed}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/saml_settings#want_assertions_signed SamlSettings#want_assertions_signed}
---
diff --git a/docs/samlSettings.go.md b/docs/samlSettings.go.md
index 1403984bf..47c65bd70 100644
--- a/docs/samlSettings.go.md
+++ b/docs/samlSettings.go.md
@@ -4,7 +4,7 @@
### SamlSettings
-Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/saml_settings tfe_saml_settings}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/saml_settings tfe_saml_settings}.
#### Initializers
@@ -558,7 +558,7 @@ The construct id used in the generated config for the SamlSettings to import.
The id of the existing SamlSettings that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/saml_settings#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/saml_settings#import import section} in the documentation of this resource for the id to use
---
@@ -1304,7 +1304,7 @@ IdpCert *string
Identity Provider Certificate specifies the PEM encoded X.509 Certificate as provided by the IdP configuration.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/saml_settings#idp_cert SamlSettings#idp_cert}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/saml_settings#idp_cert SamlSettings#idp_cert}
---
@@ -1320,7 +1320,7 @@ Single Log Out URL specifies the HTTPS endpoint on your IdP for single logout re
This value is provided by the IdP configuration
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/saml_settings#slo_endpoint_url SamlSettings#slo_endpoint_url}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/saml_settings#slo_endpoint_url SamlSettings#slo_endpoint_url}
---
@@ -1336,7 +1336,7 @@ Single Sign On URL specifies the HTTPS endpoint on your IdP for single sign-on r
This value is provided by the IdP configuration
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/saml_settings#sso_endpoint_url SamlSettings#sso_endpoint_url}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/saml_settings#sso_endpoint_url SamlSettings#sso_endpoint_url}
---
@@ -1350,7 +1350,7 @@ AttrGroups *string
Team Attribute Name specifies the name of the SAML attribute that determines team membership.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/saml_settings#attr_groups SamlSettings#attr_groups}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/saml_settings#attr_groups SamlSettings#attr_groups}
---
@@ -1364,7 +1364,7 @@ AttrSiteAdmin *string
Specifies the role for site admin access. Overrides the "Site Admin Role" method.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/saml_settings#attr_site_admin SamlSettings#attr_site_admin}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/saml_settings#attr_site_admin SamlSettings#attr_site_admin}
---
@@ -1378,7 +1378,7 @@ AttrUsername *string
Username Attribute Name specifies the name of the SAML attribute that determines the user's username.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/saml_settings#attr_username SamlSettings#attr_username}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/saml_settings#attr_username SamlSettings#attr_username}
---
@@ -1392,7 +1392,7 @@ AuthnRequestsSigned interface{}
Ensure that messages are signed.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/saml_settings#authn_requests_signed SamlSettings#authn_requests_signed}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/saml_settings#authn_requests_signed SamlSettings#authn_requests_signed}
---
@@ -1406,7 +1406,7 @@ Certificate *string
The certificate used for request and assertion signing.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/saml_settings#certificate SamlSettings#certificate}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/saml_settings#certificate SamlSettings#certificate}
---
@@ -1420,7 +1420,7 @@ Debug interface{}
When sign-on fails and this is enabled, the SAMLResponse XML will be displayed on the login page.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/saml_settings#debug SamlSettings#debug}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/saml_settings#debug SamlSettings#debug}
---
@@ -1434,7 +1434,7 @@ PrivateKey *string
The private key used for request and assertion signing.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/saml_settings#private_key SamlSettings#private_key}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/saml_settings#private_key SamlSettings#private_key}
---
@@ -1448,7 +1448,7 @@ SignatureDigestMethod *string
Signature Digest Method. Must be either `SHA1` or `SHA256`. Defaults to `SHA256`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/saml_settings#signature_digest_method SamlSettings#signature_digest_method}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/saml_settings#signature_digest_method SamlSettings#signature_digest_method}
---
@@ -1462,7 +1462,7 @@ SignatureSigningMethod *string
Signature Signing Method. Must be either `SHA1` or `SHA256`. Defaults to `SHA256`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/saml_settings#signature_signing_method SamlSettings#signature_signing_method}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/saml_settings#signature_signing_method SamlSettings#signature_signing_method}
---
@@ -1476,7 +1476,7 @@ SiteAdminRole *string
Specifies the role for site admin access, provided in the list of roles sent in the Team Attribute Name attribute.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/saml_settings#site_admin_role SamlSettings#site_admin_role}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/saml_settings#site_admin_role SamlSettings#site_admin_role}
---
@@ -1490,7 +1490,7 @@ SsoApiTokenSessionTimeout *f64
Specifies the Single Sign On session timeout in seconds. Defaults to 14 days.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/saml_settings#sso_api_token_session_timeout SamlSettings#sso_api_token_session_timeout}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/saml_settings#sso_api_token_session_timeout SamlSettings#sso_api_token_session_timeout}
---
@@ -1504,7 +1504,7 @@ TeamManagementEnabled interface{}
Set it to false if you would rather use Terraform Enterprise to manage team membership.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/saml_settings#team_management_enabled SamlSettings#team_management_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/saml_settings#team_management_enabled SamlSettings#team_management_enabled}
---
@@ -1518,7 +1518,7 @@ WantAssertionsSigned interface{}
Ensure that elements are signed.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/saml_settings#want_assertions_signed SamlSettings#want_assertions_signed}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/saml_settings#want_assertions_signed SamlSettings#want_assertions_signed}
---
diff --git a/docs/samlSettings.java.md b/docs/samlSettings.java.md
index bb2aa7bf6..5c5b5779a 100644
--- a/docs/samlSettings.java.md
+++ b/docs/samlSettings.java.md
@@ -4,7 +4,7 @@
### SamlSettings
-Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/saml_settings tfe_saml_settings}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/saml_settings tfe_saml_settings}.
#### Initializers
@@ -142,7 +142,7 @@ Must be unique amongst siblings in the same scope
Identity Provider Certificate specifies the PEM encoded X.509 Certificate as provided by the IdP configuration.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/saml_settings#idp_cert SamlSettings#idp_cert}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/saml_settings#idp_cert SamlSettings#idp_cert}
---
@@ -154,7 +154,7 @@ Single Log Out URL specifies the HTTPS endpoint on your IdP for single logout re
This value is provided by the IdP configuration
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/saml_settings#slo_endpoint_url SamlSettings#slo_endpoint_url}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/saml_settings#slo_endpoint_url SamlSettings#slo_endpoint_url}
---
@@ -166,7 +166,7 @@ Single Sign On URL specifies the HTTPS endpoint on your IdP for single sign-on r
This value is provided by the IdP configuration
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/saml_settings#sso_endpoint_url SamlSettings#sso_endpoint_url}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/saml_settings#sso_endpoint_url SamlSettings#sso_endpoint_url}
---
@@ -176,7 +176,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
Team Attribute Name specifies the name of the SAML attribute that determines team membership.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/saml_settings#attr_groups SamlSettings#attr_groups}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/saml_settings#attr_groups SamlSettings#attr_groups}
---
@@ -186,7 +186,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
Specifies the role for site admin access. Overrides the "Site Admin Role" method.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/saml_settings#attr_site_admin SamlSettings#attr_site_admin}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/saml_settings#attr_site_admin SamlSettings#attr_site_admin}
---
@@ -196,7 +196,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
Username Attribute Name specifies the name of the SAML attribute that determines the user's username.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/saml_settings#attr_username SamlSettings#attr_username}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/saml_settings#attr_username SamlSettings#attr_username}
---
@@ -206,7 +206,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
Ensure that messages are signed.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/saml_settings#authn_requests_signed SamlSettings#authn_requests_signed}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/saml_settings#authn_requests_signed SamlSettings#authn_requests_signed}
---
@@ -216,7 +216,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
The certificate used for request and assertion signing.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/saml_settings#certificate SamlSettings#certificate}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/saml_settings#certificate SamlSettings#certificate}
---
@@ -226,7 +226,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
When sign-on fails and this is enabled, the SAMLResponse XML will be displayed on the login page.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/saml_settings#debug SamlSettings#debug}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/saml_settings#debug SamlSettings#debug}
---
@@ -236,7 +236,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
The private key used for request and assertion signing.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/saml_settings#private_key SamlSettings#private_key}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/saml_settings#private_key SamlSettings#private_key}
---
@@ -246,7 +246,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
Signature Digest Method. Must be either `SHA1` or `SHA256`. Defaults to `SHA256`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/saml_settings#signature_digest_method SamlSettings#signature_digest_method}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/saml_settings#signature_digest_method SamlSettings#signature_digest_method}
---
@@ -256,7 +256,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
Signature Signing Method. Must be either `SHA1` or `SHA256`. Defaults to `SHA256`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/saml_settings#signature_signing_method SamlSettings#signature_signing_method}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/saml_settings#signature_signing_method SamlSettings#signature_signing_method}
---
@@ -266,7 +266,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
Specifies the role for site admin access, provided in the list of roles sent in the Team Attribute Name attribute.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/saml_settings#site_admin_role SamlSettings#site_admin_role}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/saml_settings#site_admin_role SamlSettings#site_admin_role}
---
@@ -276,7 +276,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
Specifies the Single Sign On session timeout in seconds. Defaults to 14 days.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/saml_settings#sso_api_token_session_timeout SamlSettings#sso_api_token_session_timeout}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/saml_settings#sso_api_token_session_timeout SamlSettings#sso_api_token_session_timeout}
---
@@ -286,7 +286,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
Set it to false if you would rather use Terraform Enterprise to manage team membership.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/saml_settings#team_management_enabled SamlSettings#team_management_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/saml_settings#team_management_enabled SamlSettings#team_management_enabled}
---
@@ -296,7 +296,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
Ensure that elements are signed.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/saml_settings#want_assertions_signed SamlSettings#want_assertions_signed}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/saml_settings#want_assertions_signed SamlSettings#want_assertions_signed}
---
@@ -814,7 +814,7 @@ The construct id used in the generated config for the SamlSettings to import.
The id of the existing SamlSettings that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/saml_settings#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/saml_settings#import import section} in the documentation of this resource for the id to use
---
@@ -1568,7 +1568,7 @@ public java.lang.String getIdpCert();
Identity Provider Certificate specifies the PEM encoded X.509 Certificate as provided by the IdP configuration.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/saml_settings#idp_cert SamlSettings#idp_cert}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/saml_settings#idp_cert SamlSettings#idp_cert}
---
@@ -1584,7 +1584,7 @@ Single Log Out URL specifies the HTTPS endpoint on your IdP for single logout re
This value is provided by the IdP configuration
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/saml_settings#slo_endpoint_url SamlSettings#slo_endpoint_url}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/saml_settings#slo_endpoint_url SamlSettings#slo_endpoint_url}
---
@@ -1600,7 +1600,7 @@ Single Sign On URL specifies the HTTPS endpoint on your IdP for single sign-on r
This value is provided by the IdP configuration
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/saml_settings#sso_endpoint_url SamlSettings#sso_endpoint_url}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/saml_settings#sso_endpoint_url SamlSettings#sso_endpoint_url}
---
@@ -1614,7 +1614,7 @@ public java.lang.String getAttrGroups();
Team Attribute Name specifies the name of the SAML attribute that determines team membership.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/saml_settings#attr_groups SamlSettings#attr_groups}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/saml_settings#attr_groups SamlSettings#attr_groups}
---
@@ -1628,7 +1628,7 @@ public java.lang.String getAttrSiteAdmin();
Specifies the role for site admin access. Overrides the "Site Admin Role" method.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/saml_settings#attr_site_admin SamlSettings#attr_site_admin}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/saml_settings#attr_site_admin SamlSettings#attr_site_admin}
---
@@ -1642,7 +1642,7 @@ public java.lang.String getAttrUsername();
Username Attribute Name specifies the name of the SAML attribute that determines the user's username.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/saml_settings#attr_username SamlSettings#attr_username}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/saml_settings#attr_username SamlSettings#attr_username}
---
@@ -1656,7 +1656,7 @@ public java.lang.Object getAuthnRequestsSigned();
Ensure that messages are signed.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/saml_settings#authn_requests_signed SamlSettings#authn_requests_signed}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/saml_settings#authn_requests_signed SamlSettings#authn_requests_signed}
---
@@ -1670,7 +1670,7 @@ public java.lang.String getCertificate();
The certificate used for request and assertion signing.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/saml_settings#certificate SamlSettings#certificate}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/saml_settings#certificate SamlSettings#certificate}
---
@@ -1684,7 +1684,7 @@ public java.lang.Object getDebug();
When sign-on fails and this is enabled, the SAMLResponse XML will be displayed on the login page.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/saml_settings#debug SamlSettings#debug}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/saml_settings#debug SamlSettings#debug}
---
@@ -1698,7 +1698,7 @@ public java.lang.String getPrivateKey();
The private key used for request and assertion signing.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/saml_settings#private_key SamlSettings#private_key}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/saml_settings#private_key SamlSettings#private_key}
---
@@ -1712,7 +1712,7 @@ public java.lang.String getSignatureDigestMethod();
Signature Digest Method. Must be either `SHA1` or `SHA256`. Defaults to `SHA256`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/saml_settings#signature_digest_method SamlSettings#signature_digest_method}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/saml_settings#signature_digest_method SamlSettings#signature_digest_method}
---
@@ -1726,7 +1726,7 @@ public java.lang.String getSignatureSigningMethod();
Signature Signing Method. Must be either `SHA1` or `SHA256`. Defaults to `SHA256`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/saml_settings#signature_signing_method SamlSettings#signature_signing_method}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/saml_settings#signature_signing_method SamlSettings#signature_signing_method}
---
@@ -1740,7 +1740,7 @@ public java.lang.String getSiteAdminRole();
Specifies the role for site admin access, provided in the list of roles sent in the Team Attribute Name attribute.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/saml_settings#site_admin_role SamlSettings#site_admin_role}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/saml_settings#site_admin_role SamlSettings#site_admin_role}
---
@@ -1754,7 +1754,7 @@ public java.lang.Number getSsoApiTokenSessionTimeout();
Specifies the Single Sign On session timeout in seconds. Defaults to 14 days.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/saml_settings#sso_api_token_session_timeout SamlSettings#sso_api_token_session_timeout}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/saml_settings#sso_api_token_session_timeout SamlSettings#sso_api_token_session_timeout}
---
@@ -1768,7 +1768,7 @@ public java.lang.Object getTeamManagementEnabled();
Set it to false if you would rather use Terraform Enterprise to manage team membership.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/saml_settings#team_management_enabled SamlSettings#team_management_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/saml_settings#team_management_enabled SamlSettings#team_management_enabled}
---
@@ -1782,7 +1782,7 @@ public java.lang.Object getWantAssertionsSigned();
Ensure that elements are signed.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/saml_settings#want_assertions_signed SamlSettings#want_assertions_signed}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/saml_settings#want_assertions_signed SamlSettings#want_assertions_signed}
---
diff --git a/docs/samlSettings.python.md b/docs/samlSettings.python.md
index f6e64e27a..2de344a67 100644
--- a/docs/samlSettings.python.md
+++ b/docs/samlSettings.python.md
@@ -4,7 +4,7 @@
### SamlSettings
-Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/saml_settings tfe_saml_settings}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/saml_settings tfe_saml_settings}.
#### Initializers
@@ -136,7 +136,7 @@ Must be unique amongst siblings in the same scope
Identity Provider Certificate specifies the PEM encoded X.509 Certificate as provided by the IdP configuration.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/saml_settings#idp_cert SamlSettings#idp_cert}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/saml_settings#idp_cert SamlSettings#idp_cert}
---
@@ -148,7 +148,7 @@ Single Log Out URL specifies the HTTPS endpoint on your IdP for single logout re
This value is provided by the IdP configuration
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/saml_settings#slo_endpoint_url SamlSettings#slo_endpoint_url}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/saml_settings#slo_endpoint_url SamlSettings#slo_endpoint_url}
---
@@ -160,7 +160,7 @@ Single Sign On URL specifies the HTTPS endpoint on your IdP for single sign-on r
This value is provided by the IdP configuration
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/saml_settings#sso_endpoint_url SamlSettings#sso_endpoint_url}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/saml_settings#sso_endpoint_url SamlSettings#sso_endpoint_url}
---
@@ -170,7 +170,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
Team Attribute Name specifies the name of the SAML attribute that determines team membership.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/saml_settings#attr_groups SamlSettings#attr_groups}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/saml_settings#attr_groups SamlSettings#attr_groups}
---
@@ -180,7 +180,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
Specifies the role for site admin access. Overrides the "Site Admin Role" method.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/saml_settings#attr_site_admin SamlSettings#attr_site_admin}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/saml_settings#attr_site_admin SamlSettings#attr_site_admin}
---
@@ -190,7 +190,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
Username Attribute Name specifies the name of the SAML attribute that determines the user's username.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/saml_settings#attr_username SamlSettings#attr_username}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/saml_settings#attr_username SamlSettings#attr_username}
---
@@ -200,7 +200,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
Ensure that messages are signed.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/saml_settings#authn_requests_signed SamlSettings#authn_requests_signed}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/saml_settings#authn_requests_signed SamlSettings#authn_requests_signed}
---
@@ -210,7 +210,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
The certificate used for request and assertion signing.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/saml_settings#certificate SamlSettings#certificate}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/saml_settings#certificate SamlSettings#certificate}
---
@@ -220,7 +220,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
When sign-on fails and this is enabled, the SAMLResponse XML will be displayed on the login page.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/saml_settings#debug SamlSettings#debug}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/saml_settings#debug SamlSettings#debug}
---
@@ -230,7 +230,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
The private key used for request and assertion signing.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/saml_settings#private_key SamlSettings#private_key}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/saml_settings#private_key SamlSettings#private_key}
---
@@ -240,7 +240,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
Signature Digest Method. Must be either `SHA1` or `SHA256`. Defaults to `SHA256`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/saml_settings#signature_digest_method SamlSettings#signature_digest_method}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/saml_settings#signature_digest_method SamlSettings#signature_digest_method}
---
@@ -250,7 +250,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
Signature Signing Method. Must be either `SHA1` or `SHA256`. Defaults to `SHA256`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/saml_settings#signature_signing_method SamlSettings#signature_signing_method}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/saml_settings#signature_signing_method SamlSettings#signature_signing_method}
---
@@ -260,7 +260,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
Specifies the role for site admin access, provided in the list of roles sent in the Team Attribute Name attribute.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/saml_settings#site_admin_role SamlSettings#site_admin_role}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/saml_settings#site_admin_role SamlSettings#site_admin_role}
---
@@ -270,7 +270,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
Specifies the Single Sign On session timeout in seconds. Defaults to 14 days.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/saml_settings#sso_api_token_session_timeout SamlSettings#sso_api_token_session_timeout}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/saml_settings#sso_api_token_session_timeout SamlSettings#sso_api_token_session_timeout}
---
@@ -280,7 +280,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
Set it to false if you would rather use Terraform Enterprise to manage team membership.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/saml_settings#team_management_enabled SamlSettings#team_management_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/saml_settings#team_management_enabled SamlSettings#team_management_enabled}
---
@@ -290,7 +290,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
Ensure that elements are signed.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/saml_settings#want_assertions_signed SamlSettings#want_assertions_signed}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/saml_settings#want_assertions_signed SamlSettings#want_assertions_signed}
---
@@ -854,7 +854,7 @@ The construct id used in the generated config for the SamlSettings to import.
The id of the existing SamlSettings that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/saml_settings#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/saml_settings#import import section} in the documentation of this resource for the id to use
---
@@ -1600,7 +1600,7 @@ idp_cert: str
Identity Provider Certificate specifies the PEM encoded X.509 Certificate as provided by the IdP configuration.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/saml_settings#idp_cert SamlSettings#idp_cert}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/saml_settings#idp_cert SamlSettings#idp_cert}
---
@@ -1616,7 +1616,7 @@ Single Log Out URL specifies the HTTPS endpoint on your IdP for single logout re
This value is provided by the IdP configuration
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/saml_settings#slo_endpoint_url SamlSettings#slo_endpoint_url}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/saml_settings#slo_endpoint_url SamlSettings#slo_endpoint_url}
---
@@ -1632,7 +1632,7 @@ Single Sign On URL specifies the HTTPS endpoint on your IdP for single sign-on r
This value is provided by the IdP configuration
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/saml_settings#sso_endpoint_url SamlSettings#sso_endpoint_url}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/saml_settings#sso_endpoint_url SamlSettings#sso_endpoint_url}
---
@@ -1646,7 +1646,7 @@ attr_groups: str
Team Attribute Name specifies the name of the SAML attribute that determines team membership.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/saml_settings#attr_groups SamlSettings#attr_groups}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/saml_settings#attr_groups SamlSettings#attr_groups}
---
@@ -1660,7 +1660,7 @@ attr_site_admin: str
Specifies the role for site admin access. Overrides the "Site Admin Role" method.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/saml_settings#attr_site_admin SamlSettings#attr_site_admin}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/saml_settings#attr_site_admin SamlSettings#attr_site_admin}
---
@@ -1674,7 +1674,7 @@ attr_username: str
Username Attribute Name specifies the name of the SAML attribute that determines the user's username.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/saml_settings#attr_username SamlSettings#attr_username}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/saml_settings#attr_username SamlSettings#attr_username}
---
@@ -1688,7 +1688,7 @@ authn_requests_signed: typing.Union[bool, IResolvable]
Ensure that messages are signed.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/saml_settings#authn_requests_signed SamlSettings#authn_requests_signed}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/saml_settings#authn_requests_signed SamlSettings#authn_requests_signed}
---
@@ -1702,7 +1702,7 @@ certificate: str
The certificate used for request and assertion signing.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/saml_settings#certificate SamlSettings#certificate}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/saml_settings#certificate SamlSettings#certificate}
---
@@ -1716,7 +1716,7 @@ debug: typing.Union[bool, IResolvable]
When sign-on fails and this is enabled, the SAMLResponse XML will be displayed on the login page.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/saml_settings#debug SamlSettings#debug}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/saml_settings#debug SamlSettings#debug}
---
@@ -1730,7 +1730,7 @@ private_key: str
The private key used for request and assertion signing.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/saml_settings#private_key SamlSettings#private_key}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/saml_settings#private_key SamlSettings#private_key}
---
@@ -1744,7 +1744,7 @@ signature_digest_method: str
Signature Digest Method. Must be either `SHA1` or `SHA256`. Defaults to `SHA256`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/saml_settings#signature_digest_method SamlSettings#signature_digest_method}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/saml_settings#signature_digest_method SamlSettings#signature_digest_method}
---
@@ -1758,7 +1758,7 @@ signature_signing_method: str
Signature Signing Method. Must be either `SHA1` or `SHA256`. Defaults to `SHA256`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/saml_settings#signature_signing_method SamlSettings#signature_signing_method}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/saml_settings#signature_signing_method SamlSettings#signature_signing_method}
---
@@ -1772,7 +1772,7 @@ site_admin_role: str
Specifies the role for site admin access, provided in the list of roles sent in the Team Attribute Name attribute.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/saml_settings#site_admin_role SamlSettings#site_admin_role}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/saml_settings#site_admin_role SamlSettings#site_admin_role}
---
@@ -1786,7 +1786,7 @@ sso_api_token_session_timeout: typing.Union[int, float]
Specifies the Single Sign On session timeout in seconds. Defaults to 14 days.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/saml_settings#sso_api_token_session_timeout SamlSettings#sso_api_token_session_timeout}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/saml_settings#sso_api_token_session_timeout SamlSettings#sso_api_token_session_timeout}
---
@@ -1800,7 +1800,7 @@ team_management_enabled: typing.Union[bool, IResolvable]
Set it to false if you would rather use Terraform Enterprise to manage team membership.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/saml_settings#team_management_enabled SamlSettings#team_management_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/saml_settings#team_management_enabled SamlSettings#team_management_enabled}
---
@@ -1814,7 +1814,7 @@ want_assertions_signed: typing.Union[bool, IResolvable]
Ensure that elements are signed.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/saml_settings#want_assertions_signed SamlSettings#want_assertions_signed}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/saml_settings#want_assertions_signed SamlSettings#want_assertions_signed}
---
diff --git a/docs/samlSettings.typescript.md b/docs/samlSettings.typescript.md
index 899796cb9..aac5cb6ad 100644
--- a/docs/samlSettings.typescript.md
+++ b/docs/samlSettings.typescript.md
@@ -4,7 +4,7 @@
### SamlSettings
-Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/saml_settings tfe_saml_settings}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/saml_settings tfe_saml_settings}.
#### Initializers
@@ -558,7 +558,7 @@ The construct id used in the generated config for the SamlSettings to import.
The id of the existing SamlSettings that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/saml_settings#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/saml_settings#import import section} in the documentation of this resource for the id to use
---
@@ -1280,7 +1280,7 @@ public readonly idpCert: string;
Identity Provider Certificate specifies the PEM encoded X.509 Certificate as provided by the IdP configuration.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/saml_settings#idp_cert SamlSettings#idp_cert}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/saml_settings#idp_cert SamlSettings#idp_cert}
---
@@ -1296,7 +1296,7 @@ Single Log Out URL specifies the HTTPS endpoint on your IdP for single logout re
This value is provided by the IdP configuration
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/saml_settings#slo_endpoint_url SamlSettings#slo_endpoint_url}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/saml_settings#slo_endpoint_url SamlSettings#slo_endpoint_url}
---
@@ -1312,7 +1312,7 @@ Single Sign On URL specifies the HTTPS endpoint on your IdP for single sign-on r
This value is provided by the IdP configuration
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/saml_settings#sso_endpoint_url SamlSettings#sso_endpoint_url}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/saml_settings#sso_endpoint_url SamlSettings#sso_endpoint_url}
---
@@ -1326,7 +1326,7 @@ public readonly attrGroups: string;
Team Attribute Name specifies the name of the SAML attribute that determines team membership.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/saml_settings#attr_groups SamlSettings#attr_groups}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/saml_settings#attr_groups SamlSettings#attr_groups}
---
@@ -1340,7 +1340,7 @@ public readonly attrSiteAdmin: string;
Specifies the role for site admin access. Overrides the "Site Admin Role" method.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/saml_settings#attr_site_admin SamlSettings#attr_site_admin}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/saml_settings#attr_site_admin SamlSettings#attr_site_admin}
---
@@ -1354,7 +1354,7 @@ public readonly attrUsername: string;
Username Attribute Name specifies the name of the SAML attribute that determines the user's username.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/saml_settings#attr_username SamlSettings#attr_username}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/saml_settings#attr_username SamlSettings#attr_username}
---
@@ -1368,7 +1368,7 @@ public readonly authnRequestsSigned: boolean | IResolvable;
Ensure that messages are signed.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/saml_settings#authn_requests_signed SamlSettings#authn_requests_signed}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/saml_settings#authn_requests_signed SamlSettings#authn_requests_signed}
---
@@ -1382,7 +1382,7 @@ public readonly certificate: string;
The certificate used for request and assertion signing.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/saml_settings#certificate SamlSettings#certificate}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/saml_settings#certificate SamlSettings#certificate}
---
@@ -1396,7 +1396,7 @@ public readonly debug: boolean | IResolvable;
When sign-on fails and this is enabled, the SAMLResponse XML will be displayed on the login page.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/saml_settings#debug SamlSettings#debug}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/saml_settings#debug SamlSettings#debug}
---
@@ -1410,7 +1410,7 @@ public readonly privateKey: string;
The private key used for request and assertion signing.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/saml_settings#private_key SamlSettings#private_key}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/saml_settings#private_key SamlSettings#private_key}
---
@@ -1424,7 +1424,7 @@ public readonly signatureDigestMethod: string;
Signature Digest Method. Must be either `SHA1` or `SHA256`. Defaults to `SHA256`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/saml_settings#signature_digest_method SamlSettings#signature_digest_method}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/saml_settings#signature_digest_method SamlSettings#signature_digest_method}
---
@@ -1438,7 +1438,7 @@ public readonly signatureSigningMethod: string;
Signature Signing Method. Must be either `SHA1` or `SHA256`. Defaults to `SHA256`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/saml_settings#signature_signing_method SamlSettings#signature_signing_method}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/saml_settings#signature_signing_method SamlSettings#signature_signing_method}
---
@@ -1452,7 +1452,7 @@ public readonly siteAdminRole: string;
Specifies the role for site admin access, provided in the list of roles sent in the Team Attribute Name attribute.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/saml_settings#site_admin_role SamlSettings#site_admin_role}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/saml_settings#site_admin_role SamlSettings#site_admin_role}
---
@@ -1466,7 +1466,7 @@ public readonly ssoApiTokenSessionTimeout: number;
Specifies the Single Sign On session timeout in seconds. Defaults to 14 days.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/saml_settings#sso_api_token_session_timeout SamlSettings#sso_api_token_session_timeout}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/saml_settings#sso_api_token_session_timeout SamlSettings#sso_api_token_session_timeout}
---
@@ -1480,7 +1480,7 @@ public readonly teamManagementEnabled: boolean | IResolvable;
Set it to false if you would rather use Terraform Enterprise to manage team membership.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/saml_settings#team_management_enabled SamlSettings#team_management_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/saml_settings#team_management_enabled SamlSettings#team_management_enabled}
---
@@ -1494,7 +1494,7 @@ public readonly wantAssertionsSigned: boolean | IResolvable;
Ensure that elements are signed.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/saml_settings#want_assertions_signed SamlSettings#want_assertions_signed}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/saml_settings#want_assertions_signed SamlSettings#want_assertions_signed}
---
diff --git a/docs/sentinelPolicy.csharp.md b/docs/sentinelPolicy.csharp.md
index c3606851d..1fc1eb716 100644
--- a/docs/sentinelPolicy.csharp.md
+++ b/docs/sentinelPolicy.csharp.md
@@ -4,7 +4,7 @@
### SentinelPolicy
-Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/sentinel_policy tfe_sentinel_policy}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/sentinel_policy tfe_sentinel_policy}.
#### Initializers
@@ -495,7 +495,7 @@ The construct id used in the generated config for the SentinelPolicy to import.
The id of the existing SentinelPolicy that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/sentinel_policy#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/sentinel_policy#import import section} in the documentation of this resource for the id to use
---
@@ -857,12 +857,12 @@ new SentinelPolicyConfig {
| 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/hashicorp/tfe/0.60.1/docs/resources/sentinel_policy#name SentinelPolicy#name}. |
-| Policy
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/sentinel_policy#policy SentinelPolicy#policy}. |
-| Description
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/sentinel_policy#description SentinelPolicy#description}. |
-| EnforceMode
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/sentinel_policy#enforce_mode SentinelPolicy#enforce_mode}. |
-| Id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/sentinel_policy#id SentinelPolicy#id}. |
-| Organization
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/sentinel_policy#organization SentinelPolicy#organization}. |
+| Name
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/sentinel_policy#name SentinelPolicy#name}. |
+| Policy
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/sentinel_policy#policy SentinelPolicy#policy}. |
+| Description
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/sentinel_policy#description SentinelPolicy#description}. |
+| EnforceMode
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/sentinel_policy#enforce_mode SentinelPolicy#enforce_mode}. |
+| Id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/sentinel_policy#id SentinelPolicy#id}. |
+| Organization
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/sentinel_policy#organization SentinelPolicy#organization}. |
---
@@ -944,7 +944,7 @@ public string Name { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/sentinel_policy#name SentinelPolicy#name}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/sentinel_policy#name SentinelPolicy#name}.
---
@@ -956,7 +956,7 @@ public string Policy { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/sentinel_policy#policy SentinelPolicy#policy}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/sentinel_policy#policy SentinelPolicy#policy}.
---
@@ -968,7 +968,7 @@ public string Description { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/sentinel_policy#description SentinelPolicy#description}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/sentinel_policy#description SentinelPolicy#description}.
---
@@ -980,7 +980,7 @@ public string EnforceMode { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/sentinel_policy#enforce_mode SentinelPolicy#enforce_mode}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/sentinel_policy#enforce_mode SentinelPolicy#enforce_mode}.
---
@@ -992,7 +992,7 @@ public string Id { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/sentinel_policy#id SentinelPolicy#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/sentinel_policy#id SentinelPolicy#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -1007,7 +1007,7 @@ public string Organization { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/sentinel_policy#organization SentinelPolicy#organization}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/sentinel_policy#organization SentinelPolicy#organization}.
---
diff --git a/docs/sentinelPolicy.go.md b/docs/sentinelPolicy.go.md
index b966eb9ae..1635e4fb4 100644
--- a/docs/sentinelPolicy.go.md
+++ b/docs/sentinelPolicy.go.md
@@ -4,7 +4,7 @@
### SentinelPolicy
-Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/sentinel_policy tfe_sentinel_policy}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/sentinel_policy tfe_sentinel_policy}.
#### Initializers
@@ -495,7 +495,7 @@ The construct id used in the generated config for the SentinelPolicy to import.
The id of the existing SentinelPolicy that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/sentinel_policy#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/sentinel_policy#import import section} in the documentation of this resource for the id to use
---
@@ -857,12 +857,12 @@ import "github.com/cdktf/cdktf-provider-tfe-go/tfe/v11/sentinelpolicy"
| 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/hashicorp/tfe/0.60.1/docs/resources/sentinel_policy#name SentinelPolicy#name}. |
-| Policy
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/sentinel_policy#policy SentinelPolicy#policy}. |
-| Description
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/sentinel_policy#description SentinelPolicy#description}. |
-| EnforceMode
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/sentinel_policy#enforce_mode SentinelPolicy#enforce_mode}. |
-| Id
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/sentinel_policy#id SentinelPolicy#id}. |
-| Organization
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/sentinel_policy#organization SentinelPolicy#organization}. |
+| Name
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/sentinel_policy#name SentinelPolicy#name}. |
+| Policy
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/sentinel_policy#policy SentinelPolicy#policy}. |
+| Description
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/sentinel_policy#description SentinelPolicy#description}. |
+| EnforceMode
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/sentinel_policy#enforce_mode SentinelPolicy#enforce_mode}. |
+| Id
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/sentinel_policy#id SentinelPolicy#id}. |
+| Organization
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/sentinel_policy#organization SentinelPolicy#organization}. |
---
@@ -944,7 +944,7 @@ Name *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/sentinel_policy#name SentinelPolicy#name}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/sentinel_policy#name SentinelPolicy#name}.
---
@@ -956,7 +956,7 @@ Policy *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/sentinel_policy#policy SentinelPolicy#policy}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/sentinel_policy#policy SentinelPolicy#policy}.
---
@@ -968,7 +968,7 @@ Description *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/sentinel_policy#description SentinelPolicy#description}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/sentinel_policy#description SentinelPolicy#description}.
---
@@ -980,7 +980,7 @@ EnforceMode *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/sentinel_policy#enforce_mode SentinelPolicy#enforce_mode}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/sentinel_policy#enforce_mode SentinelPolicy#enforce_mode}.
---
@@ -992,7 +992,7 @@ Id *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/sentinel_policy#id SentinelPolicy#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/sentinel_policy#id SentinelPolicy#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -1007,7 +1007,7 @@ Organization *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/sentinel_policy#organization SentinelPolicy#organization}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/sentinel_policy#organization SentinelPolicy#organization}.
---
diff --git a/docs/sentinelPolicy.java.md b/docs/sentinelPolicy.java.md
index 5d1814d5d..286729937 100644
--- a/docs/sentinelPolicy.java.md
+++ b/docs/sentinelPolicy.java.md
@@ -4,7 +4,7 @@
### SentinelPolicy
-Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/sentinel_policy tfe_sentinel_policy}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/sentinel_policy tfe_sentinel_policy}.
#### Initializers
@@ -43,12 +43,12 @@ SentinelPolicy.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/hashicorp/tfe/0.60.1/docs/resources/sentinel_policy#name SentinelPolicy#name}. |
-| policy
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/sentinel_policy#policy SentinelPolicy#policy}. |
-| description
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/sentinel_policy#description SentinelPolicy#description}. |
-| enforceMode
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/sentinel_policy#enforce_mode SentinelPolicy#enforce_mode}. |
-| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/sentinel_policy#id SentinelPolicy#id}. |
-| organization
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/sentinel_policy#organization SentinelPolicy#organization}. |
+| name
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/sentinel_policy#name SentinelPolicy#name}. |
+| policy
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/sentinel_policy#policy SentinelPolicy#policy}. |
+| description
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/sentinel_policy#description SentinelPolicy#description}. |
+| enforceMode
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/sentinel_policy#enforce_mode SentinelPolicy#enforce_mode}. |
+| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/sentinel_policy#id SentinelPolicy#id}. |
+| organization
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/sentinel_policy#organization SentinelPolicy#organization}. |
---
@@ -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/hashicorp/tfe/0.60.1/docs/resources/sentinel_policy#name SentinelPolicy#name}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/sentinel_policy#name SentinelPolicy#name}.
---
@@ -124,7 +124,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/sentinel_policy#policy SentinelPolicy#policy}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/sentinel_policy#policy SentinelPolicy#policy}.
---
@@ -132,7 +132,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/sentinel_policy#description SentinelPolicy#description}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/sentinel_policy#description SentinelPolicy#description}.
---
@@ -140,7 +140,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/sentinel_policy#enforce_mode SentinelPolicy#enforce_mode}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/sentinel_policy#enforce_mode SentinelPolicy#enforce_mode}.
---
@@ -148,7 +148,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/sentinel_policy#id SentinelPolicy#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/sentinel_policy#id SentinelPolicy#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you 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
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/sentinel_policy#organization SentinelPolicy#organization}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/sentinel_policy#organization SentinelPolicy#organization}.
---
@@ -614,7 +614,7 @@ The construct id used in the generated config for the SentinelPolicy to import.
The id of the existing SentinelPolicy that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/sentinel_policy#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/sentinel_policy#import import section} in the documentation of this resource for the id to use
---
@@ -980,12 +980,12 @@ SentinelPolicyConfig.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/hashicorp/tfe/0.60.1/docs/resources/sentinel_policy#name SentinelPolicy#name}. |
-| policy
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/sentinel_policy#policy SentinelPolicy#policy}. |
-| description
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/sentinel_policy#description SentinelPolicy#description}. |
-| enforceMode
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/sentinel_policy#enforce_mode SentinelPolicy#enforce_mode}. |
-| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/sentinel_policy#id SentinelPolicy#id}. |
-| organization
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/sentinel_policy#organization SentinelPolicy#organization}. |
+| name
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/sentinel_policy#name SentinelPolicy#name}. |
+| policy
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/sentinel_policy#policy SentinelPolicy#policy}. |
+| description
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/sentinel_policy#description SentinelPolicy#description}. |
+| enforceMode
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/sentinel_policy#enforce_mode SentinelPolicy#enforce_mode}. |
+| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/sentinel_policy#id SentinelPolicy#id}. |
+| organization
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/sentinel_policy#organization SentinelPolicy#organization}. |
---
@@ -1067,7 +1067,7 @@ public java.lang.String getName();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/sentinel_policy#name SentinelPolicy#name}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/sentinel_policy#name SentinelPolicy#name}.
---
@@ -1079,7 +1079,7 @@ public java.lang.String getPolicy();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/sentinel_policy#policy SentinelPolicy#policy}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/sentinel_policy#policy SentinelPolicy#policy}.
---
@@ -1091,7 +1091,7 @@ public java.lang.String getDescription();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/sentinel_policy#description SentinelPolicy#description}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/sentinel_policy#description SentinelPolicy#description}.
---
@@ -1103,7 +1103,7 @@ public java.lang.String getEnforceMode();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/sentinel_policy#enforce_mode SentinelPolicy#enforce_mode}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/sentinel_policy#enforce_mode SentinelPolicy#enforce_mode}.
---
@@ -1115,7 +1115,7 @@ public java.lang.String getId();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/sentinel_policy#id SentinelPolicy#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/sentinel_policy#id SentinelPolicy#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you 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 java.lang.String getOrganization();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/sentinel_policy#organization SentinelPolicy#organization}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/sentinel_policy#organization SentinelPolicy#organization}.
---
diff --git a/docs/sentinelPolicy.python.md b/docs/sentinelPolicy.python.md
index e969781d5..9fd27147d 100644
--- a/docs/sentinelPolicy.python.md
+++ b/docs/sentinelPolicy.python.md
@@ -4,7 +4,7 @@
### SentinelPolicy
-Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/sentinel_policy tfe_sentinel_policy}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/sentinel_policy tfe_sentinel_policy}.
#### Initializers
@@ -41,12 +41,12 @@ sentinelPolicy.SentinelPolicy(
| 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/hashicorp/tfe/0.60.1/docs/resources/sentinel_policy#name SentinelPolicy#name}. |
-| policy
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/sentinel_policy#policy SentinelPolicy#policy}. |
-| description
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/sentinel_policy#description SentinelPolicy#description}. |
-| enforce_mode
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/sentinel_policy#enforce_mode SentinelPolicy#enforce_mode}. |
-| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/sentinel_policy#id SentinelPolicy#id}. |
-| organization
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/sentinel_policy#organization SentinelPolicy#organization}. |
+| name
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/sentinel_policy#name SentinelPolicy#name}. |
+| policy
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/sentinel_policy#policy SentinelPolicy#policy}. |
+| description
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/sentinel_policy#description SentinelPolicy#description}. |
+| enforce_mode
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/sentinel_policy#enforce_mode SentinelPolicy#enforce_mode}. |
+| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/sentinel_policy#id SentinelPolicy#id}. |
+| organization
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/sentinel_policy#organization SentinelPolicy#organization}. |
---
@@ -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/hashicorp/tfe/0.60.1/docs/resources/sentinel_policy#name SentinelPolicy#name}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/sentinel_policy#name SentinelPolicy#name}.
---
@@ -122,7 +122,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/sentinel_policy#policy SentinelPolicy#policy}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/sentinel_policy#policy SentinelPolicy#policy}.
---
@@ -130,7 +130,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/sentinel_policy#description SentinelPolicy#description}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/sentinel_policy#description SentinelPolicy#description}.
---
@@ -138,7 +138,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/sentinel_policy#enforce_mode SentinelPolicy#enforce_mode}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/sentinel_policy#enforce_mode SentinelPolicy#enforce_mode}.
---
@@ -146,7 +146,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/sentinel_policy#id SentinelPolicy#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/sentinel_policy#id SentinelPolicy#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you 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
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/sentinel_policy#organization SentinelPolicy#organization}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/sentinel_policy#organization SentinelPolicy#organization}.
---
@@ -658,7 +658,7 @@ The construct id used in the generated config for the SentinelPolicy to import.
The id of the existing SentinelPolicy that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/sentinel_policy#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/sentinel_policy#import import section} in the documentation of this resource for the id to use
---
@@ -1020,12 +1020,12 @@ sentinelPolicy.SentinelPolicyConfig(
| 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/hashicorp/tfe/0.60.1/docs/resources/sentinel_policy#name SentinelPolicy#name}. |
-| policy
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/sentinel_policy#policy SentinelPolicy#policy}. |
-| description
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/sentinel_policy#description SentinelPolicy#description}. |
-| enforce_mode
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/sentinel_policy#enforce_mode SentinelPolicy#enforce_mode}. |
-| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/sentinel_policy#id SentinelPolicy#id}. |
-| organization
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/sentinel_policy#organization SentinelPolicy#organization}. |
+| name
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/sentinel_policy#name SentinelPolicy#name}. |
+| policy
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/sentinel_policy#policy SentinelPolicy#policy}. |
+| description
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/sentinel_policy#description SentinelPolicy#description}. |
+| enforce_mode
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/sentinel_policy#enforce_mode SentinelPolicy#enforce_mode}. |
+| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/sentinel_policy#id SentinelPolicy#id}. |
+| organization
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/sentinel_policy#organization SentinelPolicy#organization}. |
---
@@ -1107,7 +1107,7 @@ name: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/sentinel_policy#name SentinelPolicy#name}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/sentinel_policy#name SentinelPolicy#name}.
---
@@ -1119,7 +1119,7 @@ policy: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/sentinel_policy#policy SentinelPolicy#policy}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/sentinel_policy#policy SentinelPolicy#policy}.
---
@@ -1131,7 +1131,7 @@ description: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/sentinel_policy#description SentinelPolicy#description}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/sentinel_policy#description SentinelPolicy#description}.
---
@@ -1143,7 +1143,7 @@ enforce_mode: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/sentinel_policy#enforce_mode SentinelPolicy#enforce_mode}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/sentinel_policy#enforce_mode SentinelPolicy#enforce_mode}.
---
@@ -1155,7 +1155,7 @@ id: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/sentinel_policy#id SentinelPolicy#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/sentinel_policy#id SentinelPolicy#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -1170,7 +1170,7 @@ organization: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/sentinel_policy#organization SentinelPolicy#organization}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/sentinel_policy#organization SentinelPolicy#organization}.
---
diff --git a/docs/sentinelPolicy.typescript.md b/docs/sentinelPolicy.typescript.md
index e4ae8aee7..b0d45b16e 100644
--- a/docs/sentinelPolicy.typescript.md
+++ b/docs/sentinelPolicy.typescript.md
@@ -4,7 +4,7 @@
### SentinelPolicy
-Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/sentinel_policy tfe_sentinel_policy}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/sentinel_policy tfe_sentinel_policy}.
#### Initializers
@@ -495,7 +495,7 @@ The construct id used in the generated config for the SentinelPolicy to import.
The id of the existing SentinelPolicy that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/sentinel_policy#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/sentinel_policy#import import section} in the documentation of this resource for the id to use
---
@@ -843,12 +843,12 @@ const sentinelPolicyConfig: sentinelPolicy.SentinelPolicyConfig = { ... }
| 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/hashicorp/tfe/0.60.1/docs/resources/sentinel_policy#name SentinelPolicy#name}. |
-| policy
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/sentinel_policy#policy SentinelPolicy#policy}. |
-| description
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/sentinel_policy#description SentinelPolicy#description}. |
-| enforceMode
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/sentinel_policy#enforce_mode SentinelPolicy#enforce_mode}. |
-| id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/sentinel_policy#id SentinelPolicy#id}. |
-| organization
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/sentinel_policy#organization SentinelPolicy#organization}. |
+| name
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/sentinel_policy#name SentinelPolicy#name}. |
+| policy
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/sentinel_policy#policy SentinelPolicy#policy}. |
+| description
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/sentinel_policy#description SentinelPolicy#description}. |
+| enforceMode
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/sentinel_policy#enforce_mode SentinelPolicy#enforce_mode}. |
+| id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/sentinel_policy#id SentinelPolicy#id}. |
+| organization
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/sentinel_policy#organization SentinelPolicy#organization}. |
---
@@ -930,7 +930,7 @@ public readonly name: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/sentinel_policy#name SentinelPolicy#name}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/sentinel_policy#name SentinelPolicy#name}.
---
@@ -942,7 +942,7 @@ public readonly policy: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/sentinel_policy#policy SentinelPolicy#policy}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/sentinel_policy#policy SentinelPolicy#policy}.
---
@@ -954,7 +954,7 @@ public readonly description: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/sentinel_policy#description SentinelPolicy#description}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/sentinel_policy#description SentinelPolicy#description}.
---
@@ -966,7 +966,7 @@ public readonly enforceMode: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/sentinel_policy#enforce_mode SentinelPolicy#enforce_mode}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/sentinel_policy#enforce_mode SentinelPolicy#enforce_mode}.
---
@@ -978,7 +978,7 @@ public readonly id: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/sentinel_policy#id SentinelPolicy#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/sentinel_policy#id SentinelPolicy#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -993,7 +993,7 @@ public readonly organization: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/sentinel_policy#organization SentinelPolicy#organization}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/sentinel_policy#organization SentinelPolicy#organization}.
---
diff --git a/docs/sentinelVersion.csharp.md b/docs/sentinelVersion.csharp.md
index a198529ce..ed4205add 100644
--- a/docs/sentinelVersion.csharp.md
+++ b/docs/sentinelVersion.csharp.md
@@ -4,7 +4,7 @@
### SentinelVersion
-Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/sentinel_version tfe_sentinel_version}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/sentinel_version tfe_sentinel_version}.
#### Initializers
@@ -509,7 +509,7 @@ The construct id used in the generated config for the SentinelVersion to import.
The id of the existing SentinelVersion that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/sentinel_version#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/sentinel_version#import import section} in the documentation of this resource for the id to use
---
@@ -940,15 +940,15 @@ new SentinelVersionConfig {
| Lifecycle
| HashiCorp.Cdktf.TerraformResourceLifecycle
| *No description.* |
| Provider
| HashiCorp.Cdktf.TerraformProvider
| *No description.* |
| Provisioners
| object[]
| *No description.* |
-| Sha
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/sentinel_version#sha SentinelVersion#sha}. |
-| Url
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/sentinel_version#url SentinelVersion#url}. |
-| Version
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/sentinel_version#version SentinelVersion#version}. |
-| Beta
| object
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/sentinel_version#beta SentinelVersion#beta}. |
-| Deprecated
| object
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/sentinel_version#deprecated SentinelVersion#deprecated}. |
-| DeprecatedReason
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/sentinel_version#deprecated_reason SentinelVersion#deprecated_reason}. |
-| Enabled
| object
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/sentinel_version#enabled SentinelVersion#enabled}. |
-| Id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/sentinel_version#id SentinelVersion#id}. |
-| Official
| object
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/sentinel_version#official SentinelVersion#official}. |
+| Sha
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/sentinel_version#sha SentinelVersion#sha}. |
+| Url
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/sentinel_version#url SentinelVersion#url}. |
+| Version
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/sentinel_version#version SentinelVersion#version}. |
+| Beta
| object
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/sentinel_version#beta SentinelVersion#beta}. |
+| Deprecated
| object
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/sentinel_version#deprecated SentinelVersion#deprecated}. |
+| DeprecatedReason
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/sentinel_version#deprecated_reason SentinelVersion#deprecated_reason}. |
+| Enabled
| object
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/sentinel_version#enabled SentinelVersion#enabled}. |
+| Id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/sentinel_version#id SentinelVersion#id}. |
+| Official
| object
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/sentinel_version#official SentinelVersion#official}. |
---
@@ -1030,7 +1030,7 @@ public string Sha { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/sentinel_version#sha SentinelVersion#sha}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/sentinel_version#sha SentinelVersion#sha}.
---
@@ -1042,7 +1042,7 @@ public string Url { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/sentinel_version#url SentinelVersion#url}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/sentinel_version#url SentinelVersion#url}.
---
@@ -1054,7 +1054,7 @@ public string Version { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/sentinel_version#version SentinelVersion#version}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/sentinel_version#version SentinelVersion#version}.
---
@@ -1066,7 +1066,7 @@ public object Beta { get; set; }
- *Type:* object
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/sentinel_version#beta SentinelVersion#beta}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/sentinel_version#beta SentinelVersion#beta}.
---
@@ -1078,7 +1078,7 @@ public object Deprecated { get; set; }
- *Type:* object
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/sentinel_version#deprecated SentinelVersion#deprecated}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/sentinel_version#deprecated SentinelVersion#deprecated}.
---
@@ -1090,7 +1090,7 @@ public string DeprecatedReason { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/sentinel_version#deprecated_reason SentinelVersion#deprecated_reason}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/sentinel_version#deprecated_reason SentinelVersion#deprecated_reason}.
---
@@ -1102,7 +1102,7 @@ public object Enabled { get; set; }
- *Type:* object
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/sentinel_version#enabled SentinelVersion#enabled}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/sentinel_version#enabled SentinelVersion#enabled}.
---
@@ -1114,7 +1114,7 @@ public string Id { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/sentinel_version#id SentinelVersion#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/sentinel_version#id SentinelVersion#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you 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 object Official { get; set; }
- *Type:* object
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/sentinel_version#official SentinelVersion#official}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/sentinel_version#official SentinelVersion#official}.
---
diff --git a/docs/sentinelVersion.go.md b/docs/sentinelVersion.go.md
index a2d62ce04..0024ed126 100644
--- a/docs/sentinelVersion.go.md
+++ b/docs/sentinelVersion.go.md
@@ -4,7 +4,7 @@
### SentinelVersion
-Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/sentinel_version tfe_sentinel_version}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/sentinel_version tfe_sentinel_version}.
#### Initializers
@@ -509,7 +509,7 @@ The construct id used in the generated config for the SentinelVersion to import.
The id of the existing SentinelVersion that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/sentinel_version#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/sentinel_version#import import section} in the documentation of this resource for the id to use
---
@@ -940,15 +940,15 @@ import "github.com/cdktf/cdktf-provider-tfe-go/tfe/v11/sentinelversion"
| 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.* |
-| Sha
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/sentinel_version#sha SentinelVersion#sha}. |
-| Url
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/sentinel_version#url SentinelVersion#url}. |
-| Version
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/sentinel_version#version SentinelVersion#version}. |
-| Beta
| interface{}
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/sentinel_version#beta SentinelVersion#beta}. |
-| Deprecated
| interface{}
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/sentinel_version#deprecated SentinelVersion#deprecated}. |
-| DeprecatedReason
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/sentinel_version#deprecated_reason SentinelVersion#deprecated_reason}. |
-| Enabled
| interface{}
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/sentinel_version#enabled SentinelVersion#enabled}. |
-| Id
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/sentinel_version#id SentinelVersion#id}. |
-| Official
| interface{}
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/sentinel_version#official SentinelVersion#official}. |
+| Sha
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/sentinel_version#sha SentinelVersion#sha}. |
+| Url
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/sentinel_version#url SentinelVersion#url}. |
+| Version
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/sentinel_version#version SentinelVersion#version}. |
+| Beta
| interface{}
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/sentinel_version#beta SentinelVersion#beta}. |
+| Deprecated
| interface{}
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/sentinel_version#deprecated SentinelVersion#deprecated}. |
+| DeprecatedReason
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/sentinel_version#deprecated_reason SentinelVersion#deprecated_reason}. |
+| Enabled
| interface{}
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/sentinel_version#enabled SentinelVersion#enabled}. |
+| Id
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/sentinel_version#id SentinelVersion#id}. |
+| Official
| interface{}
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/sentinel_version#official SentinelVersion#official}. |
---
@@ -1030,7 +1030,7 @@ Sha *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/sentinel_version#sha SentinelVersion#sha}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/sentinel_version#sha SentinelVersion#sha}.
---
@@ -1042,7 +1042,7 @@ Url *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/sentinel_version#url SentinelVersion#url}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/sentinel_version#url SentinelVersion#url}.
---
@@ -1054,7 +1054,7 @@ Version *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/sentinel_version#version SentinelVersion#version}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/sentinel_version#version SentinelVersion#version}.
---
@@ -1066,7 +1066,7 @@ Beta interface{}
- *Type:* interface{}
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/sentinel_version#beta SentinelVersion#beta}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/sentinel_version#beta SentinelVersion#beta}.
---
@@ -1078,7 +1078,7 @@ Deprecated interface{}
- *Type:* interface{}
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/sentinel_version#deprecated SentinelVersion#deprecated}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/sentinel_version#deprecated SentinelVersion#deprecated}.
---
@@ -1090,7 +1090,7 @@ DeprecatedReason *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/sentinel_version#deprecated_reason SentinelVersion#deprecated_reason}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/sentinel_version#deprecated_reason SentinelVersion#deprecated_reason}.
---
@@ -1102,7 +1102,7 @@ Enabled interface{}
- *Type:* interface{}
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/sentinel_version#enabled SentinelVersion#enabled}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/sentinel_version#enabled SentinelVersion#enabled}.
---
@@ -1114,7 +1114,7 @@ Id *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/sentinel_version#id SentinelVersion#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/sentinel_version#id SentinelVersion#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you 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 @@ Official interface{}
- *Type:* interface{}
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/sentinel_version#official SentinelVersion#official}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/sentinel_version#official SentinelVersion#official}.
---
diff --git a/docs/sentinelVersion.java.md b/docs/sentinelVersion.java.md
index b58d40f8c..b85512c67 100644
--- a/docs/sentinelVersion.java.md
+++ b/docs/sentinelVersion.java.md
@@ -4,7 +4,7 @@
### SentinelVersion
-Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/sentinel_version tfe_sentinel_version}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/sentinel_version tfe_sentinel_version}.
#### Initializers
@@ -50,15 +50,15 @@ SentinelVersion.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.* |
-| sha
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/sentinel_version#sha SentinelVersion#sha}. |
-| url
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/sentinel_version#url SentinelVersion#url}. |
-| version
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/sentinel_version#version SentinelVersion#version}. |
-| beta
| java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/sentinel_version#beta SentinelVersion#beta}. |
-| deprecated
| java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/sentinel_version#deprecated SentinelVersion#deprecated}. |
-| deprecatedReason
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/sentinel_version#deprecated_reason SentinelVersion#deprecated_reason}. |
-| enabled
| java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/sentinel_version#enabled SentinelVersion#enabled}. |
-| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/sentinel_version#id SentinelVersion#id}. |
-| official
| java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/sentinel_version#official SentinelVersion#official}. |
+| sha
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/sentinel_version#sha SentinelVersion#sha}. |
+| url
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/sentinel_version#url SentinelVersion#url}. |
+| version
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/sentinel_version#version SentinelVersion#version}. |
+| beta
| java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/sentinel_version#beta SentinelVersion#beta}. |
+| deprecated
| java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/sentinel_version#deprecated SentinelVersion#deprecated}. |
+| deprecatedReason
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/sentinel_version#deprecated_reason SentinelVersion#deprecated_reason}. |
+| enabled
| java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/sentinel_version#enabled SentinelVersion#enabled}. |
+| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/sentinel_version#id SentinelVersion#id}. |
+| official
| java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/sentinel_version#official SentinelVersion#official}. |
---
@@ -126,7 +126,7 @@ Must be unique amongst siblings in the same scope
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/sentinel_version#sha SentinelVersion#sha}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/sentinel_version#sha SentinelVersion#sha}.
---
@@ -134,7 +134,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/sentinel_version#url SentinelVersion#url}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/sentinel_version#url SentinelVersion#url}.
---
@@ -142,7 +142,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/sentinel_version#version SentinelVersion#version}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/sentinel_version#version SentinelVersion#version}.
---
@@ -150,7 +150,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/sentinel_version#beta SentinelVersion#beta}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/sentinel_version#beta SentinelVersion#beta}.
---
@@ -158,7 +158,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/sentinel_version#deprecated SentinelVersion#deprecated}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/sentinel_version#deprecated SentinelVersion#deprecated}.
---
@@ -166,7 +166,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/sentinel_version#deprecated_reason SentinelVersion#deprecated_reason}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/sentinel_version#deprecated_reason SentinelVersion#deprecated_reason}.
---
@@ -174,7 +174,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/sentinel_version#enabled SentinelVersion#enabled}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/sentinel_version#enabled SentinelVersion#enabled}.
---
@@ -182,7 +182,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/sentinel_version#id SentinelVersion#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/sentinel_version#id SentinelVersion#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -193,7 +193,7 @@ If you experience problems setting this value it might not be settable. Please t
- *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/sentinel_version#official SentinelVersion#official}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/sentinel_version#official SentinelVersion#official}.
---
@@ -662,7 +662,7 @@ The construct id used in the generated config for the SentinelVersion to import.
The id of the existing SentinelVersion that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/sentinel_version#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/sentinel_version#import import section} in the documentation of this resource for the id to use
---
@@ -1101,15 +1101,15 @@ SentinelVersionConfig.builder()
| lifecycle
| com.hashicorp.cdktf.TerraformResourceLifecycle
| *No description.* |
| provider
| com.hashicorp.cdktf.TerraformProvider
| *No description.* |
| provisioners
| java.util.List
| *No description.* |
-| sha
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/sentinel_version#sha SentinelVersion#sha}. |
-| url
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/sentinel_version#url SentinelVersion#url}. |
-| version
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/sentinel_version#version SentinelVersion#version}. |
-| beta
| java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/sentinel_version#beta SentinelVersion#beta}. |
-| deprecated
| java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/sentinel_version#deprecated SentinelVersion#deprecated}. |
-| deprecatedReason
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/sentinel_version#deprecated_reason SentinelVersion#deprecated_reason}. |
-| enabled
| java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/sentinel_version#enabled SentinelVersion#enabled}. |
-| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/sentinel_version#id SentinelVersion#id}. |
-| official
| java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/sentinel_version#official SentinelVersion#official}. |
+| sha
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/sentinel_version#sha SentinelVersion#sha}. |
+| url
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/sentinel_version#url SentinelVersion#url}. |
+| version
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/sentinel_version#version SentinelVersion#version}. |
+| beta
| java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/sentinel_version#beta SentinelVersion#beta}. |
+| deprecated
| java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/sentinel_version#deprecated SentinelVersion#deprecated}. |
+| deprecatedReason
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/sentinel_version#deprecated_reason SentinelVersion#deprecated_reason}. |
+| enabled
| java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/sentinel_version#enabled SentinelVersion#enabled}. |
+| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/sentinel_version#id SentinelVersion#id}. |
+| official
| java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/sentinel_version#official SentinelVersion#official}. |
---
@@ -1191,7 +1191,7 @@ public java.lang.String getSha();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/sentinel_version#sha SentinelVersion#sha}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/sentinel_version#sha SentinelVersion#sha}.
---
@@ -1203,7 +1203,7 @@ public java.lang.String getUrl();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/sentinel_version#url SentinelVersion#url}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/sentinel_version#url SentinelVersion#url}.
---
@@ -1215,7 +1215,7 @@ public java.lang.String getVersion();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/sentinel_version#version SentinelVersion#version}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/sentinel_version#version SentinelVersion#version}.
---
@@ -1227,7 +1227,7 @@ public java.lang.Object getBeta();
- *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/sentinel_version#beta SentinelVersion#beta}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/sentinel_version#beta SentinelVersion#beta}.
---
@@ -1239,7 +1239,7 @@ public java.lang.Object getDeprecated();
- *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/sentinel_version#deprecated SentinelVersion#deprecated}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/sentinel_version#deprecated SentinelVersion#deprecated}.
---
@@ -1251,7 +1251,7 @@ public java.lang.String getDeprecatedReason();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/sentinel_version#deprecated_reason SentinelVersion#deprecated_reason}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/sentinel_version#deprecated_reason SentinelVersion#deprecated_reason}.
---
@@ -1263,7 +1263,7 @@ public java.lang.Object getEnabled();
- *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/sentinel_version#enabled SentinelVersion#enabled}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/sentinel_version#enabled SentinelVersion#enabled}.
---
@@ -1275,7 +1275,7 @@ public java.lang.String getId();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/sentinel_version#id SentinelVersion#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/sentinel_version#id SentinelVersion#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -1290,7 +1290,7 @@ public java.lang.Object getOfficial();
- *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/sentinel_version#official SentinelVersion#official}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/sentinel_version#official SentinelVersion#official}.
---
diff --git a/docs/sentinelVersion.python.md b/docs/sentinelVersion.python.md
index 112535a5b..199eb9be4 100644
--- a/docs/sentinelVersion.python.md
+++ b/docs/sentinelVersion.python.md
@@ -4,7 +4,7 @@
### SentinelVersion
-Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/sentinel_version tfe_sentinel_version}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/sentinel_version tfe_sentinel_version}.
#### Initializers
@@ -44,15 +44,15 @@ sentinelVersion.SentinelVersion(
| lifecycle
| cdktf.TerraformResourceLifecycle
| *No description.* |
| provider
| cdktf.TerraformProvider
| *No description.* |
| provisioners
| typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]]
| *No description.* |
-| sha
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/sentinel_version#sha SentinelVersion#sha}. |
-| url
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/sentinel_version#url SentinelVersion#url}. |
-| version
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/sentinel_version#version SentinelVersion#version}. |
-| beta
| typing.Union[bool, cdktf.IResolvable]
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/sentinel_version#beta SentinelVersion#beta}. |
-| deprecated
| typing.Union[bool, cdktf.IResolvable]
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/sentinel_version#deprecated SentinelVersion#deprecated}. |
-| deprecated_reason
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/sentinel_version#deprecated_reason SentinelVersion#deprecated_reason}. |
-| enabled
| typing.Union[bool, cdktf.IResolvable]
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/sentinel_version#enabled SentinelVersion#enabled}. |
-| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/sentinel_version#id SentinelVersion#id}. |
-| official
| typing.Union[bool, cdktf.IResolvable]
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/sentinel_version#official SentinelVersion#official}. |
+| sha
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/sentinel_version#sha SentinelVersion#sha}. |
+| url
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/sentinel_version#url SentinelVersion#url}. |
+| version
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/sentinel_version#version SentinelVersion#version}. |
+| beta
| typing.Union[bool, cdktf.IResolvable]
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/sentinel_version#beta SentinelVersion#beta}. |
+| deprecated
| typing.Union[bool, cdktf.IResolvable]
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/sentinel_version#deprecated SentinelVersion#deprecated}. |
+| deprecated_reason
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/sentinel_version#deprecated_reason SentinelVersion#deprecated_reason}. |
+| enabled
| typing.Union[bool, cdktf.IResolvable]
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/sentinel_version#enabled SentinelVersion#enabled}. |
+| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/sentinel_version#id SentinelVersion#id}. |
+| official
| typing.Union[bool, cdktf.IResolvable]
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/sentinel_version#official SentinelVersion#official}. |
---
@@ -120,7 +120,7 @@ Must be unique amongst siblings in the same scope
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/sentinel_version#sha SentinelVersion#sha}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/sentinel_version#sha SentinelVersion#sha}.
---
@@ -128,7 +128,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/sentinel_version#url SentinelVersion#url}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/sentinel_version#url SentinelVersion#url}.
---
@@ -136,7 +136,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/sentinel_version#version SentinelVersion#version}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/sentinel_version#version SentinelVersion#version}.
---
@@ -144,7 +144,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* typing.Union[bool, cdktf.IResolvable]
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/sentinel_version#beta SentinelVersion#beta}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/sentinel_version#beta SentinelVersion#beta}.
---
@@ -152,7 +152,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* typing.Union[bool, cdktf.IResolvable]
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/sentinel_version#deprecated SentinelVersion#deprecated}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/sentinel_version#deprecated SentinelVersion#deprecated}.
---
@@ -160,7 +160,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/sentinel_version#deprecated_reason SentinelVersion#deprecated_reason}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/sentinel_version#deprecated_reason SentinelVersion#deprecated_reason}.
---
@@ -168,7 +168,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* typing.Union[bool, cdktf.IResolvable]
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/sentinel_version#enabled SentinelVersion#enabled}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/sentinel_version#enabled SentinelVersion#enabled}.
---
@@ -176,7 +176,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/sentinel_version#id SentinelVersion#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/sentinel_version#id SentinelVersion#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -187,7 +187,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/hashicorp/tfe/0.60.1/docs/resources/sentinel_version#official SentinelVersion#official}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/sentinel_version#official SentinelVersion#official}.
---
@@ -702,7 +702,7 @@ The construct id used in the generated config for the SentinelVersion to import.
The id of the existing SentinelVersion that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/sentinel_version#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/sentinel_version#import import section} in the documentation of this resource for the id to use
---
@@ -1133,15 +1133,15 @@ sentinelVersion.SentinelVersionConfig(
| lifecycle
| cdktf.TerraformResourceLifecycle
| *No description.* |
| provider
| cdktf.TerraformProvider
| *No description.* |
| provisioners
| typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]]
| *No description.* |
-| sha
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/sentinel_version#sha SentinelVersion#sha}. |
-| url
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/sentinel_version#url SentinelVersion#url}. |
-| version
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/sentinel_version#version SentinelVersion#version}. |
-| beta
| typing.Union[bool, cdktf.IResolvable]
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/sentinel_version#beta SentinelVersion#beta}. |
-| deprecated
| typing.Union[bool, cdktf.IResolvable]
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/sentinel_version#deprecated SentinelVersion#deprecated}. |
-| deprecated_reason
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/sentinel_version#deprecated_reason SentinelVersion#deprecated_reason}. |
-| enabled
| typing.Union[bool, cdktf.IResolvable]
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/sentinel_version#enabled SentinelVersion#enabled}. |
-| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/sentinel_version#id SentinelVersion#id}. |
-| official
| typing.Union[bool, cdktf.IResolvable]
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/sentinel_version#official SentinelVersion#official}. |
+| sha
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/sentinel_version#sha SentinelVersion#sha}. |
+| url
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/sentinel_version#url SentinelVersion#url}. |
+| version
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/sentinel_version#version SentinelVersion#version}. |
+| beta
| typing.Union[bool, cdktf.IResolvable]
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/sentinel_version#beta SentinelVersion#beta}. |
+| deprecated
| typing.Union[bool, cdktf.IResolvable]
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/sentinel_version#deprecated SentinelVersion#deprecated}. |
+| deprecated_reason
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/sentinel_version#deprecated_reason SentinelVersion#deprecated_reason}. |
+| enabled
| typing.Union[bool, cdktf.IResolvable]
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/sentinel_version#enabled SentinelVersion#enabled}. |
+| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/sentinel_version#id SentinelVersion#id}. |
+| official
| typing.Union[bool, cdktf.IResolvable]
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/sentinel_version#official SentinelVersion#official}. |
---
@@ -1223,7 +1223,7 @@ sha: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/sentinel_version#sha SentinelVersion#sha}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/sentinel_version#sha SentinelVersion#sha}.
---
@@ -1235,7 +1235,7 @@ url: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/sentinel_version#url SentinelVersion#url}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/sentinel_version#url SentinelVersion#url}.
---
@@ -1247,7 +1247,7 @@ version: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/sentinel_version#version SentinelVersion#version}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/sentinel_version#version SentinelVersion#version}.
---
@@ -1259,7 +1259,7 @@ beta: typing.Union[bool, IResolvable]
- *Type:* typing.Union[bool, cdktf.IResolvable]
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/sentinel_version#beta SentinelVersion#beta}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/sentinel_version#beta SentinelVersion#beta}.
---
@@ -1271,7 +1271,7 @@ deprecated: typing.Union[bool, IResolvable]
- *Type:* typing.Union[bool, cdktf.IResolvable]
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/sentinel_version#deprecated SentinelVersion#deprecated}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/sentinel_version#deprecated SentinelVersion#deprecated}.
---
@@ -1283,7 +1283,7 @@ deprecated_reason: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/sentinel_version#deprecated_reason SentinelVersion#deprecated_reason}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/sentinel_version#deprecated_reason SentinelVersion#deprecated_reason}.
---
@@ -1295,7 +1295,7 @@ enabled: typing.Union[bool, IResolvable]
- *Type:* typing.Union[bool, cdktf.IResolvable]
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/sentinel_version#enabled SentinelVersion#enabled}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/sentinel_version#enabled SentinelVersion#enabled}.
---
@@ -1307,7 +1307,7 @@ id: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/sentinel_version#id SentinelVersion#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/sentinel_version#id SentinelVersion#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -1322,7 +1322,7 @@ official: typing.Union[bool, IResolvable]
- *Type:* typing.Union[bool, cdktf.IResolvable]
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/sentinel_version#official SentinelVersion#official}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/sentinel_version#official SentinelVersion#official}.
---
diff --git a/docs/sentinelVersion.typescript.md b/docs/sentinelVersion.typescript.md
index 24ec7865c..6499b23f6 100644
--- a/docs/sentinelVersion.typescript.md
+++ b/docs/sentinelVersion.typescript.md
@@ -4,7 +4,7 @@
### SentinelVersion
-Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/sentinel_version tfe_sentinel_version}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/sentinel_version tfe_sentinel_version}.
#### Initializers
@@ -509,7 +509,7 @@ The construct id used in the generated config for the SentinelVersion to import.
The id of the existing SentinelVersion that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/sentinel_version#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/sentinel_version#import import section} in the documentation of this resource for the id to use
---
@@ -923,15 +923,15 @@ const sentinelVersionConfig: sentinelVersion.SentinelVersionConfig = { ... }
| lifecycle
| cdktf.TerraformResourceLifecycle
| *No description.* |
| provider
| cdktf.TerraformProvider
| *No description.* |
| provisioners
| cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[]
| *No description.* |
-| sha
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/sentinel_version#sha SentinelVersion#sha}. |
-| url
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/sentinel_version#url SentinelVersion#url}. |
-| version
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/sentinel_version#version SentinelVersion#version}. |
-| beta
| boolean \| cdktf.IResolvable
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/sentinel_version#beta SentinelVersion#beta}. |
-| deprecated
| boolean \| cdktf.IResolvable
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/sentinel_version#deprecated SentinelVersion#deprecated}. |
-| deprecatedReason
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/sentinel_version#deprecated_reason SentinelVersion#deprecated_reason}. |
-| enabled
| boolean \| cdktf.IResolvable
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/sentinel_version#enabled SentinelVersion#enabled}. |
-| id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/sentinel_version#id SentinelVersion#id}. |
-| official
| boolean \| cdktf.IResolvable
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/sentinel_version#official SentinelVersion#official}. |
+| sha
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/sentinel_version#sha SentinelVersion#sha}. |
+| url
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/sentinel_version#url SentinelVersion#url}. |
+| version
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/sentinel_version#version SentinelVersion#version}. |
+| beta
| boolean \| cdktf.IResolvable
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/sentinel_version#beta SentinelVersion#beta}. |
+| deprecated
| boolean \| cdktf.IResolvable
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/sentinel_version#deprecated SentinelVersion#deprecated}. |
+| deprecatedReason
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/sentinel_version#deprecated_reason SentinelVersion#deprecated_reason}. |
+| enabled
| boolean \| cdktf.IResolvable
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/sentinel_version#enabled SentinelVersion#enabled}. |
+| id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/sentinel_version#id SentinelVersion#id}. |
+| official
| boolean \| cdktf.IResolvable
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/sentinel_version#official SentinelVersion#official}. |
---
@@ -1013,7 +1013,7 @@ public readonly sha: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/sentinel_version#sha SentinelVersion#sha}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/sentinel_version#sha SentinelVersion#sha}.
---
@@ -1025,7 +1025,7 @@ public readonly url: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/sentinel_version#url SentinelVersion#url}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/sentinel_version#url SentinelVersion#url}.
---
@@ -1037,7 +1037,7 @@ public readonly version: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/sentinel_version#version SentinelVersion#version}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/sentinel_version#version SentinelVersion#version}.
---
@@ -1049,7 +1049,7 @@ public readonly beta: boolean | IResolvable;
- *Type:* boolean | cdktf.IResolvable
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/sentinel_version#beta SentinelVersion#beta}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/sentinel_version#beta SentinelVersion#beta}.
---
@@ -1061,7 +1061,7 @@ public readonly deprecated: boolean | IResolvable;
- *Type:* boolean | cdktf.IResolvable
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/sentinel_version#deprecated SentinelVersion#deprecated}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/sentinel_version#deprecated SentinelVersion#deprecated}.
---
@@ -1073,7 +1073,7 @@ public readonly deprecatedReason: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/sentinel_version#deprecated_reason SentinelVersion#deprecated_reason}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/sentinel_version#deprecated_reason SentinelVersion#deprecated_reason}.
---
@@ -1085,7 +1085,7 @@ public readonly enabled: boolean | IResolvable;
- *Type:* boolean | cdktf.IResolvable
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/sentinel_version#enabled SentinelVersion#enabled}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/sentinel_version#enabled SentinelVersion#enabled}.
---
@@ -1097,7 +1097,7 @@ public readonly id: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/sentinel_version#id SentinelVersion#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/sentinel_version#id SentinelVersion#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you 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 readonly official: boolean | IResolvable;
- *Type:* boolean | cdktf.IResolvable
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/sentinel_version#official SentinelVersion#official}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/sentinel_version#official SentinelVersion#official}.
---
diff --git a/docs/sshKey.csharp.md b/docs/sshKey.csharp.md
index f7bd48724..e501e2a57 100644
--- a/docs/sshKey.csharp.md
+++ b/docs/sshKey.csharp.md
@@ -4,7 +4,7 @@
### SshKey
-Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/ssh_key tfe_ssh_key}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/ssh_key tfe_ssh_key}.
#### Initializers
@@ -481,7 +481,7 @@ The construct id used in the generated config for the SshKey to import.
The id of the existing SshKey that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/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/hashicorp/tfe/0.61.0/docs/resources/ssh_key#import import section} in the documentation of this resource for the id to use
---
@@ -797,10 +797,10 @@ new SshKeyConfig {
| Lifecycle
| HashiCorp.Cdktf.TerraformResourceLifecycle
| *No description.* |
| Provider
| HashiCorp.Cdktf.TerraformProvider
| *No description.* |
| Provisioners
| object[]
| *No description.* |
-| Key
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/ssh_key#key SshKey#key}. |
-| Name
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/ssh_key#name SshKey#name}. |
-| Id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/ssh_key#id SshKey#id}. |
-| Organization
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/ssh_key#organization SshKey#organization}. |
+| Key
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/ssh_key#key SshKey#key}. |
+| Name
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/ssh_key#name SshKey#name}. |
+| Id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/ssh_key#id SshKey#id}. |
+| Organization
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/ssh_key#organization SshKey#organization}. |
---
@@ -882,7 +882,7 @@ public string Key { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/ssh_key#key SshKey#key}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/ssh_key#key SshKey#key}.
---
@@ -894,7 +894,7 @@ public string Name { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/ssh_key#name SshKey#name}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/ssh_key#name SshKey#name}.
---
@@ -906,7 +906,7 @@ public string Id { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/ssh_key#id SshKey#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/ssh_key#id SshKey#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -921,7 +921,7 @@ public string Organization { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/ssh_key#organization SshKey#organization}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/ssh_key#organization SshKey#organization}.
---
diff --git a/docs/sshKey.go.md b/docs/sshKey.go.md
index c6ff4fa55..6ad076b0b 100644
--- a/docs/sshKey.go.md
+++ b/docs/sshKey.go.md
@@ -4,7 +4,7 @@
### SshKey
-Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/ssh_key tfe_ssh_key}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/ssh_key tfe_ssh_key}.
#### Initializers
@@ -481,7 +481,7 @@ The construct id used in the generated config for the SshKey to import.
The id of the existing SshKey that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/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/hashicorp/tfe/0.61.0/docs/resources/ssh_key#import import section} in the documentation of this resource for the id to use
---
@@ -797,10 +797,10 @@ import "github.com/cdktf/cdktf-provider-tfe-go/tfe/v11/sshkey"
| 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.* |
-| Key
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/ssh_key#key SshKey#key}. |
-| Name
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/ssh_key#name SshKey#name}. |
-| Id
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/ssh_key#id SshKey#id}. |
-| Organization
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/ssh_key#organization SshKey#organization}. |
+| Key
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/ssh_key#key SshKey#key}. |
+| Name
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/ssh_key#name SshKey#name}. |
+| Id
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/ssh_key#id SshKey#id}. |
+| Organization
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/ssh_key#organization SshKey#organization}. |
---
@@ -882,7 +882,7 @@ Key *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/ssh_key#key SshKey#key}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/ssh_key#key SshKey#key}.
---
@@ -894,7 +894,7 @@ Name *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/ssh_key#name SshKey#name}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/ssh_key#name SshKey#name}.
---
@@ -906,7 +906,7 @@ Id *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/ssh_key#id SshKey#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/ssh_key#id SshKey#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -921,7 +921,7 @@ Organization *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/ssh_key#organization SshKey#organization}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/ssh_key#organization SshKey#organization}.
---
diff --git a/docs/sshKey.java.md b/docs/sshKey.java.md
index b2abf3a85..034ff5ba8 100644
--- a/docs/sshKey.java.md
+++ b/docs/sshKey.java.md
@@ -4,7 +4,7 @@
### SshKey
-Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/ssh_key tfe_ssh_key}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/ssh_key tfe_ssh_key}.
#### Initializers
@@ -41,10 +41,10 @@ SshKey.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.* |
-| key
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/ssh_key#key SshKey#key}. |
-| name
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/ssh_key#name SshKey#name}. |
-| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/ssh_key#id SshKey#id}. |
-| organization
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/ssh_key#organization SshKey#organization}. |
+| key
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/ssh_key#key SshKey#key}. |
+| name
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/ssh_key#name SshKey#name}. |
+| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/ssh_key#id SshKey#id}. |
+| organization
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/ssh_key#organization SshKey#organization}. |
---
@@ -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/hashicorp/tfe/0.60.1/docs/resources/ssh_key#key SshKey#key}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/ssh_key#key SshKey#key}.
---
@@ -120,7 +120,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/ssh_key#name SshKey#name}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/ssh_key#name SshKey#name}.
---
@@ -128,7 +128,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/ssh_key#id SshKey#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/ssh_key#id SshKey#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you 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/hashicorp/tfe/0.60.1/docs/resources/ssh_key#organization SshKey#organization}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/ssh_key#organization SshKey#organization}.
---
@@ -580,7 +580,7 @@ The construct id used in the generated config for the SshKey to import.
The id of the existing SshKey that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/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/hashicorp/tfe/0.61.0/docs/resources/ssh_key#import import section} in the documentation of this resource for the id to use
---
@@ -900,10 +900,10 @@ SshKeyConfig.builder()
| lifecycle
| com.hashicorp.cdktf.TerraformResourceLifecycle
| *No description.* |
| provider
| com.hashicorp.cdktf.TerraformProvider
| *No description.* |
| provisioners
| java.util.List
| *No description.* |
-| key
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/ssh_key#key SshKey#key}. |
-| name
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/ssh_key#name SshKey#name}. |
-| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/ssh_key#id SshKey#id}. |
-| organization
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/ssh_key#organization SshKey#organization}. |
+| key
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/ssh_key#key SshKey#key}. |
+| name
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/ssh_key#name SshKey#name}. |
+| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/ssh_key#id SshKey#id}. |
+| organization
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/ssh_key#organization SshKey#organization}. |
---
@@ -985,7 +985,7 @@ public java.lang.String getKey();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/ssh_key#key SshKey#key}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/ssh_key#key SshKey#key}.
---
@@ -997,7 +997,7 @@ public java.lang.String getName();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/ssh_key#name SshKey#name}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/ssh_key#name SshKey#name}.
---
@@ -1009,7 +1009,7 @@ public java.lang.String getId();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/ssh_key#id SshKey#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/ssh_key#id SshKey#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you 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 getOrganization();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/ssh_key#organization SshKey#organization}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/ssh_key#organization SshKey#organization}.
---
diff --git a/docs/sshKey.python.md b/docs/sshKey.python.md
index ef79e7ad2..c89cf2efd 100644
--- a/docs/sshKey.python.md
+++ b/docs/sshKey.python.md
@@ -4,7 +4,7 @@
### SshKey
-Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/ssh_key tfe_ssh_key}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/ssh_key tfe_ssh_key}.
#### Initializers
@@ -39,10 +39,10 @@ sshKey.SshKey(
| lifecycle
| cdktf.TerraformResourceLifecycle
| *No description.* |
| provider
| cdktf.TerraformProvider
| *No description.* |
| provisioners
| typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]]
| *No description.* |
-| key
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/ssh_key#key SshKey#key}. |
-| name
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/ssh_key#name SshKey#name}. |
-| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/ssh_key#id SshKey#id}. |
-| organization
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/ssh_key#organization SshKey#organization}. |
+| key
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/ssh_key#key SshKey#key}. |
+| name
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/ssh_key#name SshKey#name}. |
+| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/ssh_key#id SshKey#id}. |
+| organization
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/ssh_key#organization SshKey#organization}. |
---
@@ -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/hashicorp/tfe/0.60.1/docs/resources/ssh_key#key SshKey#key}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/ssh_key#key SshKey#key}.
---
@@ -118,7 +118,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/ssh_key#name SshKey#name}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/ssh_key#name SshKey#name}.
---
@@ -126,7 +126,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/ssh_key#id SshKey#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/ssh_key#id SshKey#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you 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/hashicorp/tfe/0.60.1/docs/resources/ssh_key#organization SshKey#organization}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/ssh_key#organization SshKey#organization}.
---
@@ -624,7 +624,7 @@ The construct id used in the generated config for the SshKey to import.
The id of the existing SshKey that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/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/hashicorp/tfe/0.61.0/docs/resources/ssh_key#import import section} in the documentation of this resource for the id to use
---
@@ -940,10 +940,10 @@ sshKey.SshKeyConfig(
| lifecycle
| cdktf.TerraformResourceLifecycle
| *No description.* |
| provider
| cdktf.TerraformProvider
| *No description.* |
| provisioners
| typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]]
| *No description.* |
-| key
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/ssh_key#key SshKey#key}. |
-| name
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/ssh_key#name SshKey#name}. |
-| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/ssh_key#id SshKey#id}. |
-| organization
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/ssh_key#organization SshKey#organization}. |
+| key
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/ssh_key#key SshKey#key}. |
+| name
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/ssh_key#name SshKey#name}. |
+| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/ssh_key#id SshKey#id}. |
+| organization
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/ssh_key#organization SshKey#organization}. |
---
@@ -1025,7 +1025,7 @@ key: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/ssh_key#key SshKey#key}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/ssh_key#key SshKey#key}.
---
@@ -1037,7 +1037,7 @@ name: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/ssh_key#name SshKey#name}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/ssh_key#name SshKey#name}.
---
@@ -1049,7 +1049,7 @@ id: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/ssh_key#id SshKey#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/ssh_key#id SshKey#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -1064,7 +1064,7 @@ organization: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/ssh_key#organization SshKey#organization}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/ssh_key#organization SshKey#organization}.
---
diff --git a/docs/sshKey.typescript.md b/docs/sshKey.typescript.md
index 71202c8eb..6c3b491c7 100644
--- a/docs/sshKey.typescript.md
+++ b/docs/sshKey.typescript.md
@@ -4,7 +4,7 @@
### SshKey
-Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/ssh_key tfe_ssh_key}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/ssh_key tfe_ssh_key}.
#### Initializers
@@ -481,7 +481,7 @@ The construct id used in the generated config for the SshKey to import.
The id of the existing SshKey that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/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/hashicorp/tfe/0.61.0/docs/resources/ssh_key#import import section} in the documentation of this resource for the id to use
---
@@ -785,10 +785,10 @@ const sshKeyConfig: sshKey.SshKeyConfig = { ... }
| lifecycle
| cdktf.TerraformResourceLifecycle
| *No description.* |
| provider
| cdktf.TerraformProvider
| *No description.* |
| provisioners
| cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[]
| *No description.* |
-| key
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/ssh_key#key SshKey#key}. |
-| name
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/ssh_key#name SshKey#name}. |
-| id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/ssh_key#id SshKey#id}. |
-| organization
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/ssh_key#organization SshKey#organization}. |
+| key
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/ssh_key#key SshKey#key}. |
+| name
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/ssh_key#name SshKey#name}. |
+| id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/ssh_key#id SshKey#id}. |
+| organization
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/ssh_key#organization SshKey#organization}. |
---
@@ -870,7 +870,7 @@ public readonly key: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/ssh_key#key SshKey#key}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/ssh_key#key SshKey#key}.
---
@@ -882,7 +882,7 @@ public readonly name: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/ssh_key#name SshKey#name}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/ssh_key#name SshKey#name}.
---
@@ -894,7 +894,7 @@ public readonly id: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/ssh_key#id SshKey#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/ssh_key#id SshKey#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -909,7 +909,7 @@ public readonly organization: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/ssh_key#organization SshKey#organization}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/ssh_key#organization SshKey#organization}.
---
diff --git a/docs/stack.csharp.md b/docs/stack.csharp.md
index 4017f71b2..2aafeb34d 100644
--- a/docs/stack.csharp.md
+++ b/docs/stack.csharp.md
@@ -4,7 +4,7 @@
### Stack
-Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/stack tfe_stack}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/stack tfe_stack}.
#### Initializers
@@ -494,7 +494,7 @@ The construct id used in the generated config for the Stack to import.
The id of the existing Stack that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/stack#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/stack#import import section} in the documentation of this resource for the id to use
---
@@ -941,7 +941,7 @@ public string Name { get; set; }
Name of the Stack.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/stack#name Stack#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/stack#name Stack#name}
---
@@ -955,7 +955,7 @@ public string ProjectId { get; set; }
ID of the project that the Stack belongs to.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/stack#project_id Stack#project_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/stack#project_id Stack#project_id}
---
@@ -969,7 +969,7 @@ public string Description { get; set; }
Description of the Stack.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/stack#description Stack#description}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/stack#description Stack#description}
---
@@ -983,7 +983,7 @@ public StackVcsRepo VcsRepo { get; set; }
vcs_repo block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/stack#vcs_repo Stack#vcs_repo}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/stack#vcs_repo Stack#vcs_repo}
---
@@ -1023,7 +1023,7 @@ public string Identifier { get; set; }
Identifier of the VCS repository.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/stack#identifier Stack#identifier}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/stack#identifier Stack#identifier}
---
@@ -1037,7 +1037,7 @@ public string Branch { get; set; }
The repository branch that Terraform should use. This defaults to the respository's default branch (e.g. main).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/stack#branch Stack#branch}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/stack#branch Stack#branch}
---
@@ -1053,7 +1053,7 @@ The installation ID of the GitHub App.
This conflicts with `oauth_token_id` and can only be used if `oauth_token_id` is not used.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/stack#github_app_installation_id Stack#github_app_installation_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/stack#github_app_installation_id Stack#github_app_installation_id}
---
@@ -1069,7 +1069,7 @@ The VCS Connection to use.
This ID can be obtained from a `tfe_oauth_client` resource. This conflicts with `github_app_installation_id` and can only be used if `github_app_installation_id` is not used.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/stack#oauth_token_id Stack#oauth_token_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/stack#oauth_token_id Stack#oauth_token_id}
---
diff --git a/docs/stack.go.md b/docs/stack.go.md
index c7e4526d4..8b3b2fa15 100644
--- a/docs/stack.go.md
+++ b/docs/stack.go.md
@@ -4,7 +4,7 @@
### Stack
-Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/stack tfe_stack}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/stack tfe_stack}.
#### Initializers
@@ -494,7 +494,7 @@ The construct id used in the generated config for the Stack to import.
The id of the existing Stack that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/stack#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/stack#import import section} in the documentation of this resource for the id to use
---
@@ -941,7 +941,7 @@ Name *string
Name of the Stack.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/stack#name Stack#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/stack#name Stack#name}
---
@@ -955,7 +955,7 @@ ProjectId *string
ID of the project that the Stack belongs to.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/stack#project_id Stack#project_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/stack#project_id Stack#project_id}
---
@@ -969,7 +969,7 @@ Description *string
Description of the Stack.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/stack#description Stack#description}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/stack#description Stack#description}
---
@@ -983,7 +983,7 @@ VcsRepo StackVcsRepo
vcs_repo block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/stack#vcs_repo Stack#vcs_repo}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/stack#vcs_repo Stack#vcs_repo}
---
@@ -1023,7 +1023,7 @@ Identifier *string
Identifier of the VCS repository.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/stack#identifier Stack#identifier}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/stack#identifier Stack#identifier}
---
@@ -1037,7 +1037,7 @@ Branch *string
The repository branch that Terraform should use. This defaults to the respository's default branch (e.g. main).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/stack#branch Stack#branch}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/stack#branch Stack#branch}
---
@@ -1053,7 +1053,7 @@ The installation ID of the GitHub App.
This conflicts with `oauth_token_id` and can only be used if `oauth_token_id` is not used.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/stack#github_app_installation_id Stack#github_app_installation_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/stack#github_app_installation_id Stack#github_app_installation_id}
---
@@ -1069,7 +1069,7 @@ The VCS Connection to use.
This ID can be obtained from a `tfe_oauth_client` resource. This conflicts with `github_app_installation_id` and can only be used if `github_app_installation_id` is not used.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/stack#oauth_token_id Stack#oauth_token_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/stack#oauth_token_id Stack#oauth_token_id}
---
diff --git a/docs/stack.java.md b/docs/stack.java.md
index 33cc7510d..41d7c9a1d 100644
--- a/docs/stack.java.md
+++ b/docs/stack.java.md
@@ -4,7 +4,7 @@
### Stack
-Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/stack tfe_stack}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/stack tfe_stack}.
#### Initializers
@@ -114,7 +114,7 @@ Must be unique amongst siblings in the same scope
Name of the Stack.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/stack#name Stack#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/stack#name Stack#name}
---
@@ -124,7 +124,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
ID of the project that the Stack belongs to.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/stack#project_id Stack#project_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/stack#project_id Stack#project_id}
---
@@ -134,7 +134,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
Description of the Stack.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/stack#description Stack#description}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/stack#description Stack#description}
---
@@ -144,7 +144,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
vcs_repo block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/stack#vcs_repo Stack#vcs_repo}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/stack#vcs_repo Stack#vcs_repo}
---
@@ -598,7 +598,7 @@ The construct id used in the generated config for the Stack to import.
The id of the existing Stack that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/stack#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/stack#import import section} in the documentation of this resource for the id to use
---
@@ -1049,7 +1049,7 @@ public java.lang.String getName();
Name of the Stack.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/stack#name Stack#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/stack#name Stack#name}
---
@@ -1063,7 +1063,7 @@ public java.lang.String getProjectId();
ID of the project that the Stack belongs to.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/stack#project_id Stack#project_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/stack#project_id Stack#project_id}
---
@@ -1077,7 +1077,7 @@ public java.lang.String getDescription();
Description of the Stack.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/stack#description Stack#description}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/stack#description Stack#description}
---
@@ -1091,7 +1091,7 @@ public StackVcsRepo getVcsRepo();
vcs_repo block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/stack#vcs_repo Stack#vcs_repo}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/stack#vcs_repo Stack#vcs_repo}
---
@@ -1131,7 +1131,7 @@ public java.lang.String getIdentifier();
Identifier of the VCS repository.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/stack#identifier Stack#identifier}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/stack#identifier Stack#identifier}
---
@@ -1145,7 +1145,7 @@ public java.lang.String getBranch();
The repository branch that Terraform should use. This defaults to the respository's default branch (e.g. main).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/stack#branch Stack#branch}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/stack#branch Stack#branch}
---
@@ -1161,7 +1161,7 @@ The installation ID of the GitHub App.
This conflicts with `oauth_token_id` and can only be used if `oauth_token_id` is not used.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/stack#github_app_installation_id Stack#github_app_installation_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/stack#github_app_installation_id Stack#github_app_installation_id}
---
@@ -1177,7 +1177,7 @@ The VCS Connection to use.
This ID can be obtained from a `tfe_oauth_client` resource. This conflicts with `github_app_installation_id` and can only be used if `github_app_installation_id` is not used.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/stack#oauth_token_id Stack#oauth_token_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/stack#oauth_token_id Stack#oauth_token_id}
---
diff --git a/docs/stack.python.md b/docs/stack.python.md
index 86782f4ee..ed9a80bd0 100644
--- a/docs/stack.python.md
+++ b/docs/stack.python.md
@@ -4,7 +4,7 @@
### Stack
-Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/stack tfe_stack}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/stack tfe_stack}.
#### Initializers
@@ -112,7 +112,7 @@ Must be unique amongst siblings in the same scope
Name of the Stack.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/stack#name Stack#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/stack#name Stack#name}
---
@@ -122,7 +122,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
ID of the project that the Stack belongs to.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/stack#project_id Stack#project_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/stack#project_id Stack#project_id}
---
@@ -132,7 +132,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
Description of the Stack.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/stack#description Stack#description}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/stack#description Stack#description}
---
@@ -142,7 +142,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
vcs_repo block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/stack#vcs_repo Stack#vcs_repo}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/stack#vcs_repo Stack#vcs_repo}
---
@@ -521,7 +521,7 @@ def put_vcs_repo(
Identifier of the VCS repository.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/stack#identifier Stack#identifier}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/stack#identifier Stack#identifier}
---
@@ -531,7 +531,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
The repository branch that Terraform should use. This defaults to the respository's default branch (e.g. main).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/stack#branch Stack#branch}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/stack#branch Stack#branch}
---
@@ -543,7 +543,7 @@ The installation ID of the GitHub App.
This conflicts with `oauth_token_id` and can only be used if `oauth_token_id` is not used.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/stack#github_app_installation_id Stack#github_app_installation_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/stack#github_app_installation_id Stack#github_app_installation_id}
---
@@ -555,7 +555,7 @@ The VCS Connection to use.
This ID can be obtained from a `tfe_oauth_client` resource. This conflicts with `github_app_installation_id` and can only be used if `github_app_installation_id` is not used.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/stack#oauth_token_id Stack#oauth_token_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/stack#oauth_token_id Stack#oauth_token_id}
---
@@ -685,7 +685,7 @@ The construct id used in the generated config for the Stack to import.
The id of the existing Stack that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/stack#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/stack#import import section} in the documentation of this resource for the id to use
---
@@ -1132,7 +1132,7 @@ name: str
Name of the Stack.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/stack#name Stack#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/stack#name Stack#name}
---
@@ -1146,7 +1146,7 @@ project_id: str
ID of the project that the Stack belongs to.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/stack#project_id Stack#project_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/stack#project_id Stack#project_id}
---
@@ -1160,7 +1160,7 @@ description: str
Description of the Stack.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/stack#description Stack#description}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/stack#description Stack#description}
---
@@ -1174,7 +1174,7 @@ vcs_repo: StackVcsRepo
vcs_repo block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/stack#vcs_repo Stack#vcs_repo}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/stack#vcs_repo Stack#vcs_repo}
---
@@ -1214,7 +1214,7 @@ identifier: str
Identifier of the VCS repository.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/stack#identifier Stack#identifier}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/stack#identifier Stack#identifier}
---
@@ -1228,7 +1228,7 @@ branch: str
The repository branch that Terraform should use. This defaults to the respository's default branch (e.g. main).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/stack#branch Stack#branch}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/stack#branch Stack#branch}
---
@@ -1244,7 +1244,7 @@ The installation ID of the GitHub App.
This conflicts with `oauth_token_id` and can only be used if `oauth_token_id` is not used.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/stack#github_app_installation_id Stack#github_app_installation_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/stack#github_app_installation_id Stack#github_app_installation_id}
---
@@ -1260,7 +1260,7 @@ The VCS Connection to use.
This ID can be obtained from a `tfe_oauth_client` resource. This conflicts with `github_app_installation_id` and can only be used if `github_app_installation_id` is not used.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/stack#oauth_token_id Stack#oauth_token_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/stack#oauth_token_id Stack#oauth_token_id}
---
diff --git a/docs/stack.typescript.md b/docs/stack.typescript.md
index 8ca942322..68e97ae19 100644
--- a/docs/stack.typescript.md
+++ b/docs/stack.typescript.md
@@ -4,7 +4,7 @@
### Stack
-Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/stack tfe_stack}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/stack tfe_stack}.
#### Initializers
@@ -494,7 +494,7 @@ The construct id used in the generated config for the Stack to import.
The id of the existing Stack that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/stack#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/stack#import import section} in the documentation of this resource for the id to use
---
@@ -929,7 +929,7 @@ public readonly name: string;
Name of the Stack.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/stack#name Stack#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/stack#name Stack#name}
---
@@ -943,7 +943,7 @@ public readonly projectId: string;
ID of the project that the Stack belongs to.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/stack#project_id Stack#project_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/stack#project_id Stack#project_id}
---
@@ -957,7 +957,7 @@ public readonly description: string;
Description of the Stack.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/stack#description Stack#description}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/stack#description Stack#description}
---
@@ -971,7 +971,7 @@ public readonly vcsRepo: StackVcsRepo;
vcs_repo block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/stack#vcs_repo Stack#vcs_repo}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/stack#vcs_repo Stack#vcs_repo}
---
@@ -1006,7 +1006,7 @@ public readonly identifier: string;
Identifier of the VCS repository.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/stack#identifier Stack#identifier}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/stack#identifier Stack#identifier}
---
@@ -1020,7 +1020,7 @@ public readonly branch: string;
The repository branch that Terraform should use. This defaults to the respository's default branch (e.g. main).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/stack#branch Stack#branch}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/stack#branch Stack#branch}
---
@@ -1036,7 +1036,7 @@ The installation ID of the GitHub App.
This conflicts with `oauth_token_id` and can only be used if `oauth_token_id` is not used.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/stack#github_app_installation_id Stack#github_app_installation_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/stack#github_app_installation_id Stack#github_app_installation_id}
---
@@ -1052,7 +1052,7 @@ The VCS Connection to use.
This ID can be obtained from a `tfe_oauth_client` resource. This conflicts with `github_app_installation_id` and can only be used if `github_app_installation_id` is not used.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/stack#oauth_token_id Stack#oauth_token_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/stack#oauth_token_id Stack#oauth_token_id}
---
diff --git a/docs/team.csharp.md b/docs/team.csharp.md
index e0a922d61..88911f476 100644
--- a/docs/team.csharp.md
+++ b/docs/team.csharp.md
@@ -4,7 +4,7 @@
### Team
-Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team tfe_team}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team tfe_team}.
#### Initializers
@@ -522,7 +522,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/hashicorp/tfe/0.60.1/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/hashicorp/tfe/0.61.0/docs/resources/team#import import section} in the documentation of this resource for the id to use
---
@@ -907,13 +907,13 @@ new TeamConfig {
| 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/hashicorp/tfe/0.60.1/docs/resources/team#name Team#name}. |
-| AllowMemberTokenManagement
| object
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team#allow_member_token_management Team#allow_member_token_management}. |
-| Id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team#id Team#id}. |
-| Organization
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team#organization Team#organization}. |
+| Name
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team#name Team#name}. |
+| AllowMemberTokenManagement
| object
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team#allow_member_token_management Team#allow_member_token_management}. |
+| Id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team#id Team#id}. |
+| Organization
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team#organization Team#organization}. |
| OrganizationAccess
| TeamOrganizationAccess
| organization_access block. |
-| SsoTeamId
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team#sso_team_id Team#sso_team_id}. |
-| Visibility
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team#visibility Team#visibility}. |
+| SsoTeamId
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team#sso_team_id Team#sso_team_id}. |
+| Visibility
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team#visibility Team#visibility}. |
---
@@ -995,7 +995,7 @@ public string Name { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team#name Team#name}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team#name Team#name}.
---
@@ -1007,7 +1007,7 @@ public object AllowMemberTokenManagement { get; set; }
- *Type:* object
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team#allow_member_token_management Team#allow_member_token_management}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team#allow_member_token_management Team#allow_member_token_management}.
---
@@ -1019,7 +1019,7 @@ public string Id { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team#id Team#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.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.
@@ -1034,7 +1034,7 @@ public string Organization { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team#organization Team#organization}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team#organization Team#organization}.
---
@@ -1048,7 +1048,7 @@ public TeamOrganizationAccess OrganizationAccess { get; set; }
organization_access block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team#organization_access Team#organization_access}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team#organization_access Team#organization_access}
---
@@ -1060,7 +1060,7 @@ public string SsoTeamId { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team#sso_team_id Team#sso_team_id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team#sso_team_id Team#sso_team_id}.
---
@@ -1072,7 +1072,7 @@ public string Visibility { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team#visibility Team#visibility}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team#visibility Team#visibility}.
---
@@ -1106,21 +1106,21 @@ new TeamOrganizationAccess {
| **Name** | **Type** | **Description** |
| --- | --- | --- |
-| AccessSecretTeams
| object
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team#access_secret_teams Team#access_secret_teams}. |
-| ManageAgentPools
| object
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team#manage_agent_pools Team#manage_agent_pools}. |
-| ManageMembership
| object
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team#manage_membership Team#manage_membership}. |
-| ManageModules
| object
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team#manage_modules Team#manage_modules}. |
-| ManageOrganizationAccess
| object
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team#manage_organization_access Team#manage_organization_access}. |
-| ManagePolicies
| object
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team#manage_policies Team#manage_policies}. |
-| ManagePolicyOverrides
| object
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team#manage_policy_overrides Team#manage_policy_overrides}. |
-| ManageProjects
| object
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team#manage_projects Team#manage_projects}. |
-| ManageProviders
| object
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team#manage_providers Team#manage_providers}. |
-| ManageRunTasks
| object
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team#manage_run_tasks Team#manage_run_tasks}. |
-| ManageTeams
| object
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team#manage_teams Team#manage_teams}. |
-| ManageVcsSettings
| object
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team#manage_vcs_settings Team#manage_vcs_settings}. |
-| ManageWorkspaces
| object
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team#manage_workspaces Team#manage_workspaces}. |
-| ReadProjects
| object
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team#read_projects Team#read_projects}. |
-| ReadWorkspaces
| object
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team#read_workspaces Team#read_workspaces}. |
+| AccessSecretTeams
| object
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team#access_secret_teams Team#access_secret_teams}. |
+| ManageAgentPools
| object
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team#manage_agent_pools Team#manage_agent_pools}. |
+| ManageMembership
| object
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team#manage_membership Team#manage_membership}. |
+| ManageModules
| object
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team#manage_modules Team#manage_modules}. |
+| ManageOrganizationAccess
| object
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team#manage_organization_access Team#manage_organization_access}. |
+| ManagePolicies
| object
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team#manage_policies Team#manage_policies}. |
+| ManagePolicyOverrides
| object
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team#manage_policy_overrides Team#manage_policy_overrides}. |
+| ManageProjects
| object
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team#manage_projects Team#manage_projects}. |
+| ManageProviders
| object
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team#manage_providers Team#manage_providers}. |
+| ManageRunTasks
| object
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team#manage_run_tasks Team#manage_run_tasks}. |
+| ManageTeams
| object
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team#manage_teams Team#manage_teams}. |
+| ManageVcsSettings
| object
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team#manage_vcs_settings Team#manage_vcs_settings}. |
+| ManageWorkspaces
| object
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team#manage_workspaces Team#manage_workspaces}. |
+| ReadProjects
| object
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team#read_projects Team#read_projects}. |
+| ReadWorkspaces
| object
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team#read_workspaces Team#read_workspaces}. |
---
@@ -1132,7 +1132,7 @@ public object AccessSecretTeams { get; set; }
- *Type:* object
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team#access_secret_teams Team#access_secret_teams}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team#access_secret_teams Team#access_secret_teams}.
---
@@ -1144,7 +1144,7 @@ public object ManageAgentPools { get; set; }
- *Type:* object
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team#manage_agent_pools Team#manage_agent_pools}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team#manage_agent_pools Team#manage_agent_pools}.
---
@@ -1156,7 +1156,7 @@ public object ManageMembership { get; set; }
- *Type:* object
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team#manage_membership Team#manage_membership}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team#manage_membership Team#manage_membership}.
---
@@ -1168,7 +1168,7 @@ public object ManageModules { get; set; }
- *Type:* object
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team#manage_modules Team#manage_modules}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team#manage_modules Team#manage_modules}.
---
@@ -1180,7 +1180,7 @@ public object ManageOrganizationAccess { get; set; }
- *Type:* object
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team#manage_organization_access Team#manage_organization_access}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team#manage_organization_access Team#manage_organization_access}.
---
@@ -1192,7 +1192,7 @@ public object ManagePolicies { get; set; }
- *Type:* object
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team#manage_policies Team#manage_policies}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team#manage_policies Team#manage_policies}.
---
@@ -1204,7 +1204,7 @@ public object ManagePolicyOverrides { get; set; }
- *Type:* object
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team#manage_policy_overrides Team#manage_policy_overrides}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team#manage_policy_overrides Team#manage_policy_overrides}.
---
@@ -1216,7 +1216,7 @@ public object ManageProjects { get; set; }
- *Type:* object
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team#manage_projects Team#manage_projects}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team#manage_projects Team#manage_projects}.
---
@@ -1228,7 +1228,7 @@ public object ManageProviders { get; set; }
- *Type:* object
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team#manage_providers Team#manage_providers}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team#manage_providers Team#manage_providers}.
---
@@ -1240,7 +1240,7 @@ public object ManageRunTasks { get; set; }
- *Type:* object
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team#manage_run_tasks Team#manage_run_tasks}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team#manage_run_tasks Team#manage_run_tasks}.
---
@@ -1252,7 +1252,7 @@ public object ManageTeams { get; set; }
- *Type:* object
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team#manage_teams Team#manage_teams}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team#manage_teams Team#manage_teams}.
---
@@ -1264,7 +1264,7 @@ public object ManageVcsSettings { get; set; }
- *Type:* object
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team#manage_vcs_settings Team#manage_vcs_settings}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team#manage_vcs_settings Team#manage_vcs_settings}.
---
@@ -1276,7 +1276,7 @@ public object ManageWorkspaces { get; set; }
- *Type:* object
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team#manage_workspaces Team#manage_workspaces}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team#manage_workspaces Team#manage_workspaces}.
---
@@ -1288,7 +1288,7 @@ public object ReadProjects { get; set; }
- *Type:* object
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team#read_projects Team#read_projects}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team#read_projects Team#read_projects}.
---
@@ -1300,7 +1300,7 @@ public object ReadWorkspaces { get; set; }
- *Type:* object
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team#read_workspaces Team#read_workspaces}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team#read_workspaces Team#read_workspaces}.
---
diff --git a/docs/team.go.md b/docs/team.go.md
index bb7ad3d69..8128d66b0 100644
--- a/docs/team.go.md
+++ b/docs/team.go.md
@@ -4,7 +4,7 @@
### Team
-Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team tfe_team}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team tfe_team}.
#### Initializers
@@ -522,7 +522,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/hashicorp/tfe/0.60.1/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/hashicorp/tfe/0.61.0/docs/resources/team#import import section} in the documentation of this resource for the id to use
---
@@ -907,13 +907,13 @@ import "github.com/cdktf/cdktf-provider-tfe-go/tfe/v11/team"
| 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/hashicorp/tfe/0.60.1/docs/resources/team#name Team#name}. |
-| AllowMemberTokenManagement
| interface{}
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team#allow_member_token_management Team#allow_member_token_management}. |
-| Id
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team#id Team#id}. |
-| Organization
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team#organization Team#organization}. |
+| Name
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team#name Team#name}. |
+| AllowMemberTokenManagement
| interface{}
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team#allow_member_token_management Team#allow_member_token_management}. |
+| Id
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team#id Team#id}. |
+| Organization
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team#organization Team#organization}. |
| OrganizationAccess
| TeamOrganizationAccess
| organization_access block. |
-| SsoTeamId
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team#sso_team_id Team#sso_team_id}. |
-| Visibility
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team#visibility Team#visibility}. |
+| SsoTeamId
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team#sso_team_id Team#sso_team_id}. |
+| Visibility
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team#visibility Team#visibility}. |
---
@@ -995,7 +995,7 @@ Name *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team#name Team#name}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team#name Team#name}.
---
@@ -1007,7 +1007,7 @@ AllowMemberTokenManagement interface{}
- *Type:* interface{}
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team#allow_member_token_management Team#allow_member_token_management}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team#allow_member_token_management Team#allow_member_token_management}.
---
@@ -1019,7 +1019,7 @@ Id *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team#id Team#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.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.
@@ -1034,7 +1034,7 @@ Organization *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team#organization Team#organization}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team#organization Team#organization}.
---
@@ -1048,7 +1048,7 @@ OrganizationAccess TeamOrganizationAccess
organization_access block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team#organization_access Team#organization_access}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team#organization_access Team#organization_access}
---
@@ -1060,7 +1060,7 @@ SsoTeamId *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team#sso_team_id Team#sso_team_id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team#sso_team_id Team#sso_team_id}.
---
@@ -1072,7 +1072,7 @@ Visibility *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team#visibility Team#visibility}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team#visibility Team#visibility}.
---
@@ -1106,21 +1106,21 @@ import "github.com/cdktf/cdktf-provider-tfe-go/tfe/v11/team"
| **Name** | **Type** | **Description** |
| --- | --- | --- |
-| AccessSecretTeams
| interface{}
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team#access_secret_teams Team#access_secret_teams}. |
-| ManageAgentPools
| interface{}
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team#manage_agent_pools Team#manage_agent_pools}. |
-| ManageMembership
| interface{}
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team#manage_membership Team#manage_membership}. |
-| ManageModules
| interface{}
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team#manage_modules Team#manage_modules}. |
-| ManageOrganizationAccess
| interface{}
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team#manage_organization_access Team#manage_organization_access}. |
-| ManagePolicies
| interface{}
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team#manage_policies Team#manage_policies}. |
-| ManagePolicyOverrides
| interface{}
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team#manage_policy_overrides Team#manage_policy_overrides}. |
-| ManageProjects
| interface{}
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team#manage_projects Team#manage_projects}. |
-| ManageProviders
| interface{}
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team#manage_providers Team#manage_providers}. |
-| ManageRunTasks
| interface{}
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team#manage_run_tasks Team#manage_run_tasks}. |
-| ManageTeams
| interface{}
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team#manage_teams Team#manage_teams}. |
-| ManageVcsSettings
| interface{}
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team#manage_vcs_settings Team#manage_vcs_settings}. |
-| ManageWorkspaces
| interface{}
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team#manage_workspaces Team#manage_workspaces}. |
-| ReadProjects
| interface{}
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team#read_projects Team#read_projects}. |
-| ReadWorkspaces
| interface{}
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team#read_workspaces Team#read_workspaces}. |
+| AccessSecretTeams
| interface{}
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team#access_secret_teams Team#access_secret_teams}. |
+| ManageAgentPools
| interface{}
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team#manage_agent_pools Team#manage_agent_pools}. |
+| ManageMembership
| interface{}
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team#manage_membership Team#manage_membership}. |
+| ManageModules
| interface{}
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team#manage_modules Team#manage_modules}. |
+| ManageOrganizationAccess
| interface{}
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team#manage_organization_access Team#manage_organization_access}. |
+| ManagePolicies
| interface{}
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team#manage_policies Team#manage_policies}. |
+| ManagePolicyOverrides
| interface{}
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team#manage_policy_overrides Team#manage_policy_overrides}. |
+| ManageProjects
| interface{}
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team#manage_projects Team#manage_projects}. |
+| ManageProviders
| interface{}
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team#manage_providers Team#manage_providers}. |
+| ManageRunTasks
| interface{}
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team#manage_run_tasks Team#manage_run_tasks}. |
+| ManageTeams
| interface{}
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team#manage_teams Team#manage_teams}. |
+| ManageVcsSettings
| interface{}
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team#manage_vcs_settings Team#manage_vcs_settings}. |
+| ManageWorkspaces
| interface{}
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team#manage_workspaces Team#manage_workspaces}. |
+| ReadProjects
| interface{}
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team#read_projects Team#read_projects}. |
+| ReadWorkspaces
| interface{}
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team#read_workspaces Team#read_workspaces}. |
---
@@ -1132,7 +1132,7 @@ AccessSecretTeams interface{}
- *Type:* interface{}
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team#access_secret_teams Team#access_secret_teams}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team#access_secret_teams Team#access_secret_teams}.
---
@@ -1144,7 +1144,7 @@ ManageAgentPools interface{}
- *Type:* interface{}
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team#manage_agent_pools Team#manage_agent_pools}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team#manage_agent_pools Team#manage_agent_pools}.
---
@@ -1156,7 +1156,7 @@ ManageMembership interface{}
- *Type:* interface{}
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team#manage_membership Team#manage_membership}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team#manage_membership Team#manage_membership}.
---
@@ -1168,7 +1168,7 @@ ManageModules interface{}
- *Type:* interface{}
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team#manage_modules Team#manage_modules}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team#manage_modules Team#manage_modules}.
---
@@ -1180,7 +1180,7 @@ ManageOrganizationAccess interface{}
- *Type:* interface{}
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team#manage_organization_access Team#manage_organization_access}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team#manage_organization_access Team#manage_organization_access}.
---
@@ -1192,7 +1192,7 @@ ManagePolicies interface{}
- *Type:* interface{}
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team#manage_policies Team#manage_policies}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team#manage_policies Team#manage_policies}.
---
@@ -1204,7 +1204,7 @@ ManagePolicyOverrides interface{}
- *Type:* interface{}
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team#manage_policy_overrides Team#manage_policy_overrides}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team#manage_policy_overrides Team#manage_policy_overrides}.
---
@@ -1216,7 +1216,7 @@ ManageProjects interface{}
- *Type:* interface{}
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team#manage_projects Team#manage_projects}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team#manage_projects Team#manage_projects}.
---
@@ -1228,7 +1228,7 @@ ManageProviders interface{}
- *Type:* interface{}
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team#manage_providers Team#manage_providers}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team#manage_providers Team#manage_providers}.
---
@@ -1240,7 +1240,7 @@ ManageRunTasks interface{}
- *Type:* interface{}
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team#manage_run_tasks Team#manage_run_tasks}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team#manage_run_tasks Team#manage_run_tasks}.
---
@@ -1252,7 +1252,7 @@ ManageTeams interface{}
- *Type:* interface{}
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team#manage_teams Team#manage_teams}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team#manage_teams Team#manage_teams}.
---
@@ -1264,7 +1264,7 @@ ManageVcsSettings interface{}
- *Type:* interface{}
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team#manage_vcs_settings Team#manage_vcs_settings}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team#manage_vcs_settings Team#manage_vcs_settings}.
---
@@ -1276,7 +1276,7 @@ ManageWorkspaces interface{}
- *Type:* interface{}
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team#manage_workspaces Team#manage_workspaces}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team#manage_workspaces Team#manage_workspaces}.
---
@@ -1288,7 +1288,7 @@ ReadProjects interface{}
- *Type:* interface{}
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team#read_projects Team#read_projects}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team#read_projects Team#read_projects}.
---
@@ -1300,7 +1300,7 @@ ReadWorkspaces interface{}
- *Type:* interface{}
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team#read_workspaces Team#read_workspaces}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team#read_workspaces Team#read_workspaces}.
---
diff --git a/docs/team.java.md b/docs/team.java.md
index acdfdd4b4..da04f2eb2 100644
--- a/docs/team.java.md
+++ b/docs/team.java.md
@@ -4,7 +4,7 @@
### Team
-Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team tfe_team}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team tfe_team}.
#### Initializers
@@ -45,13 +45,13 @@ Team.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/hashicorp/tfe/0.60.1/docs/resources/team#name Team#name}. |
-| allowMemberTokenManagement
| java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team#allow_member_token_management Team#allow_member_token_management}. |
-| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team#id Team#id}. |
-| organization
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team#organization Team#organization}. |
+| name
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team#name Team#name}. |
+| allowMemberTokenManagement
| java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team#allow_member_token_management Team#allow_member_token_management}. |
+| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team#id Team#id}. |
+| organization
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team#organization Team#organization}. |
| organizationAccess
| TeamOrganizationAccess
| organization_access block. |
-| ssoTeamId
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team#sso_team_id Team#sso_team_id}. |
-| visibility
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team#visibility Team#visibility}. |
+| ssoTeamId
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team#sso_team_id Team#sso_team_id}. |
+| visibility
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team#visibility Team#visibility}. |
---
@@ -119,7 +119,7 @@ Must be unique amongst siblings in the same scope
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team#name Team#name}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team#name Team#name}.
---
@@ -127,7 +127,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team#allow_member_token_management Team#allow_member_token_management}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team#allow_member_token_management Team#allow_member_token_management}.
---
@@ -135,7 +135,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team#id Team#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.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.
@@ -146,7 +146,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/hashicorp/tfe/0.60.1/docs/resources/team#organization Team#organization}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team#organization Team#organization}.
---
@@ -156,7 +156,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
organization_access block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team#organization_access Team#organization_access}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team#organization_access Team#organization_access}
---
@@ -164,7 +164,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team#sso_team_id Team#sso_team_id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team#sso_team_id Team#sso_team_id}.
---
@@ -172,7 +172,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team#visibility Team#visibility}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team#visibility Team#visibility}.
---
@@ -654,7 +654,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/hashicorp/tfe/0.60.1/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/hashicorp/tfe/0.61.0/docs/resources/team#import import section} in the documentation of this resource for the id to use
---
@@ -1044,13 +1044,13 @@ TeamConfig.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/hashicorp/tfe/0.60.1/docs/resources/team#name Team#name}. |
-| allowMemberTokenManagement
| java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team#allow_member_token_management Team#allow_member_token_management}. |
-| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team#id Team#id}. |
-| organization
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team#organization Team#organization}. |
+| name
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team#name Team#name}. |
+| allowMemberTokenManagement
| java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team#allow_member_token_management Team#allow_member_token_management}. |
+| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team#id Team#id}. |
+| organization
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team#organization Team#organization}. |
| organizationAccess
| TeamOrganizationAccess
| organization_access block. |
-| ssoTeamId
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team#sso_team_id Team#sso_team_id}. |
-| visibility
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team#visibility Team#visibility}. |
+| ssoTeamId
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team#sso_team_id Team#sso_team_id}. |
+| visibility
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team#visibility Team#visibility}. |
---
@@ -1132,7 +1132,7 @@ public java.lang.String getName();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team#name Team#name}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team#name Team#name}.
---
@@ -1144,7 +1144,7 @@ public java.lang.Object getAllowMemberTokenManagement();
- *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team#allow_member_token_management Team#allow_member_token_management}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team#allow_member_token_management Team#allow_member_token_management}.
---
@@ -1156,7 +1156,7 @@ public java.lang.String getId();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team#id Team#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.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.
@@ -1171,7 +1171,7 @@ public java.lang.String getOrganization();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team#organization Team#organization}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team#organization Team#organization}.
---
@@ -1185,7 +1185,7 @@ public TeamOrganizationAccess getOrganizationAccess();
organization_access block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team#organization_access Team#organization_access}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team#organization_access Team#organization_access}
---
@@ -1197,7 +1197,7 @@ public java.lang.String getSsoTeamId();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team#sso_team_id Team#sso_team_id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team#sso_team_id Team#sso_team_id}.
---
@@ -1209,7 +1209,7 @@ public java.lang.String getVisibility();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team#visibility Team#visibility}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team#visibility Team#visibility}.
---
@@ -1258,21 +1258,21 @@ TeamOrganizationAccess.builder()
| **Name** | **Type** | **Description** |
| --- | --- | --- |
-| accessSecretTeams
| java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team#access_secret_teams Team#access_secret_teams}. |
-| manageAgentPools
| java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team#manage_agent_pools Team#manage_agent_pools}. |
-| manageMembership
| java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team#manage_membership Team#manage_membership}. |
-| manageModules
| java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team#manage_modules Team#manage_modules}. |
-| manageOrganizationAccess
| java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team#manage_organization_access Team#manage_organization_access}. |
-| managePolicies
| java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team#manage_policies Team#manage_policies}. |
-| managePolicyOverrides
| java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team#manage_policy_overrides Team#manage_policy_overrides}. |
-| manageProjects
| java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team#manage_projects Team#manage_projects}. |
-| manageProviders
| java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team#manage_providers Team#manage_providers}. |
-| manageRunTasks
| java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team#manage_run_tasks Team#manage_run_tasks}. |
-| manageTeams
| java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team#manage_teams Team#manage_teams}. |
-| manageVcsSettings
| java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team#manage_vcs_settings Team#manage_vcs_settings}. |
-| manageWorkspaces
| java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team#manage_workspaces Team#manage_workspaces}. |
-| readProjects
| java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team#read_projects Team#read_projects}. |
-| readWorkspaces
| java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team#read_workspaces Team#read_workspaces}. |
+| accessSecretTeams
| java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team#access_secret_teams Team#access_secret_teams}. |
+| manageAgentPools
| java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team#manage_agent_pools Team#manage_agent_pools}. |
+| manageMembership
| java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team#manage_membership Team#manage_membership}. |
+| manageModules
| java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team#manage_modules Team#manage_modules}. |
+| manageOrganizationAccess
| java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team#manage_organization_access Team#manage_organization_access}. |
+| managePolicies
| java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team#manage_policies Team#manage_policies}. |
+| managePolicyOverrides
| java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team#manage_policy_overrides Team#manage_policy_overrides}. |
+| manageProjects
| java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team#manage_projects Team#manage_projects}. |
+| manageProviders
| java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team#manage_providers Team#manage_providers}. |
+| manageRunTasks
| java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team#manage_run_tasks Team#manage_run_tasks}. |
+| manageTeams
| java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team#manage_teams Team#manage_teams}. |
+| manageVcsSettings
| java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team#manage_vcs_settings Team#manage_vcs_settings}. |
+| manageWorkspaces
| java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team#manage_workspaces Team#manage_workspaces}. |
+| readProjects
| java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team#read_projects Team#read_projects}. |
+| readWorkspaces
| java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team#read_workspaces Team#read_workspaces}. |
---
@@ -1284,7 +1284,7 @@ public java.lang.Object getAccessSecretTeams();
- *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team#access_secret_teams Team#access_secret_teams}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team#access_secret_teams Team#access_secret_teams}.
---
@@ -1296,7 +1296,7 @@ public java.lang.Object getManageAgentPools();
- *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team#manage_agent_pools Team#manage_agent_pools}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team#manage_agent_pools Team#manage_agent_pools}.
---
@@ -1308,7 +1308,7 @@ public java.lang.Object getManageMembership();
- *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team#manage_membership Team#manage_membership}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team#manage_membership Team#manage_membership}.
---
@@ -1320,7 +1320,7 @@ public java.lang.Object getManageModules();
- *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team#manage_modules Team#manage_modules}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team#manage_modules Team#manage_modules}.
---
@@ -1332,7 +1332,7 @@ public java.lang.Object getManageOrganizationAccess();
- *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team#manage_organization_access Team#manage_organization_access}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team#manage_organization_access Team#manage_organization_access}.
---
@@ -1344,7 +1344,7 @@ public java.lang.Object getManagePolicies();
- *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team#manage_policies Team#manage_policies}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team#manage_policies Team#manage_policies}.
---
@@ -1356,7 +1356,7 @@ public java.lang.Object getManagePolicyOverrides();
- *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team#manage_policy_overrides Team#manage_policy_overrides}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team#manage_policy_overrides Team#manage_policy_overrides}.
---
@@ -1368,7 +1368,7 @@ public java.lang.Object getManageProjects();
- *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team#manage_projects Team#manage_projects}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team#manage_projects Team#manage_projects}.
---
@@ -1380,7 +1380,7 @@ public java.lang.Object getManageProviders();
- *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team#manage_providers Team#manage_providers}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team#manage_providers Team#manage_providers}.
---
@@ -1392,7 +1392,7 @@ public java.lang.Object getManageRunTasks();
- *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team#manage_run_tasks Team#manage_run_tasks}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team#manage_run_tasks Team#manage_run_tasks}.
---
@@ -1404,7 +1404,7 @@ public java.lang.Object getManageTeams();
- *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team#manage_teams Team#manage_teams}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team#manage_teams Team#manage_teams}.
---
@@ -1416,7 +1416,7 @@ public java.lang.Object getManageVcsSettings();
- *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team#manage_vcs_settings Team#manage_vcs_settings}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team#manage_vcs_settings Team#manage_vcs_settings}.
---
@@ -1428,7 +1428,7 @@ public java.lang.Object getManageWorkspaces();
- *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team#manage_workspaces Team#manage_workspaces}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team#manage_workspaces Team#manage_workspaces}.
---
@@ -1440,7 +1440,7 @@ public java.lang.Object getReadProjects();
- *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team#read_projects Team#read_projects}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team#read_projects Team#read_projects}.
---
@@ -1452,7 +1452,7 @@ public java.lang.Object getReadWorkspaces();
- *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team#read_workspaces Team#read_workspaces}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team#read_workspaces Team#read_workspaces}.
---
diff --git a/docs/team.python.md b/docs/team.python.md
index dcf8838f2..327e7e962 100644
--- a/docs/team.python.md
+++ b/docs/team.python.md
@@ -4,7 +4,7 @@
### Team
-Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team tfe_team}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team tfe_team}.
#### Initializers
@@ -42,13 +42,13 @@ team.Team(
| 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/hashicorp/tfe/0.60.1/docs/resources/team#name Team#name}. |
-| allow_member_token_management
| typing.Union[bool, cdktf.IResolvable]
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team#allow_member_token_management Team#allow_member_token_management}. |
-| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team#id Team#id}. |
-| organization
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team#organization Team#organization}. |
+| name
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team#name Team#name}. |
+| allow_member_token_management
| typing.Union[bool, cdktf.IResolvable]
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team#allow_member_token_management Team#allow_member_token_management}. |
+| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team#id Team#id}. |
+| organization
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team#organization Team#organization}. |
| organization_access
| TeamOrganizationAccess
| organization_access block. |
-| sso_team_id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team#sso_team_id Team#sso_team_id}. |
-| visibility
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team#visibility Team#visibility}. |
+| sso_team_id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team#sso_team_id Team#sso_team_id}. |
+| visibility
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team#visibility Team#visibility}. |
---
@@ -116,7 +116,7 @@ Must be unique amongst siblings in the same scope
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team#name Team#name}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team#name Team#name}.
---
@@ -124,7 +124,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* typing.Union[bool, cdktf.IResolvable]
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team#allow_member_token_management Team#allow_member_token_management}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team#allow_member_token_management Team#allow_member_token_management}.
---
@@ -132,7 +132,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team#id Team#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.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.
@@ -143,7 +143,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/hashicorp/tfe/0.60.1/docs/resources/team#organization Team#organization}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team#organization Team#organization}.
---
@@ -153,7 +153,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
organization_access block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team#organization_access Team#organization_access}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team#organization_access Team#organization_access}
---
@@ -161,7 +161,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team#sso_team_id Team#sso_team_id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team#sso_team_id Team#sso_team_id}.
---
@@ -169,7 +169,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team#visibility Team#visibility}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team#visibility Team#visibility}.
---
@@ -561,7 +561,7 @@ def put_organization_access(
- *Type:* typing.Union[bool, cdktf.IResolvable]
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team#access_secret_teams Team#access_secret_teams}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team#access_secret_teams Team#access_secret_teams}.
---
@@ -569,7 +569,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* typing.Union[bool, cdktf.IResolvable]
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team#manage_agent_pools Team#manage_agent_pools}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team#manage_agent_pools Team#manage_agent_pools}.
---
@@ -577,7 +577,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* typing.Union[bool, cdktf.IResolvable]
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team#manage_membership Team#manage_membership}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team#manage_membership Team#manage_membership}.
---
@@ -585,7 +585,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* typing.Union[bool, cdktf.IResolvable]
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team#manage_modules Team#manage_modules}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team#manage_modules Team#manage_modules}.
---
@@ -593,7 +593,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* typing.Union[bool, cdktf.IResolvable]
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team#manage_organization_access Team#manage_organization_access}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team#manage_organization_access Team#manage_organization_access}.
---
@@ -601,7 +601,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* typing.Union[bool, cdktf.IResolvable]
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team#manage_policies Team#manage_policies}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team#manage_policies Team#manage_policies}.
---
@@ -609,7 +609,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* typing.Union[bool, cdktf.IResolvable]
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team#manage_policy_overrides Team#manage_policy_overrides}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team#manage_policy_overrides Team#manage_policy_overrides}.
---
@@ -617,7 +617,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* typing.Union[bool, cdktf.IResolvable]
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team#manage_projects Team#manage_projects}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team#manage_projects Team#manage_projects}.
---
@@ -625,7 +625,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* typing.Union[bool, cdktf.IResolvable]
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team#manage_providers Team#manage_providers}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team#manage_providers Team#manage_providers}.
---
@@ -633,7 +633,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* typing.Union[bool, cdktf.IResolvable]
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team#manage_run_tasks Team#manage_run_tasks}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team#manage_run_tasks Team#manage_run_tasks}.
---
@@ -641,7 +641,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* typing.Union[bool, cdktf.IResolvable]
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team#manage_teams Team#manage_teams}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team#manage_teams Team#manage_teams}.
---
@@ -649,7 +649,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* typing.Union[bool, cdktf.IResolvable]
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team#manage_vcs_settings Team#manage_vcs_settings}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team#manage_vcs_settings Team#manage_vcs_settings}.
---
@@ -657,7 +657,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* typing.Union[bool, cdktf.IResolvable]
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team#manage_workspaces Team#manage_workspaces}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team#manage_workspaces Team#manage_workspaces}.
---
@@ -665,7 +665,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* typing.Union[bool, cdktf.IResolvable]
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team#read_projects Team#read_projects}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team#read_projects Team#read_projects}.
---
@@ -673,7 +673,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* typing.Union[bool, cdktf.IResolvable]
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team#read_workspaces Team#read_workspaces}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team#read_workspaces Team#read_workspaces}.
---
@@ -827,7 +827,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/hashicorp/tfe/0.60.1/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/hashicorp/tfe/0.61.0/docs/resources/team#import import section} in the documentation of this resource for the id to use
---
@@ -1212,13 +1212,13 @@ team.TeamConfig(
| 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/hashicorp/tfe/0.60.1/docs/resources/team#name Team#name}. |
-| allow_member_token_management
| typing.Union[bool, cdktf.IResolvable]
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team#allow_member_token_management Team#allow_member_token_management}. |
-| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team#id Team#id}. |
-| organization
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team#organization Team#organization}. |
+| name
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team#name Team#name}. |
+| allow_member_token_management
| typing.Union[bool, cdktf.IResolvable]
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team#allow_member_token_management Team#allow_member_token_management}. |
+| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team#id Team#id}. |
+| organization
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team#organization Team#organization}. |
| organization_access
| TeamOrganizationAccess
| organization_access block. |
-| sso_team_id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team#sso_team_id Team#sso_team_id}. |
-| visibility
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team#visibility Team#visibility}. |
+| sso_team_id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team#sso_team_id Team#sso_team_id}. |
+| visibility
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team#visibility Team#visibility}. |
---
@@ -1300,7 +1300,7 @@ name: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team#name Team#name}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team#name Team#name}.
---
@@ -1312,7 +1312,7 @@ allow_member_token_management: typing.Union[bool, IResolvable]
- *Type:* typing.Union[bool, cdktf.IResolvable]
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team#allow_member_token_management Team#allow_member_token_management}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team#allow_member_token_management Team#allow_member_token_management}.
---
@@ -1324,7 +1324,7 @@ id: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team#id Team#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.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.
@@ -1339,7 +1339,7 @@ organization: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team#organization Team#organization}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team#organization Team#organization}.
---
@@ -1353,7 +1353,7 @@ organization_access: TeamOrganizationAccess
organization_access block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team#organization_access Team#organization_access}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team#organization_access Team#organization_access}
---
@@ -1365,7 +1365,7 @@ sso_team_id: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team#sso_team_id Team#sso_team_id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team#sso_team_id Team#sso_team_id}.
---
@@ -1377,7 +1377,7 @@ visibility: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team#visibility Team#visibility}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team#visibility Team#visibility}.
---
@@ -1411,21 +1411,21 @@ team.TeamOrganizationAccess(
| **Name** | **Type** | **Description** |
| --- | --- | --- |
-| access_secret_teams
| typing.Union[bool, cdktf.IResolvable]
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team#access_secret_teams Team#access_secret_teams}. |
-| manage_agent_pools
| typing.Union[bool, cdktf.IResolvable]
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team#manage_agent_pools Team#manage_agent_pools}. |
-| manage_membership
| typing.Union[bool, cdktf.IResolvable]
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team#manage_membership Team#manage_membership}. |
-| manage_modules
| typing.Union[bool, cdktf.IResolvable]
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team#manage_modules Team#manage_modules}. |
-| manage_organization_access
| typing.Union[bool, cdktf.IResolvable]
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team#manage_organization_access Team#manage_organization_access}. |
-| manage_policies
| typing.Union[bool, cdktf.IResolvable]
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team#manage_policies Team#manage_policies}. |
-| manage_policy_overrides
| typing.Union[bool, cdktf.IResolvable]
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team#manage_policy_overrides Team#manage_policy_overrides}. |
-| manage_projects
| typing.Union[bool, cdktf.IResolvable]
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team#manage_projects Team#manage_projects}. |
-| manage_providers
| typing.Union[bool, cdktf.IResolvable]
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team#manage_providers Team#manage_providers}. |
-| manage_run_tasks
| typing.Union[bool, cdktf.IResolvable]
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team#manage_run_tasks Team#manage_run_tasks}. |
-| manage_teams
| typing.Union[bool, cdktf.IResolvable]
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team#manage_teams Team#manage_teams}. |
-| manage_vcs_settings
| typing.Union[bool, cdktf.IResolvable]
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team#manage_vcs_settings Team#manage_vcs_settings}. |
-| manage_workspaces
| typing.Union[bool, cdktf.IResolvable]
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team#manage_workspaces Team#manage_workspaces}. |
-| read_projects
| typing.Union[bool, cdktf.IResolvable]
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team#read_projects Team#read_projects}. |
-| read_workspaces
| typing.Union[bool, cdktf.IResolvable]
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team#read_workspaces Team#read_workspaces}. |
+| access_secret_teams
| typing.Union[bool, cdktf.IResolvable]
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team#access_secret_teams Team#access_secret_teams}. |
+| manage_agent_pools
| typing.Union[bool, cdktf.IResolvable]
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team#manage_agent_pools Team#manage_agent_pools}. |
+| manage_membership
| typing.Union[bool, cdktf.IResolvable]
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team#manage_membership Team#manage_membership}. |
+| manage_modules
| typing.Union[bool, cdktf.IResolvable]
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team#manage_modules Team#manage_modules}. |
+| manage_organization_access
| typing.Union[bool, cdktf.IResolvable]
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team#manage_organization_access Team#manage_organization_access}. |
+| manage_policies
| typing.Union[bool, cdktf.IResolvable]
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team#manage_policies Team#manage_policies}. |
+| manage_policy_overrides
| typing.Union[bool, cdktf.IResolvable]
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team#manage_policy_overrides Team#manage_policy_overrides}. |
+| manage_projects
| typing.Union[bool, cdktf.IResolvable]
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team#manage_projects Team#manage_projects}. |
+| manage_providers
| typing.Union[bool, cdktf.IResolvable]
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team#manage_providers Team#manage_providers}. |
+| manage_run_tasks
| typing.Union[bool, cdktf.IResolvable]
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team#manage_run_tasks Team#manage_run_tasks}. |
+| manage_teams
| typing.Union[bool, cdktf.IResolvable]
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team#manage_teams Team#manage_teams}. |
+| manage_vcs_settings
| typing.Union[bool, cdktf.IResolvable]
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team#manage_vcs_settings Team#manage_vcs_settings}. |
+| manage_workspaces
| typing.Union[bool, cdktf.IResolvable]
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team#manage_workspaces Team#manage_workspaces}. |
+| read_projects
| typing.Union[bool, cdktf.IResolvable]
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team#read_projects Team#read_projects}. |
+| read_workspaces
| typing.Union[bool, cdktf.IResolvable]
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team#read_workspaces Team#read_workspaces}. |
---
@@ -1437,7 +1437,7 @@ access_secret_teams: typing.Union[bool, IResolvable]
- *Type:* typing.Union[bool, cdktf.IResolvable]
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team#access_secret_teams Team#access_secret_teams}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team#access_secret_teams Team#access_secret_teams}.
---
@@ -1449,7 +1449,7 @@ manage_agent_pools: typing.Union[bool, IResolvable]
- *Type:* typing.Union[bool, cdktf.IResolvable]
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team#manage_agent_pools Team#manage_agent_pools}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team#manage_agent_pools Team#manage_agent_pools}.
---
@@ -1461,7 +1461,7 @@ manage_membership: typing.Union[bool, IResolvable]
- *Type:* typing.Union[bool, cdktf.IResolvable]
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team#manage_membership Team#manage_membership}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team#manage_membership Team#manage_membership}.
---
@@ -1473,7 +1473,7 @@ manage_modules: typing.Union[bool, IResolvable]
- *Type:* typing.Union[bool, cdktf.IResolvable]
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team#manage_modules Team#manage_modules}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team#manage_modules Team#manage_modules}.
---
@@ -1485,7 +1485,7 @@ manage_organization_access: typing.Union[bool, IResolvable]
- *Type:* typing.Union[bool, cdktf.IResolvable]
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team#manage_organization_access Team#manage_organization_access}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team#manage_organization_access Team#manage_organization_access}.
---
@@ -1497,7 +1497,7 @@ manage_policies: typing.Union[bool, IResolvable]
- *Type:* typing.Union[bool, cdktf.IResolvable]
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team#manage_policies Team#manage_policies}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team#manage_policies Team#manage_policies}.
---
@@ -1509,7 +1509,7 @@ manage_policy_overrides: typing.Union[bool, IResolvable]
- *Type:* typing.Union[bool, cdktf.IResolvable]
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team#manage_policy_overrides Team#manage_policy_overrides}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team#manage_policy_overrides Team#manage_policy_overrides}.
---
@@ -1521,7 +1521,7 @@ manage_projects: typing.Union[bool, IResolvable]
- *Type:* typing.Union[bool, cdktf.IResolvable]
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team#manage_projects Team#manage_projects}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team#manage_projects Team#manage_projects}.
---
@@ -1533,7 +1533,7 @@ manage_providers: typing.Union[bool, IResolvable]
- *Type:* typing.Union[bool, cdktf.IResolvable]
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team#manage_providers Team#manage_providers}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team#manage_providers Team#manage_providers}.
---
@@ -1545,7 +1545,7 @@ manage_run_tasks: typing.Union[bool, IResolvable]
- *Type:* typing.Union[bool, cdktf.IResolvable]
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team#manage_run_tasks Team#manage_run_tasks}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team#manage_run_tasks Team#manage_run_tasks}.
---
@@ -1557,7 +1557,7 @@ manage_teams: typing.Union[bool, IResolvable]
- *Type:* typing.Union[bool, cdktf.IResolvable]
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team#manage_teams Team#manage_teams}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team#manage_teams Team#manage_teams}.
---
@@ -1569,7 +1569,7 @@ manage_vcs_settings: typing.Union[bool, IResolvable]
- *Type:* typing.Union[bool, cdktf.IResolvable]
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team#manage_vcs_settings Team#manage_vcs_settings}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team#manage_vcs_settings Team#manage_vcs_settings}.
---
@@ -1581,7 +1581,7 @@ manage_workspaces: typing.Union[bool, IResolvable]
- *Type:* typing.Union[bool, cdktf.IResolvable]
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team#manage_workspaces Team#manage_workspaces}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team#manage_workspaces Team#manage_workspaces}.
---
@@ -1593,7 +1593,7 @@ read_projects: typing.Union[bool, IResolvable]
- *Type:* typing.Union[bool, cdktf.IResolvable]
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team#read_projects Team#read_projects}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team#read_projects Team#read_projects}.
---
@@ -1605,7 +1605,7 @@ read_workspaces: typing.Union[bool, IResolvable]
- *Type:* typing.Union[bool, cdktf.IResolvable]
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team#read_workspaces Team#read_workspaces}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team#read_workspaces Team#read_workspaces}.
---
diff --git a/docs/team.typescript.md b/docs/team.typescript.md
index d5b974a15..422d8be11 100644
--- a/docs/team.typescript.md
+++ b/docs/team.typescript.md
@@ -4,7 +4,7 @@
### Team
-Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team tfe_team}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team tfe_team}.
#### Initializers
@@ -522,7 +522,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/hashicorp/tfe/0.60.1/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/hashicorp/tfe/0.61.0/docs/resources/team#import import section} in the documentation of this resource for the id to use
---
@@ -892,13 +892,13 @@ const teamConfig: team.TeamConfig = { ... }
| 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/hashicorp/tfe/0.60.1/docs/resources/team#name Team#name}. |
-| allowMemberTokenManagement
| boolean \| cdktf.IResolvable
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team#allow_member_token_management Team#allow_member_token_management}. |
-| id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team#id Team#id}. |
-| organization
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team#organization Team#organization}. |
+| name
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team#name Team#name}. |
+| allowMemberTokenManagement
| boolean \| cdktf.IResolvable
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team#allow_member_token_management Team#allow_member_token_management}. |
+| id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team#id Team#id}. |
+| organization
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team#organization Team#organization}. |
| organizationAccess
| TeamOrganizationAccess
| organization_access block. |
-| ssoTeamId
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team#sso_team_id Team#sso_team_id}. |
-| visibility
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team#visibility Team#visibility}. |
+| ssoTeamId
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team#sso_team_id Team#sso_team_id}. |
+| visibility
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team#visibility Team#visibility}. |
---
@@ -980,7 +980,7 @@ public readonly name: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team#name Team#name}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team#name Team#name}.
---
@@ -992,7 +992,7 @@ public readonly allowMemberTokenManagement: boolean | IResolvable;
- *Type:* boolean | cdktf.IResolvable
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team#allow_member_token_management Team#allow_member_token_management}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team#allow_member_token_management Team#allow_member_token_management}.
---
@@ -1004,7 +1004,7 @@ public readonly id: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team#id Team#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.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.
@@ -1019,7 +1019,7 @@ public readonly organization: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team#organization Team#organization}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team#organization Team#organization}.
---
@@ -1033,7 +1033,7 @@ public readonly organizationAccess: TeamOrganizationAccess;
organization_access block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team#organization_access Team#organization_access}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team#organization_access Team#organization_access}
---
@@ -1045,7 +1045,7 @@ public readonly ssoTeamId: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team#sso_team_id Team#sso_team_id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team#sso_team_id Team#sso_team_id}.
---
@@ -1057,7 +1057,7 @@ public readonly visibility: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team#visibility Team#visibility}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team#visibility Team#visibility}.
---
@@ -1075,21 +1075,21 @@ const teamOrganizationAccess: team.TeamOrganizationAccess = { ... }
| **Name** | **Type** | **Description** |
| --- | --- | --- |
-| accessSecretTeams
| boolean \| cdktf.IResolvable
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team#access_secret_teams Team#access_secret_teams}. |
-| manageAgentPools
| boolean \| cdktf.IResolvable
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team#manage_agent_pools Team#manage_agent_pools}. |
-| manageMembership
| boolean \| cdktf.IResolvable
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team#manage_membership Team#manage_membership}. |
-| manageModules
| boolean \| cdktf.IResolvable
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team#manage_modules Team#manage_modules}. |
-| manageOrganizationAccess
| boolean \| cdktf.IResolvable
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team#manage_organization_access Team#manage_organization_access}. |
-| managePolicies
| boolean \| cdktf.IResolvable
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team#manage_policies Team#manage_policies}. |
-| managePolicyOverrides
| boolean \| cdktf.IResolvable
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team#manage_policy_overrides Team#manage_policy_overrides}. |
-| manageProjects
| boolean \| cdktf.IResolvable
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team#manage_projects Team#manage_projects}. |
-| manageProviders
| boolean \| cdktf.IResolvable
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team#manage_providers Team#manage_providers}. |
-| manageRunTasks
| boolean \| cdktf.IResolvable
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team#manage_run_tasks Team#manage_run_tasks}. |
-| manageTeams
| boolean \| cdktf.IResolvable
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team#manage_teams Team#manage_teams}. |
-| manageVcsSettings
| boolean \| cdktf.IResolvable
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team#manage_vcs_settings Team#manage_vcs_settings}. |
-| manageWorkspaces
| boolean \| cdktf.IResolvable
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team#manage_workspaces Team#manage_workspaces}. |
-| readProjects
| boolean \| cdktf.IResolvable
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team#read_projects Team#read_projects}. |
-| readWorkspaces
| boolean \| cdktf.IResolvable
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team#read_workspaces Team#read_workspaces}. |
+| accessSecretTeams
| boolean \| cdktf.IResolvable
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team#access_secret_teams Team#access_secret_teams}. |
+| manageAgentPools
| boolean \| cdktf.IResolvable
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team#manage_agent_pools Team#manage_agent_pools}. |
+| manageMembership
| boolean \| cdktf.IResolvable
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team#manage_membership Team#manage_membership}. |
+| manageModules
| boolean \| cdktf.IResolvable
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team#manage_modules Team#manage_modules}. |
+| manageOrganizationAccess
| boolean \| cdktf.IResolvable
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team#manage_organization_access Team#manage_organization_access}. |
+| managePolicies
| boolean \| cdktf.IResolvable
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team#manage_policies Team#manage_policies}. |
+| managePolicyOverrides
| boolean \| cdktf.IResolvable
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team#manage_policy_overrides Team#manage_policy_overrides}. |
+| manageProjects
| boolean \| cdktf.IResolvable
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team#manage_projects Team#manage_projects}. |
+| manageProviders
| boolean \| cdktf.IResolvable
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team#manage_providers Team#manage_providers}. |
+| manageRunTasks
| boolean \| cdktf.IResolvable
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team#manage_run_tasks Team#manage_run_tasks}. |
+| manageTeams
| boolean \| cdktf.IResolvable
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team#manage_teams Team#manage_teams}. |
+| manageVcsSettings
| boolean \| cdktf.IResolvable
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team#manage_vcs_settings Team#manage_vcs_settings}. |
+| manageWorkspaces
| boolean \| cdktf.IResolvable
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team#manage_workspaces Team#manage_workspaces}. |
+| readProjects
| boolean \| cdktf.IResolvable
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team#read_projects Team#read_projects}. |
+| readWorkspaces
| boolean \| cdktf.IResolvable
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team#read_workspaces Team#read_workspaces}. |
---
@@ -1101,7 +1101,7 @@ public readonly accessSecretTeams: boolean | IResolvable;
- *Type:* boolean | cdktf.IResolvable
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team#access_secret_teams Team#access_secret_teams}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team#access_secret_teams Team#access_secret_teams}.
---
@@ -1113,7 +1113,7 @@ public readonly manageAgentPools: boolean | IResolvable;
- *Type:* boolean | cdktf.IResolvable
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team#manage_agent_pools Team#manage_agent_pools}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team#manage_agent_pools Team#manage_agent_pools}.
---
@@ -1125,7 +1125,7 @@ public readonly manageMembership: boolean | IResolvable;
- *Type:* boolean | cdktf.IResolvable
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team#manage_membership Team#manage_membership}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team#manage_membership Team#manage_membership}.
---
@@ -1137,7 +1137,7 @@ public readonly manageModules: boolean | IResolvable;
- *Type:* boolean | cdktf.IResolvable
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team#manage_modules Team#manage_modules}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team#manage_modules Team#manage_modules}.
---
@@ -1149,7 +1149,7 @@ public readonly manageOrganizationAccess: boolean | IResolvable;
- *Type:* boolean | cdktf.IResolvable
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team#manage_organization_access Team#manage_organization_access}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team#manage_organization_access Team#manage_organization_access}.
---
@@ -1161,7 +1161,7 @@ public readonly managePolicies: boolean | IResolvable;
- *Type:* boolean | cdktf.IResolvable
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team#manage_policies Team#manage_policies}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team#manage_policies Team#manage_policies}.
---
@@ -1173,7 +1173,7 @@ public readonly managePolicyOverrides: boolean | IResolvable;
- *Type:* boolean | cdktf.IResolvable
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team#manage_policy_overrides Team#manage_policy_overrides}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team#manage_policy_overrides Team#manage_policy_overrides}.
---
@@ -1185,7 +1185,7 @@ public readonly manageProjects: boolean | IResolvable;
- *Type:* boolean | cdktf.IResolvable
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team#manage_projects Team#manage_projects}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team#manage_projects Team#manage_projects}.
---
@@ -1197,7 +1197,7 @@ public readonly manageProviders: boolean | IResolvable;
- *Type:* boolean | cdktf.IResolvable
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team#manage_providers Team#manage_providers}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team#manage_providers Team#manage_providers}.
---
@@ -1209,7 +1209,7 @@ public readonly manageRunTasks: boolean | IResolvable;
- *Type:* boolean | cdktf.IResolvable
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team#manage_run_tasks Team#manage_run_tasks}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team#manage_run_tasks Team#manage_run_tasks}.
---
@@ -1221,7 +1221,7 @@ public readonly manageTeams: boolean | IResolvable;
- *Type:* boolean | cdktf.IResolvable
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team#manage_teams Team#manage_teams}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team#manage_teams Team#manage_teams}.
---
@@ -1233,7 +1233,7 @@ public readonly manageVcsSettings: boolean | IResolvable;
- *Type:* boolean | cdktf.IResolvable
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team#manage_vcs_settings Team#manage_vcs_settings}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team#manage_vcs_settings Team#manage_vcs_settings}.
---
@@ -1245,7 +1245,7 @@ public readonly manageWorkspaces: boolean | IResolvable;
- *Type:* boolean | cdktf.IResolvable
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team#manage_workspaces Team#manage_workspaces}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team#manage_workspaces Team#manage_workspaces}.
---
@@ -1257,7 +1257,7 @@ public readonly readProjects: boolean | IResolvable;
- *Type:* boolean | cdktf.IResolvable
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team#read_projects Team#read_projects}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team#read_projects Team#read_projects}.
---
@@ -1269,7 +1269,7 @@ public readonly readWorkspaces: boolean | IResolvable;
- *Type:* boolean | cdktf.IResolvable
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team#read_workspaces Team#read_workspaces}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team#read_workspaces Team#read_workspaces}.
---
diff --git a/docs/teamAccess.csharp.md b/docs/teamAccess.csharp.md
index d1024ab57..185322026 100644
--- a/docs/teamAccess.csharp.md
+++ b/docs/teamAccess.csharp.md
@@ -4,7 +4,7 @@
### TeamAccess
-Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_access tfe_team_access}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_access tfe_team_access}.
#### Initializers
@@ -501,7 +501,7 @@ The construct id used in the generated config for the TeamAccess to import.
The id of the existing TeamAccess that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_access#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_access#import import section} in the documentation of this resource for the id to use
---
@@ -840,10 +840,10 @@ new TeamAccessConfig {
| Lifecycle
| HashiCorp.Cdktf.TerraformResourceLifecycle
| *No description.* |
| Provider
| HashiCorp.Cdktf.TerraformProvider
| *No description.* |
| Provisioners
| object[]
| *No description.* |
-| TeamId
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_access#team_id TeamAccess#team_id}. |
-| WorkspaceId
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_access#workspace_id TeamAccess#workspace_id}. |
-| Access
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_access#access TeamAccess#access}. |
-| Id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_access#id TeamAccess#id}. |
+| TeamId
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_access#team_id TeamAccess#team_id}. |
+| WorkspaceId
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_access#workspace_id TeamAccess#workspace_id}. |
+| Access
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_access#access TeamAccess#access}. |
+| Id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_access#id TeamAccess#id}. |
| Permissions
| object
| permissions block. |
---
@@ -926,7 +926,7 @@ public string TeamId { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_access#team_id TeamAccess#team_id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_access#team_id TeamAccess#team_id}.
---
@@ -938,7 +938,7 @@ public string WorkspaceId { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_access#workspace_id TeamAccess#workspace_id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_access#workspace_id TeamAccess#workspace_id}.
---
@@ -950,7 +950,7 @@ public string Access { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_access#access TeamAccess#access}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_access#access TeamAccess#access}.
---
@@ -962,7 +962,7 @@ public string Id { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_access#id TeamAccess#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_access#id TeamAccess#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -979,7 +979,7 @@ public object Permissions { get; set; }
permissions block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_access#permissions TeamAccess#permissions}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_access#permissions TeamAccess#permissions}
---
@@ -1004,12 +1004,12 @@ new TeamAccessPermissions {
| **Name** | **Type** | **Description** |
| --- | --- | --- |
-| Runs
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_access#runs TeamAccess#runs}. |
-| RunTasks
| object
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_access#run_tasks TeamAccess#run_tasks}. |
-| SentinelMocks
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_access#sentinel_mocks TeamAccess#sentinel_mocks}. |
-| StateVersions
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_access#state_versions TeamAccess#state_versions}. |
-| Variables
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_access#variables TeamAccess#variables}. |
-| WorkspaceLocking
| object
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_access#workspace_locking TeamAccess#workspace_locking}. |
+| Runs
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_access#runs TeamAccess#runs}. |
+| RunTasks
| object
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_access#run_tasks TeamAccess#run_tasks}. |
+| SentinelMocks
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_access#sentinel_mocks TeamAccess#sentinel_mocks}. |
+| StateVersions
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_access#state_versions TeamAccess#state_versions}. |
+| Variables
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_access#variables TeamAccess#variables}. |
+| WorkspaceLocking
| object
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_access#workspace_locking TeamAccess#workspace_locking}. |
---
@@ -1021,7 +1021,7 @@ public string Runs { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_access#runs TeamAccess#runs}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_access#runs TeamAccess#runs}.
---
@@ -1033,7 +1033,7 @@ public object RunTasks { get; set; }
- *Type:* object
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_access#run_tasks TeamAccess#run_tasks}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_access#run_tasks TeamAccess#run_tasks}.
---
@@ -1045,7 +1045,7 @@ public string SentinelMocks { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_access#sentinel_mocks TeamAccess#sentinel_mocks}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_access#sentinel_mocks TeamAccess#sentinel_mocks}.
---
@@ -1057,7 +1057,7 @@ public string StateVersions { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_access#state_versions TeamAccess#state_versions}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_access#state_versions TeamAccess#state_versions}.
---
@@ -1069,7 +1069,7 @@ public string Variables { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_access#variables TeamAccess#variables}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_access#variables TeamAccess#variables}.
---
@@ -1081,7 +1081,7 @@ public object WorkspaceLocking { get; set; }
- *Type:* object
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_access#workspace_locking TeamAccess#workspace_locking}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_access#workspace_locking TeamAccess#workspace_locking}.
---
diff --git a/docs/teamAccess.go.md b/docs/teamAccess.go.md
index 469685220..d821984e4 100644
--- a/docs/teamAccess.go.md
+++ b/docs/teamAccess.go.md
@@ -4,7 +4,7 @@
### TeamAccess
-Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_access tfe_team_access}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_access tfe_team_access}.
#### Initializers
@@ -501,7 +501,7 @@ The construct id used in the generated config for the TeamAccess to import.
The id of the existing TeamAccess that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_access#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_access#import import section} in the documentation of this resource for the id to use
---
@@ -840,10 +840,10 @@ import "github.com/cdktf/cdktf-provider-tfe-go/tfe/v11/teamaccess"
| 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.* |
-| TeamId
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_access#team_id TeamAccess#team_id}. |
-| WorkspaceId
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_access#workspace_id TeamAccess#workspace_id}. |
-| Access
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_access#access TeamAccess#access}. |
-| Id
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_access#id TeamAccess#id}. |
+| TeamId
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_access#team_id TeamAccess#team_id}. |
+| WorkspaceId
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_access#workspace_id TeamAccess#workspace_id}. |
+| Access
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_access#access TeamAccess#access}. |
+| Id
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_access#id TeamAccess#id}. |
| Permissions
| interface{}
| permissions block. |
---
@@ -926,7 +926,7 @@ TeamId *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_access#team_id TeamAccess#team_id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_access#team_id TeamAccess#team_id}.
---
@@ -938,7 +938,7 @@ WorkspaceId *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_access#workspace_id TeamAccess#workspace_id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_access#workspace_id TeamAccess#workspace_id}.
---
@@ -950,7 +950,7 @@ Access *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_access#access TeamAccess#access}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_access#access TeamAccess#access}.
---
@@ -962,7 +962,7 @@ Id *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_access#id TeamAccess#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_access#id TeamAccess#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -979,7 +979,7 @@ Permissions interface{}
permissions block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_access#permissions TeamAccess#permissions}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_access#permissions TeamAccess#permissions}
---
@@ -1004,12 +1004,12 @@ import "github.com/cdktf/cdktf-provider-tfe-go/tfe/v11/teamaccess"
| **Name** | **Type** | **Description** |
| --- | --- | --- |
-| Runs
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_access#runs TeamAccess#runs}. |
-| RunTasks
| interface{}
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_access#run_tasks TeamAccess#run_tasks}. |
-| SentinelMocks
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_access#sentinel_mocks TeamAccess#sentinel_mocks}. |
-| StateVersions
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_access#state_versions TeamAccess#state_versions}. |
-| Variables
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_access#variables TeamAccess#variables}. |
-| WorkspaceLocking
| interface{}
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_access#workspace_locking TeamAccess#workspace_locking}. |
+| Runs
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_access#runs TeamAccess#runs}. |
+| RunTasks
| interface{}
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_access#run_tasks TeamAccess#run_tasks}. |
+| SentinelMocks
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_access#sentinel_mocks TeamAccess#sentinel_mocks}. |
+| StateVersions
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_access#state_versions TeamAccess#state_versions}. |
+| Variables
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_access#variables TeamAccess#variables}. |
+| WorkspaceLocking
| interface{}
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_access#workspace_locking TeamAccess#workspace_locking}. |
---
@@ -1021,7 +1021,7 @@ Runs *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_access#runs TeamAccess#runs}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_access#runs TeamAccess#runs}.
---
@@ -1033,7 +1033,7 @@ RunTasks interface{}
- *Type:* interface{}
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_access#run_tasks TeamAccess#run_tasks}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_access#run_tasks TeamAccess#run_tasks}.
---
@@ -1045,7 +1045,7 @@ SentinelMocks *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_access#sentinel_mocks TeamAccess#sentinel_mocks}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_access#sentinel_mocks TeamAccess#sentinel_mocks}.
---
@@ -1057,7 +1057,7 @@ StateVersions *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_access#state_versions TeamAccess#state_versions}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_access#state_versions TeamAccess#state_versions}.
---
@@ -1069,7 +1069,7 @@ Variables *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_access#variables TeamAccess#variables}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_access#variables TeamAccess#variables}.
---
@@ -1081,7 +1081,7 @@ WorkspaceLocking interface{}
- *Type:* interface{}
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_access#workspace_locking TeamAccess#workspace_locking}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_access#workspace_locking TeamAccess#workspace_locking}.
---
diff --git a/docs/teamAccess.java.md b/docs/teamAccess.java.md
index 167a84b39..8e7e44671 100644
--- a/docs/teamAccess.java.md
+++ b/docs/teamAccess.java.md
@@ -4,7 +4,7 @@
### TeamAccess
-Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_access tfe_team_access}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_access tfe_team_access}.
#### Initializers
@@ -43,10 +43,10 @@ TeamAccess.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.* |
-| teamId
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_access#team_id TeamAccess#team_id}. |
-| workspaceId
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_access#workspace_id TeamAccess#workspace_id}. |
-| access
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_access#access TeamAccess#access}. |
-| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_access#id TeamAccess#id}. |
+| teamId
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_access#team_id TeamAccess#team_id}. |
+| workspaceId
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_access#workspace_id TeamAccess#workspace_id}. |
+| access
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_access#access TeamAccess#access}. |
+| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_access#id TeamAccess#id}. |
| permissions
| com.hashicorp.cdktf.IResolvable OR java.util.List<TeamAccessPermissions>
| permissions block. |
---
@@ -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/hashicorp/tfe/0.60.1/docs/resources/team_access#team_id TeamAccess#team_id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_access#team_id TeamAccess#team_id}.
---
@@ -123,7 +123,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_access#workspace_id TeamAccess#workspace_id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_access#workspace_id TeamAccess#workspace_id}.
---
@@ -131,7 +131,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_access#access TeamAccess#access}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_access#access TeamAccess#access}.
---
@@ -139,7 +139,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_access#id TeamAccess#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_access#id TeamAccess#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -152,7 +152,7 @@ If you experience problems setting this value it might not be settable. Please t
permissions block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_access#permissions TeamAccess#permissions}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_access#permissions TeamAccess#permissions}
---
@@ -613,7 +613,7 @@ The construct id used in the generated config for the TeamAccess to import.
The id of the existing TeamAccess that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_access#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_access#import import section} in the documentation of this resource for the id to use
---
@@ -957,10 +957,10 @@ TeamAccessConfig.builder()
| lifecycle
| com.hashicorp.cdktf.TerraformResourceLifecycle
| *No description.* |
| provider
| com.hashicorp.cdktf.TerraformProvider
| *No description.* |
| provisioners
| java.util.List
| *No description.* |
-| teamId
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_access#team_id TeamAccess#team_id}. |
-| workspaceId
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_access#workspace_id TeamAccess#workspace_id}. |
-| access
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_access#access TeamAccess#access}. |
-| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_access#id TeamAccess#id}. |
+| teamId
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_access#team_id TeamAccess#team_id}. |
+| workspaceId
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_access#workspace_id TeamAccess#workspace_id}. |
+| access
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_access#access TeamAccess#access}. |
+| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_access#id TeamAccess#id}. |
| permissions
| com.hashicorp.cdktf.IResolvable OR java.util.List<TeamAccessPermissions>
| permissions block. |
---
@@ -1043,7 +1043,7 @@ public java.lang.String getTeamId();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_access#team_id TeamAccess#team_id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_access#team_id TeamAccess#team_id}.
---
@@ -1055,7 +1055,7 @@ public java.lang.String getWorkspaceId();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_access#workspace_id TeamAccess#workspace_id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_access#workspace_id TeamAccess#workspace_id}.
---
@@ -1067,7 +1067,7 @@ public java.lang.String getAccess();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_access#access TeamAccess#access}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_access#access TeamAccess#access}.
---
@@ -1079,7 +1079,7 @@ public java.lang.String getId();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_access#id TeamAccess#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_access#id TeamAccess#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you 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 @@ public java.lang.Object getPermissions();
permissions block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_access#permissions TeamAccess#permissions}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_access#permissions TeamAccess#permissions}
---
@@ -1123,12 +1123,12 @@ TeamAccessPermissions.builder()
| **Name** | **Type** | **Description** |
| --- | --- | --- |
-| runs
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_access#runs TeamAccess#runs}. |
-| runTasks
| java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_access#run_tasks TeamAccess#run_tasks}. |
-| sentinelMocks
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_access#sentinel_mocks TeamAccess#sentinel_mocks}. |
-| stateVersions
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_access#state_versions TeamAccess#state_versions}. |
-| variables
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_access#variables TeamAccess#variables}. |
-| workspaceLocking
| java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_access#workspace_locking TeamAccess#workspace_locking}. |
+| runs
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_access#runs TeamAccess#runs}. |
+| runTasks
| java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_access#run_tasks TeamAccess#run_tasks}. |
+| sentinelMocks
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_access#sentinel_mocks TeamAccess#sentinel_mocks}. |
+| stateVersions
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_access#state_versions TeamAccess#state_versions}. |
+| variables
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_access#variables TeamAccess#variables}. |
+| workspaceLocking
| java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_access#workspace_locking TeamAccess#workspace_locking}. |
---
@@ -1140,7 +1140,7 @@ public java.lang.String getRuns();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_access#runs TeamAccess#runs}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_access#runs TeamAccess#runs}.
---
@@ -1152,7 +1152,7 @@ public java.lang.Object getRunTasks();
- *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_access#run_tasks TeamAccess#run_tasks}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_access#run_tasks TeamAccess#run_tasks}.
---
@@ -1164,7 +1164,7 @@ public java.lang.String getSentinelMocks();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_access#sentinel_mocks TeamAccess#sentinel_mocks}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_access#sentinel_mocks TeamAccess#sentinel_mocks}.
---
@@ -1176,7 +1176,7 @@ public java.lang.String getStateVersions();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_access#state_versions TeamAccess#state_versions}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_access#state_versions TeamAccess#state_versions}.
---
@@ -1188,7 +1188,7 @@ public java.lang.String getVariables();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_access#variables TeamAccess#variables}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_access#variables TeamAccess#variables}.
---
@@ -1200,7 +1200,7 @@ public java.lang.Object getWorkspaceLocking();
- *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_access#workspace_locking TeamAccess#workspace_locking}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_access#workspace_locking TeamAccess#workspace_locking}.
---
diff --git a/docs/teamAccess.python.md b/docs/teamAccess.python.md
index ea8e62785..5d5900a52 100644
--- a/docs/teamAccess.python.md
+++ b/docs/teamAccess.python.md
@@ -4,7 +4,7 @@
### TeamAccess
-Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_access tfe_team_access}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_access tfe_team_access}.
#### Initializers
@@ -40,10 +40,10 @@ teamAccess.TeamAccess(
| lifecycle
| cdktf.TerraformResourceLifecycle
| *No description.* |
| provider
| cdktf.TerraformProvider
| *No description.* |
| provisioners
| typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]]
| *No description.* |
-| team_id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_access#team_id TeamAccess#team_id}. |
-| workspace_id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_access#workspace_id TeamAccess#workspace_id}. |
-| access
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_access#access TeamAccess#access}. |
-| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_access#id TeamAccess#id}. |
+| team_id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_access#team_id TeamAccess#team_id}. |
+| workspace_id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_access#workspace_id TeamAccess#workspace_id}. |
+| access
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_access#access TeamAccess#access}. |
+| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_access#id TeamAccess#id}. |
| permissions
| typing.Union[cdktf.IResolvable, typing.List[TeamAccessPermissions]]
| permissions block. |
---
@@ -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/hashicorp/tfe/0.60.1/docs/resources/team_access#team_id TeamAccess#team_id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_access#team_id TeamAccess#team_id}.
---
@@ -120,7 +120,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_access#workspace_id TeamAccess#workspace_id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_access#workspace_id TeamAccess#workspace_id}.
---
@@ -128,7 +128,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_access#access TeamAccess#access}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_access#access TeamAccess#access}.
---
@@ -136,7 +136,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_access#id TeamAccess#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_access#id TeamAccess#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you 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
permissions block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_access#permissions TeamAccess#permissions}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_access#permissions TeamAccess#permissions}
---
@@ -658,7 +658,7 @@ The construct id used in the generated config for the TeamAccess to import.
The id of the existing TeamAccess that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_access#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_access#import import section} in the documentation of this resource for the id to use
---
@@ -997,10 +997,10 @@ teamAccess.TeamAccessConfig(
| lifecycle
| cdktf.TerraformResourceLifecycle
| *No description.* |
| provider
| cdktf.TerraformProvider
| *No description.* |
| provisioners
| typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]]
| *No description.* |
-| team_id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_access#team_id TeamAccess#team_id}. |
-| workspace_id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_access#workspace_id TeamAccess#workspace_id}. |
-| access
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_access#access TeamAccess#access}. |
-| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_access#id TeamAccess#id}. |
+| team_id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_access#team_id TeamAccess#team_id}. |
+| workspace_id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_access#workspace_id TeamAccess#workspace_id}. |
+| access
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_access#access TeamAccess#access}. |
+| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_access#id TeamAccess#id}. |
| permissions
| typing.Union[cdktf.IResolvable, typing.List[TeamAccessPermissions]]
| permissions block. |
---
@@ -1083,7 +1083,7 @@ team_id: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_access#team_id TeamAccess#team_id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_access#team_id TeamAccess#team_id}.
---
@@ -1095,7 +1095,7 @@ workspace_id: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_access#workspace_id TeamAccess#workspace_id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_access#workspace_id TeamAccess#workspace_id}.
---
@@ -1107,7 +1107,7 @@ access: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_access#access TeamAccess#access}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_access#access TeamAccess#access}.
---
@@ -1119,7 +1119,7 @@ id: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_access#id TeamAccess#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_access#id TeamAccess#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -1136,7 +1136,7 @@ permissions: typing.Union[IResolvable, typing.List[TeamAccessPermissions]]
permissions block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_access#permissions TeamAccess#permissions}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_access#permissions TeamAccess#permissions}
---
@@ -1161,12 +1161,12 @@ teamAccess.TeamAccessPermissions(
| **Name** | **Type** | **Description** |
| --- | --- | --- |
-| runs
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_access#runs TeamAccess#runs}. |
-| run_tasks
| typing.Union[bool, cdktf.IResolvable]
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_access#run_tasks TeamAccess#run_tasks}. |
-| sentinel_mocks
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_access#sentinel_mocks TeamAccess#sentinel_mocks}. |
-| state_versions
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_access#state_versions TeamAccess#state_versions}. |
-| variables
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_access#variables TeamAccess#variables}. |
-| workspace_locking
| typing.Union[bool, cdktf.IResolvable]
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_access#workspace_locking TeamAccess#workspace_locking}. |
+| runs
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_access#runs TeamAccess#runs}. |
+| run_tasks
| typing.Union[bool, cdktf.IResolvable]
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_access#run_tasks TeamAccess#run_tasks}. |
+| sentinel_mocks
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_access#sentinel_mocks TeamAccess#sentinel_mocks}. |
+| state_versions
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_access#state_versions TeamAccess#state_versions}. |
+| variables
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_access#variables TeamAccess#variables}. |
+| workspace_locking
| typing.Union[bool, cdktf.IResolvable]
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_access#workspace_locking TeamAccess#workspace_locking}. |
---
@@ -1178,7 +1178,7 @@ runs: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_access#runs TeamAccess#runs}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_access#runs TeamAccess#runs}.
---
@@ -1190,7 +1190,7 @@ run_tasks: typing.Union[bool, IResolvable]
- *Type:* typing.Union[bool, cdktf.IResolvable]
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_access#run_tasks TeamAccess#run_tasks}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_access#run_tasks TeamAccess#run_tasks}.
---
@@ -1202,7 +1202,7 @@ sentinel_mocks: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_access#sentinel_mocks TeamAccess#sentinel_mocks}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_access#sentinel_mocks TeamAccess#sentinel_mocks}.
---
@@ -1214,7 +1214,7 @@ state_versions: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_access#state_versions TeamAccess#state_versions}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_access#state_versions TeamAccess#state_versions}.
---
@@ -1226,7 +1226,7 @@ variables: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_access#variables TeamAccess#variables}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_access#variables TeamAccess#variables}.
---
@@ -1238,7 +1238,7 @@ workspace_locking: typing.Union[bool, IResolvable]
- *Type:* typing.Union[bool, cdktf.IResolvable]
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_access#workspace_locking TeamAccess#workspace_locking}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_access#workspace_locking TeamAccess#workspace_locking}.
---
diff --git a/docs/teamAccess.typescript.md b/docs/teamAccess.typescript.md
index 76313b2b9..b21d54b50 100644
--- a/docs/teamAccess.typescript.md
+++ b/docs/teamAccess.typescript.md
@@ -4,7 +4,7 @@
### TeamAccess
-Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_access tfe_team_access}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_access tfe_team_access}.
#### Initializers
@@ -501,7 +501,7 @@ The construct id used in the generated config for the TeamAccess to import.
The id of the existing TeamAccess that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_access#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_access#import import section} in the documentation of this resource for the id to use
---
@@ -827,10 +827,10 @@ const teamAccessConfig: teamAccess.TeamAccessConfig = { ... }
| lifecycle
| cdktf.TerraformResourceLifecycle
| *No description.* |
| provider
| cdktf.TerraformProvider
| *No description.* |
| provisioners
| cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[]
| *No description.* |
-| teamId
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_access#team_id TeamAccess#team_id}. |
-| workspaceId
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_access#workspace_id TeamAccess#workspace_id}. |
-| access
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_access#access TeamAccess#access}. |
-| id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_access#id TeamAccess#id}. |
+| teamId
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_access#team_id TeamAccess#team_id}. |
+| workspaceId
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_access#workspace_id TeamAccess#workspace_id}. |
+| access
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_access#access TeamAccess#access}. |
+| id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_access#id TeamAccess#id}. |
| permissions
| cdktf.IResolvable \| TeamAccessPermissions[]
| permissions block. |
---
@@ -913,7 +913,7 @@ public readonly teamId: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_access#team_id TeamAccess#team_id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_access#team_id TeamAccess#team_id}.
---
@@ -925,7 +925,7 @@ public readonly workspaceId: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_access#workspace_id TeamAccess#workspace_id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_access#workspace_id TeamAccess#workspace_id}.
---
@@ -937,7 +937,7 @@ public readonly access: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_access#access TeamAccess#access}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_access#access TeamAccess#access}.
---
@@ -949,7 +949,7 @@ public readonly id: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_access#id TeamAccess#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_access#id TeamAccess#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -966,7 +966,7 @@ public readonly permissions: IResolvable | TeamAccessPermissions[];
permissions block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_access#permissions TeamAccess#permissions}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_access#permissions TeamAccess#permissions}
---
@@ -984,12 +984,12 @@ const teamAccessPermissions: teamAccess.TeamAccessPermissions = { ... }
| **Name** | **Type** | **Description** |
| --- | --- | --- |
-| runs
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_access#runs TeamAccess#runs}. |
-| runTasks
| boolean \| cdktf.IResolvable
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_access#run_tasks TeamAccess#run_tasks}. |
-| sentinelMocks
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_access#sentinel_mocks TeamAccess#sentinel_mocks}. |
-| stateVersions
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_access#state_versions TeamAccess#state_versions}. |
-| variables
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_access#variables TeamAccess#variables}. |
-| workspaceLocking
| boolean \| cdktf.IResolvable
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_access#workspace_locking TeamAccess#workspace_locking}. |
+| runs
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_access#runs TeamAccess#runs}. |
+| runTasks
| boolean \| cdktf.IResolvable
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_access#run_tasks TeamAccess#run_tasks}. |
+| sentinelMocks
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_access#sentinel_mocks TeamAccess#sentinel_mocks}. |
+| stateVersions
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_access#state_versions TeamAccess#state_versions}. |
+| variables
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_access#variables TeamAccess#variables}. |
+| workspaceLocking
| boolean \| cdktf.IResolvable
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_access#workspace_locking TeamAccess#workspace_locking}. |
---
@@ -1001,7 +1001,7 @@ public readonly runs: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_access#runs TeamAccess#runs}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_access#runs TeamAccess#runs}.
---
@@ -1013,7 +1013,7 @@ public readonly runTasks: boolean | IResolvable;
- *Type:* boolean | cdktf.IResolvable
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_access#run_tasks TeamAccess#run_tasks}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_access#run_tasks TeamAccess#run_tasks}.
---
@@ -1025,7 +1025,7 @@ public readonly sentinelMocks: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_access#sentinel_mocks TeamAccess#sentinel_mocks}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_access#sentinel_mocks TeamAccess#sentinel_mocks}.
---
@@ -1037,7 +1037,7 @@ public readonly stateVersions: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_access#state_versions TeamAccess#state_versions}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_access#state_versions TeamAccess#state_versions}.
---
@@ -1049,7 +1049,7 @@ public readonly variables: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_access#variables TeamAccess#variables}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_access#variables TeamAccess#variables}.
---
@@ -1061,7 +1061,7 @@ public readonly workspaceLocking: boolean | IResolvable;
- *Type:* boolean | cdktf.IResolvable
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_access#workspace_locking TeamAccess#workspace_locking}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_access#workspace_locking TeamAccess#workspace_locking}.
---
diff --git a/docs/teamMember.csharp.md b/docs/teamMember.csharp.md
index 757c2535c..0fbe68fdf 100644
--- a/docs/teamMember.csharp.md
+++ b/docs/teamMember.csharp.md
@@ -4,7 +4,7 @@
### TeamMember
-Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_member tfe_team_member}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_member tfe_team_member}.
#### Initializers
@@ -474,7 +474,7 @@ The construct id used in the generated config for the TeamMember to import.
The id of the existing TeamMember that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_member#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_member#import import section} in the documentation of this resource for the id to use
---
@@ -767,9 +767,9 @@ new TeamMemberConfig {
| Lifecycle
| HashiCorp.Cdktf.TerraformResourceLifecycle
| *No description.* |
| Provider
| HashiCorp.Cdktf.TerraformProvider
| *No description.* |
| Provisioners
| object[]
| *No description.* |
-| TeamId
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_member#team_id TeamMember#team_id}. |
-| Username
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_member#username TeamMember#username}. |
-| Id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_member#id TeamMember#id}. |
+| TeamId
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_member#team_id TeamMember#team_id}. |
+| Username
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_member#username TeamMember#username}. |
+| Id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_member#id TeamMember#id}. |
---
@@ -851,7 +851,7 @@ public string TeamId { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_member#team_id TeamMember#team_id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_member#team_id TeamMember#team_id}.
---
@@ -863,7 +863,7 @@ public string Username { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_member#username TeamMember#username}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_member#username TeamMember#username}.
---
@@ -875,7 +875,7 @@ public string Id { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_member#id TeamMember#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_member#id TeamMember#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
diff --git a/docs/teamMember.go.md b/docs/teamMember.go.md
index 0971e299c..8e96e445c 100644
--- a/docs/teamMember.go.md
+++ b/docs/teamMember.go.md
@@ -4,7 +4,7 @@
### TeamMember
-Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_member tfe_team_member}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_member tfe_team_member}.
#### Initializers
@@ -474,7 +474,7 @@ The construct id used in the generated config for the TeamMember to import.
The id of the existing TeamMember that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_member#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_member#import import section} in the documentation of this resource for the id to use
---
@@ -767,9 +767,9 @@ import "github.com/cdktf/cdktf-provider-tfe-go/tfe/v11/teammember"
| 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.* |
-| TeamId
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_member#team_id TeamMember#team_id}. |
-| Username
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_member#username TeamMember#username}. |
-| Id
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_member#id TeamMember#id}. |
+| TeamId
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_member#team_id TeamMember#team_id}. |
+| Username
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_member#username TeamMember#username}. |
+| Id
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_member#id TeamMember#id}. |
---
@@ -851,7 +851,7 @@ TeamId *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_member#team_id TeamMember#team_id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_member#team_id TeamMember#team_id}.
---
@@ -863,7 +863,7 @@ Username *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_member#username TeamMember#username}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_member#username TeamMember#username}.
---
@@ -875,7 +875,7 @@ Id *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_member#id TeamMember#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_member#id TeamMember#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
diff --git a/docs/teamMember.java.md b/docs/teamMember.java.md
index 71c6929f4..2d38c004e 100644
--- a/docs/teamMember.java.md
+++ b/docs/teamMember.java.md
@@ -4,7 +4,7 @@
### TeamMember
-Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_member tfe_team_member}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_member tfe_team_member}.
#### Initializers
@@ -40,9 +40,9 @@ TeamMember.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.* |
-| teamId
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_member#team_id TeamMember#team_id}. |
-| username
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_member#username TeamMember#username}. |
-| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_member#id TeamMember#id}. |
+| teamId
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_member#team_id TeamMember#team_id}. |
+| username
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_member#username TeamMember#username}. |
+| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_member#id TeamMember#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/hashicorp/tfe/0.60.1/docs/resources/team_member#team_id TeamMember#team_id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_member#team_id TeamMember#team_id}.
---
@@ -118,7 +118,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_member#username TeamMember#username}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_member#username TeamMember#username}.
---
@@ -126,7 +126,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_member#id TeamMember#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_member#id TeamMember#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -563,7 +563,7 @@ The construct id used in the generated config for the TeamMember to import.
The id of the existing TeamMember that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_member#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_member#import import section} in the documentation of this resource for the id to use
---
@@ -860,9 +860,9 @@ TeamMemberConfig.builder()
| lifecycle
| com.hashicorp.cdktf.TerraformResourceLifecycle
| *No description.* |
| provider
| com.hashicorp.cdktf.TerraformProvider
| *No description.* |
| provisioners
| java.util.List
| *No description.* |
-| teamId
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_member#team_id TeamMember#team_id}. |
-| username
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_member#username TeamMember#username}. |
-| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_member#id TeamMember#id}. |
+| teamId
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_member#team_id TeamMember#team_id}. |
+| username
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_member#username TeamMember#username}. |
+| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_member#id TeamMember#id}. |
---
@@ -944,7 +944,7 @@ public java.lang.String getTeamId();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_member#team_id TeamMember#team_id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_member#team_id TeamMember#team_id}.
---
@@ -956,7 +956,7 @@ public java.lang.String getUsername();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_member#username TeamMember#username}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_member#username TeamMember#username}.
---
@@ -968,7 +968,7 @@ public java.lang.String getId();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_member#id TeamMember#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_member#id TeamMember#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
diff --git a/docs/teamMember.python.md b/docs/teamMember.python.md
index 6ae57032c..b9418748c 100644
--- a/docs/teamMember.python.md
+++ b/docs/teamMember.python.md
@@ -4,7 +4,7 @@
### TeamMember
-Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_member tfe_team_member}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_member tfe_team_member}.
#### Initializers
@@ -38,9 +38,9 @@ teamMember.TeamMember(
| lifecycle
| cdktf.TerraformResourceLifecycle
| *No description.* |
| provider
| cdktf.TerraformProvider
| *No description.* |
| provisioners
| typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]]
| *No description.* |
-| team_id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_member#team_id TeamMember#team_id}. |
-| username
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_member#username TeamMember#username}. |
-| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_member#id TeamMember#id}. |
+| team_id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_member#team_id TeamMember#team_id}. |
+| username
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_member#username TeamMember#username}. |
+| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_member#id TeamMember#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/hashicorp/tfe/0.60.1/docs/resources/team_member#team_id TeamMember#team_id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_member#team_id TeamMember#team_id}.
---
@@ -116,7 +116,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_member#username TeamMember#username}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_member#username TeamMember#username}.
---
@@ -124,7 +124,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_member#id TeamMember#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_member#id TeamMember#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -607,7 +607,7 @@ The construct id used in the generated config for the TeamMember to import.
The id of the existing TeamMember that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_member#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_member#import import section} in the documentation of this resource for the id to use
---
@@ -900,9 +900,9 @@ teamMember.TeamMemberConfig(
| lifecycle
| cdktf.TerraformResourceLifecycle
| *No description.* |
| provider
| cdktf.TerraformProvider
| *No description.* |
| provisioners
| typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]]
| *No description.* |
-| team_id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_member#team_id TeamMember#team_id}. |
-| username
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_member#username TeamMember#username}. |
-| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_member#id TeamMember#id}. |
+| team_id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_member#team_id TeamMember#team_id}. |
+| username
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_member#username TeamMember#username}. |
+| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_member#id TeamMember#id}. |
---
@@ -984,7 +984,7 @@ team_id: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_member#team_id TeamMember#team_id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_member#team_id TeamMember#team_id}.
---
@@ -996,7 +996,7 @@ username: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_member#username TeamMember#username}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_member#username TeamMember#username}.
---
@@ -1008,7 +1008,7 @@ id: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_member#id TeamMember#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_member#id TeamMember#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
diff --git a/docs/teamMember.typescript.md b/docs/teamMember.typescript.md
index 85eaa26a8..092dc7a4c 100644
--- a/docs/teamMember.typescript.md
+++ b/docs/teamMember.typescript.md
@@ -4,7 +4,7 @@
### TeamMember
-Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_member tfe_team_member}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_member tfe_team_member}.
#### Initializers
@@ -474,7 +474,7 @@ The construct id used in the generated config for the TeamMember to import.
The id of the existing TeamMember that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_member#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_member#import import section} in the documentation of this resource for the id to use
---
@@ -756,9 +756,9 @@ const teamMemberConfig: teamMember.TeamMemberConfig = { ... }
| lifecycle
| cdktf.TerraformResourceLifecycle
| *No description.* |
| provider
| cdktf.TerraformProvider
| *No description.* |
| provisioners
| cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[]
| *No description.* |
-| teamId
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_member#team_id TeamMember#team_id}. |
-| username
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_member#username TeamMember#username}. |
-| id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_member#id TeamMember#id}. |
+| teamId
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_member#team_id TeamMember#team_id}. |
+| username
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_member#username TeamMember#username}. |
+| id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_member#id TeamMember#id}. |
---
@@ -840,7 +840,7 @@ public readonly teamId: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_member#team_id TeamMember#team_id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_member#team_id TeamMember#team_id}.
---
@@ -852,7 +852,7 @@ public readonly username: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_member#username TeamMember#username}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_member#username TeamMember#username}.
---
@@ -864,7 +864,7 @@ public readonly id: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_member#id TeamMember#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_member#id TeamMember#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
diff --git a/docs/teamMembers.csharp.md b/docs/teamMembers.csharp.md
index f75eb203f..34667e8f5 100644
--- a/docs/teamMembers.csharp.md
+++ b/docs/teamMembers.csharp.md
@@ -4,7 +4,7 @@
### TeamMembers
-Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_members tfe_team_members}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_members tfe_team_members}.
#### Initializers
@@ -474,7 +474,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/hashicorp/tfe/0.60.1/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/hashicorp/tfe/0.61.0/docs/resources/team_members#import import section} in the documentation of this resource for the id to use
---
@@ -767,9 +767,9 @@ new TeamMembersConfig {
| Lifecycle
| HashiCorp.Cdktf.TerraformResourceLifecycle
| *No description.* |
| Provider
| HashiCorp.Cdktf.TerraformProvider
| *No description.* |
| Provisioners
| object[]
| *No description.* |
-| TeamId
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_members#team_id TeamMembers#team_id}. |
-| Usernames
| string[]
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_members#usernames TeamMembers#usernames}. |
-| Id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_members#id TeamMembers#id}. |
+| TeamId
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_members#team_id TeamMembers#team_id}. |
+| Usernames
| string[]
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_members#usernames TeamMembers#usernames}. |
+| Id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_members#id TeamMembers#id}. |
---
@@ -851,7 +851,7 @@ public string TeamId { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_members#team_id TeamMembers#team_id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_members#team_id TeamMembers#team_id}.
---
@@ -863,7 +863,7 @@ public string[] Usernames { get; set; }
- *Type:* string[]
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_members#usernames TeamMembers#usernames}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_members#usernames TeamMembers#usernames}.
---
@@ -875,7 +875,7 @@ public string Id { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_members#id TeamMembers#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.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.
diff --git a/docs/teamMembers.go.md b/docs/teamMembers.go.md
index 22d887fc7..0982880db 100644
--- a/docs/teamMembers.go.md
+++ b/docs/teamMembers.go.md
@@ -4,7 +4,7 @@
### TeamMembers
-Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_members tfe_team_members}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_members tfe_team_members}.
#### Initializers
@@ -474,7 +474,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/hashicorp/tfe/0.60.1/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/hashicorp/tfe/0.61.0/docs/resources/team_members#import import section} in the documentation of this resource for the id to use
---
@@ -767,9 +767,9 @@ import "github.com/cdktf/cdktf-provider-tfe-go/tfe/v11/teammembers"
| 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.* |
-| TeamId
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_members#team_id TeamMembers#team_id}. |
-| Usernames
| *[]*string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_members#usernames TeamMembers#usernames}. |
-| Id
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_members#id TeamMembers#id}. |
+| TeamId
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_members#team_id TeamMembers#team_id}. |
+| Usernames
| *[]*string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_members#usernames TeamMembers#usernames}. |
+| Id
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_members#id TeamMembers#id}. |
---
@@ -851,7 +851,7 @@ TeamId *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_members#team_id TeamMembers#team_id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_members#team_id TeamMembers#team_id}.
---
@@ -863,7 +863,7 @@ Usernames *[]*string
- *Type:* *[]*string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_members#usernames TeamMembers#usernames}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_members#usernames TeamMembers#usernames}.
---
@@ -875,7 +875,7 @@ Id *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_members#id TeamMembers#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.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.
diff --git a/docs/teamMembers.java.md b/docs/teamMembers.java.md
index dce1a2fef..d2c7f9a74 100644
--- a/docs/teamMembers.java.md
+++ b/docs/teamMembers.java.md
@@ -4,7 +4,7 @@
### TeamMembers
-Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_members tfe_team_members}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_members tfe_team_members}.
#### Initializers
@@ -40,9 +40,9 @@ TeamMembers.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.* |
-| teamId
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_members#team_id TeamMembers#team_id}. |
-| usernames
| java.util.List
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_members#usernames TeamMembers#usernames}. |
-| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_members#id TeamMembers#id}. |
+| teamId
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_members#team_id TeamMembers#team_id}. |
+| usernames
| java.util.List
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_members#usernames TeamMembers#usernames}. |
+| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_members#id TeamMembers#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/hashicorp/tfe/0.60.1/docs/resources/team_members#team_id TeamMembers#team_id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_members#team_id TeamMembers#team_id}.
---
@@ -118,7 +118,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* java.util.List
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_members#usernames TeamMembers#usernames}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_members#usernames TeamMembers#usernames}.
---
@@ -126,7 +126,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_members#id TeamMembers#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.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.
@@ -563,7 +563,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/hashicorp/tfe/0.60.1/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/hashicorp/tfe/0.61.0/docs/resources/team_members#import import section} in the documentation of this resource for the id to use
---
@@ -860,9 +860,9 @@ TeamMembersConfig.builder()
| lifecycle
| com.hashicorp.cdktf.TerraformResourceLifecycle
| *No description.* |
| provider
| com.hashicorp.cdktf.TerraformProvider
| *No description.* |
| provisioners
| java.util.List
| *No description.* |
-| teamId
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_members#team_id TeamMembers#team_id}. |
-| usernames
| java.util.List
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_members#usernames TeamMembers#usernames}. |
-| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_members#id TeamMembers#id}. |
+| teamId
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_members#team_id TeamMembers#team_id}. |
+| usernames
| java.util.List
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_members#usernames TeamMembers#usernames}. |
+| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_members#id TeamMembers#id}. |
---
@@ -944,7 +944,7 @@ public java.lang.String getTeamId();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_members#team_id TeamMembers#team_id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_members#team_id TeamMembers#team_id}.
---
@@ -956,7 +956,7 @@ public java.util.List getUsernames();
- *Type:* java.util.List
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_members#usernames TeamMembers#usernames}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_members#usernames TeamMembers#usernames}.
---
@@ -968,7 +968,7 @@ public java.lang.String getId();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_members#id TeamMembers#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.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.
diff --git a/docs/teamMembers.python.md b/docs/teamMembers.python.md
index d41b57a86..eb83c69fd 100644
--- a/docs/teamMembers.python.md
+++ b/docs/teamMembers.python.md
@@ -4,7 +4,7 @@
### TeamMembers
-Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_members tfe_team_members}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_members tfe_team_members}.
#### Initializers
@@ -38,9 +38,9 @@ teamMembers.TeamMembers(
| lifecycle
| cdktf.TerraformResourceLifecycle
| *No description.* |
| provider
| cdktf.TerraformProvider
| *No description.* |
| provisioners
| typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]]
| *No description.* |
-| team_id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_members#team_id TeamMembers#team_id}. |
-| usernames
| typing.List[str]
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_members#usernames TeamMembers#usernames}. |
-| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_members#id TeamMembers#id}. |
+| team_id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_members#team_id TeamMembers#team_id}. |
+| usernames
| typing.List[str]
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_members#usernames TeamMembers#usernames}. |
+| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_members#id TeamMembers#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/hashicorp/tfe/0.60.1/docs/resources/team_members#team_id TeamMembers#team_id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_members#team_id TeamMembers#team_id}.
---
@@ -116,7 +116,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* typing.List[str]
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_members#usernames TeamMembers#usernames}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_members#usernames TeamMembers#usernames}.
---
@@ -124,7 +124,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_members#id TeamMembers#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.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.
@@ -607,7 +607,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/hashicorp/tfe/0.60.1/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/hashicorp/tfe/0.61.0/docs/resources/team_members#import import section} in the documentation of this resource for the id to use
---
@@ -900,9 +900,9 @@ teamMembers.TeamMembersConfig(
| lifecycle
| cdktf.TerraformResourceLifecycle
| *No description.* |
| provider
| cdktf.TerraformProvider
| *No description.* |
| provisioners
| typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]]
| *No description.* |
-| team_id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_members#team_id TeamMembers#team_id}. |
-| usernames
| typing.List[str]
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_members#usernames TeamMembers#usernames}. |
-| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_members#id TeamMembers#id}. |
+| team_id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_members#team_id TeamMembers#team_id}. |
+| usernames
| typing.List[str]
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_members#usernames TeamMembers#usernames}. |
+| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_members#id TeamMembers#id}. |
---
@@ -984,7 +984,7 @@ team_id: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_members#team_id TeamMembers#team_id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_members#team_id TeamMembers#team_id}.
---
@@ -996,7 +996,7 @@ usernames: typing.List[str]
- *Type:* typing.List[str]
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_members#usernames TeamMembers#usernames}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_members#usernames TeamMembers#usernames}.
---
@@ -1008,7 +1008,7 @@ id: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_members#id TeamMembers#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.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.
diff --git a/docs/teamMembers.typescript.md b/docs/teamMembers.typescript.md
index d0157d4a2..3b650b7c5 100644
--- a/docs/teamMembers.typescript.md
+++ b/docs/teamMembers.typescript.md
@@ -4,7 +4,7 @@
### TeamMembers
-Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_members tfe_team_members}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_members tfe_team_members}.
#### Initializers
@@ -474,7 +474,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/hashicorp/tfe/0.60.1/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/hashicorp/tfe/0.61.0/docs/resources/team_members#import import section} in the documentation of this resource for the id to use
---
@@ -756,9 +756,9 @@ const teamMembersConfig: teamMembers.TeamMembersConfig = { ... }
| lifecycle
| cdktf.TerraformResourceLifecycle
| *No description.* |
| provider
| cdktf.TerraformProvider
| *No description.* |
| provisioners
| cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[]
| *No description.* |
-| teamId
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_members#team_id TeamMembers#team_id}. |
-| usernames
| string[]
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_members#usernames TeamMembers#usernames}. |
-| id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_members#id TeamMembers#id}. |
+| teamId
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_members#team_id TeamMembers#team_id}. |
+| usernames
| string[]
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_members#usernames TeamMembers#usernames}. |
+| id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_members#id TeamMembers#id}. |
---
@@ -840,7 +840,7 @@ public readonly teamId: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_members#team_id TeamMembers#team_id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_members#team_id TeamMembers#team_id}.
---
@@ -852,7 +852,7 @@ public readonly usernames: string[];
- *Type:* string[]
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_members#usernames TeamMembers#usernames}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_members#usernames TeamMembers#usernames}.
---
@@ -864,7 +864,7 @@ public readonly id: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_members#id TeamMembers#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.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.
diff --git a/docs/teamOrganizationMember.csharp.md b/docs/teamOrganizationMember.csharp.md
index 7b4f64703..6bee29e82 100644
--- a/docs/teamOrganizationMember.csharp.md
+++ b/docs/teamOrganizationMember.csharp.md
@@ -4,7 +4,7 @@
### TeamOrganizationMember
-Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_organization_member tfe_team_organization_member}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_organization_member tfe_team_organization_member}.
#### Initializers
@@ -474,7 +474,7 @@ The construct id used in the generated config for the TeamOrganizationMember to
The id of the existing TeamOrganizationMember that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_organization_member#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_organization_member#import import section} in the documentation of this resource for the id to use
---
@@ -767,9 +767,9 @@ new TeamOrganizationMemberConfig {
| Lifecycle
| HashiCorp.Cdktf.TerraformResourceLifecycle
| *No description.* |
| Provider
| HashiCorp.Cdktf.TerraformProvider
| *No description.* |
| Provisioners
| object[]
| *No description.* |
-| OrganizationMembershipId
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_organization_member#organization_membership_id TeamOrganizationMember#organization_membership_id}. |
-| TeamId
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_organization_member#team_id TeamOrganizationMember#team_id}. |
-| Id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_organization_member#id TeamOrganizationMember#id}. |
+| OrganizationMembershipId
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_organization_member#organization_membership_id TeamOrganizationMember#organization_membership_id}. |
+| TeamId
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_organization_member#team_id TeamOrganizationMember#team_id}. |
+| Id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_organization_member#id TeamOrganizationMember#id}. |
---
@@ -851,7 +851,7 @@ public string OrganizationMembershipId { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_organization_member#organization_membership_id TeamOrganizationMember#organization_membership_id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_organization_member#organization_membership_id TeamOrganizationMember#organization_membership_id}.
---
@@ -863,7 +863,7 @@ public string TeamId { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_organization_member#team_id TeamOrganizationMember#team_id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_organization_member#team_id TeamOrganizationMember#team_id}.
---
@@ -875,7 +875,7 @@ public string Id { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_organization_member#id TeamOrganizationMember#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_organization_member#id TeamOrganizationMember#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
diff --git a/docs/teamOrganizationMember.go.md b/docs/teamOrganizationMember.go.md
index 5274c6ed8..4a6d3b4e2 100644
--- a/docs/teamOrganizationMember.go.md
+++ b/docs/teamOrganizationMember.go.md
@@ -4,7 +4,7 @@
### TeamOrganizationMember
-Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_organization_member tfe_team_organization_member}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_organization_member tfe_team_organization_member}.
#### Initializers
@@ -474,7 +474,7 @@ The construct id used in the generated config for the TeamOrganizationMember to
The id of the existing TeamOrganizationMember that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_organization_member#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_organization_member#import import section} in the documentation of this resource for the id to use
---
@@ -767,9 +767,9 @@ import "github.com/cdktf/cdktf-provider-tfe-go/tfe/v11/teamorganizationmember"
| 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.* |
-| OrganizationMembershipId
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_organization_member#organization_membership_id TeamOrganizationMember#organization_membership_id}. |
-| TeamId
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_organization_member#team_id TeamOrganizationMember#team_id}. |
-| Id
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_organization_member#id TeamOrganizationMember#id}. |
+| OrganizationMembershipId
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_organization_member#organization_membership_id TeamOrganizationMember#organization_membership_id}. |
+| TeamId
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_organization_member#team_id TeamOrganizationMember#team_id}. |
+| Id
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_organization_member#id TeamOrganizationMember#id}. |
---
@@ -851,7 +851,7 @@ OrganizationMembershipId *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_organization_member#organization_membership_id TeamOrganizationMember#organization_membership_id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_organization_member#organization_membership_id TeamOrganizationMember#organization_membership_id}.
---
@@ -863,7 +863,7 @@ TeamId *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_organization_member#team_id TeamOrganizationMember#team_id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_organization_member#team_id TeamOrganizationMember#team_id}.
---
@@ -875,7 +875,7 @@ Id *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_organization_member#id TeamOrganizationMember#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_organization_member#id TeamOrganizationMember#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
diff --git a/docs/teamOrganizationMember.java.md b/docs/teamOrganizationMember.java.md
index 154aac8fc..7ddc66e2d 100644
--- a/docs/teamOrganizationMember.java.md
+++ b/docs/teamOrganizationMember.java.md
@@ -4,7 +4,7 @@
### TeamOrganizationMember
-Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_organization_member tfe_team_organization_member}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_organization_member tfe_team_organization_member}.
#### Initializers
@@ -40,9 +40,9 @@ TeamOrganizationMember.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.* |
-| organizationMembershipId
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_organization_member#organization_membership_id TeamOrganizationMember#organization_membership_id}. |
-| teamId
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_organization_member#team_id TeamOrganizationMember#team_id}. |
-| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_organization_member#id TeamOrganizationMember#id}. |
+| organizationMembershipId
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_organization_member#organization_membership_id TeamOrganizationMember#organization_membership_id}. |
+| teamId
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_organization_member#team_id TeamOrganizationMember#team_id}. |
+| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_organization_member#id TeamOrganizationMember#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/hashicorp/tfe/0.60.1/docs/resources/team_organization_member#organization_membership_id TeamOrganizationMember#organization_membership_id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_organization_member#organization_membership_id TeamOrganizationMember#organization_membership_id}.
---
@@ -118,7 +118,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_organization_member#team_id TeamOrganizationMember#team_id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_organization_member#team_id TeamOrganizationMember#team_id}.
---
@@ -126,7 +126,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_organization_member#id TeamOrganizationMember#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_organization_member#id TeamOrganizationMember#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -563,7 +563,7 @@ The construct id used in the generated config for the TeamOrganizationMember to
The id of the existing TeamOrganizationMember that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_organization_member#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_organization_member#import import section} in the documentation of this resource for the id to use
---
@@ -860,9 +860,9 @@ TeamOrganizationMemberConfig.builder()
| lifecycle
| com.hashicorp.cdktf.TerraformResourceLifecycle
| *No description.* |
| provider
| com.hashicorp.cdktf.TerraformProvider
| *No description.* |
| provisioners
| java.util.List
| *No description.* |
-| organizationMembershipId
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_organization_member#organization_membership_id TeamOrganizationMember#organization_membership_id}. |
-| teamId
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_organization_member#team_id TeamOrganizationMember#team_id}. |
-| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_organization_member#id TeamOrganizationMember#id}. |
+| organizationMembershipId
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_organization_member#organization_membership_id TeamOrganizationMember#organization_membership_id}. |
+| teamId
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_organization_member#team_id TeamOrganizationMember#team_id}. |
+| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_organization_member#id TeamOrganizationMember#id}. |
---
@@ -944,7 +944,7 @@ public java.lang.String getOrganizationMembershipId();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_organization_member#organization_membership_id TeamOrganizationMember#organization_membership_id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_organization_member#organization_membership_id TeamOrganizationMember#organization_membership_id}.
---
@@ -956,7 +956,7 @@ public java.lang.String getTeamId();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_organization_member#team_id TeamOrganizationMember#team_id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_organization_member#team_id TeamOrganizationMember#team_id}.
---
@@ -968,7 +968,7 @@ public java.lang.String getId();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_organization_member#id TeamOrganizationMember#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_organization_member#id TeamOrganizationMember#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
diff --git a/docs/teamOrganizationMember.python.md b/docs/teamOrganizationMember.python.md
index 8680dead5..90cb9e856 100644
--- a/docs/teamOrganizationMember.python.md
+++ b/docs/teamOrganizationMember.python.md
@@ -4,7 +4,7 @@
### TeamOrganizationMember
-Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_organization_member tfe_team_organization_member}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_organization_member tfe_team_organization_member}.
#### Initializers
@@ -38,9 +38,9 @@ teamOrganizationMember.TeamOrganizationMember(
| lifecycle
| cdktf.TerraformResourceLifecycle
| *No description.* |
| provider
| cdktf.TerraformProvider
| *No description.* |
| provisioners
| typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]]
| *No description.* |
-| organization_membership_id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_organization_member#organization_membership_id TeamOrganizationMember#organization_membership_id}. |
-| team_id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_organization_member#team_id TeamOrganizationMember#team_id}. |
-| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_organization_member#id TeamOrganizationMember#id}. |
+| organization_membership_id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_organization_member#organization_membership_id TeamOrganizationMember#organization_membership_id}. |
+| team_id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_organization_member#team_id TeamOrganizationMember#team_id}. |
+| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_organization_member#id TeamOrganizationMember#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/hashicorp/tfe/0.60.1/docs/resources/team_organization_member#organization_membership_id TeamOrganizationMember#organization_membership_id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_organization_member#organization_membership_id TeamOrganizationMember#organization_membership_id}.
---
@@ -116,7 +116,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_organization_member#team_id TeamOrganizationMember#team_id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_organization_member#team_id TeamOrganizationMember#team_id}.
---
@@ -124,7 +124,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_organization_member#id TeamOrganizationMember#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_organization_member#id TeamOrganizationMember#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -607,7 +607,7 @@ The construct id used in the generated config for the TeamOrganizationMember to
The id of the existing TeamOrganizationMember that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_organization_member#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_organization_member#import import section} in the documentation of this resource for the id to use
---
@@ -900,9 +900,9 @@ teamOrganizationMember.TeamOrganizationMemberConfig(
| lifecycle
| cdktf.TerraformResourceLifecycle
| *No description.* |
| provider
| cdktf.TerraformProvider
| *No description.* |
| provisioners
| typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]]
| *No description.* |
-| organization_membership_id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_organization_member#organization_membership_id TeamOrganizationMember#organization_membership_id}. |
-| team_id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_organization_member#team_id TeamOrganizationMember#team_id}. |
-| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_organization_member#id TeamOrganizationMember#id}. |
+| organization_membership_id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_organization_member#organization_membership_id TeamOrganizationMember#organization_membership_id}. |
+| team_id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_organization_member#team_id TeamOrganizationMember#team_id}. |
+| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_organization_member#id TeamOrganizationMember#id}. |
---
@@ -984,7 +984,7 @@ organization_membership_id: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_organization_member#organization_membership_id TeamOrganizationMember#organization_membership_id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_organization_member#organization_membership_id TeamOrganizationMember#organization_membership_id}.
---
@@ -996,7 +996,7 @@ team_id: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_organization_member#team_id TeamOrganizationMember#team_id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_organization_member#team_id TeamOrganizationMember#team_id}.
---
@@ -1008,7 +1008,7 @@ id: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_organization_member#id TeamOrganizationMember#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_organization_member#id TeamOrganizationMember#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
diff --git a/docs/teamOrganizationMember.typescript.md b/docs/teamOrganizationMember.typescript.md
index 1b78ecb49..d2f1d3f69 100644
--- a/docs/teamOrganizationMember.typescript.md
+++ b/docs/teamOrganizationMember.typescript.md
@@ -4,7 +4,7 @@
### TeamOrganizationMember
-Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_organization_member tfe_team_organization_member}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_organization_member tfe_team_organization_member}.
#### Initializers
@@ -474,7 +474,7 @@ The construct id used in the generated config for the TeamOrganizationMember to
The id of the existing TeamOrganizationMember that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_organization_member#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_organization_member#import import section} in the documentation of this resource for the id to use
---
@@ -756,9 +756,9 @@ const teamOrganizationMemberConfig: teamOrganizationMember.TeamOrganizationMembe
| lifecycle
| cdktf.TerraformResourceLifecycle
| *No description.* |
| provider
| cdktf.TerraformProvider
| *No description.* |
| provisioners
| cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[]
| *No description.* |
-| organizationMembershipId
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_organization_member#organization_membership_id TeamOrganizationMember#organization_membership_id}. |
-| teamId
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_organization_member#team_id TeamOrganizationMember#team_id}. |
-| id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_organization_member#id TeamOrganizationMember#id}. |
+| organizationMembershipId
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_organization_member#organization_membership_id TeamOrganizationMember#organization_membership_id}. |
+| teamId
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_organization_member#team_id TeamOrganizationMember#team_id}. |
+| id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_organization_member#id TeamOrganizationMember#id}. |
---
@@ -840,7 +840,7 @@ public readonly organizationMembershipId: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_organization_member#organization_membership_id TeamOrganizationMember#organization_membership_id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_organization_member#organization_membership_id TeamOrganizationMember#organization_membership_id}.
---
@@ -852,7 +852,7 @@ public readonly teamId: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_organization_member#team_id TeamOrganizationMember#team_id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_organization_member#team_id TeamOrganizationMember#team_id}.
---
@@ -864,7 +864,7 @@ public readonly id: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_organization_member#id TeamOrganizationMember#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_organization_member#id TeamOrganizationMember#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
diff --git a/docs/teamOrganizationMembers.csharp.md b/docs/teamOrganizationMembers.csharp.md
index d372e9b46..c179595fc 100644
--- a/docs/teamOrganizationMembers.csharp.md
+++ b/docs/teamOrganizationMembers.csharp.md
@@ -4,7 +4,7 @@
### TeamOrganizationMembers
-Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_organization_members tfe_team_organization_members}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_organization_members tfe_team_organization_members}.
#### Initializers
@@ -474,7 +474,7 @@ The construct id used in the generated config for the TeamOrganizationMembers to
The id of the existing TeamOrganizationMembers that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_organization_members#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_organization_members#import import section} in the documentation of this resource for the id to use
---
@@ -767,9 +767,9 @@ new TeamOrganizationMembersConfig {
| Lifecycle
| HashiCorp.Cdktf.TerraformResourceLifecycle
| *No description.* |
| Provider
| HashiCorp.Cdktf.TerraformProvider
| *No description.* |
| Provisioners
| object[]
| *No description.* |
-| OrganizationMembershipIds
| string[]
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_organization_members#organization_membership_ids TeamOrganizationMembers#organization_membership_ids}. |
-| TeamId
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_organization_members#team_id TeamOrganizationMembers#team_id}. |
-| Id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_organization_members#id TeamOrganizationMembers#id}. |
+| OrganizationMembershipIds
| string[]
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_organization_members#organization_membership_ids TeamOrganizationMembers#organization_membership_ids}. |
+| TeamId
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_organization_members#team_id TeamOrganizationMembers#team_id}. |
+| Id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_organization_members#id TeamOrganizationMembers#id}. |
---
@@ -851,7 +851,7 @@ public string[] OrganizationMembershipIds { get; set; }
- *Type:* string[]
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_organization_members#organization_membership_ids TeamOrganizationMembers#organization_membership_ids}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_organization_members#organization_membership_ids TeamOrganizationMembers#organization_membership_ids}.
---
@@ -863,7 +863,7 @@ public string TeamId { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_organization_members#team_id TeamOrganizationMembers#team_id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_organization_members#team_id TeamOrganizationMembers#team_id}.
---
@@ -875,7 +875,7 @@ public string Id { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_organization_members#id TeamOrganizationMembers#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_organization_members#id TeamOrganizationMembers#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
diff --git a/docs/teamOrganizationMembers.go.md b/docs/teamOrganizationMembers.go.md
index 42cd15bf1..b02cc40f6 100644
--- a/docs/teamOrganizationMembers.go.md
+++ b/docs/teamOrganizationMembers.go.md
@@ -4,7 +4,7 @@
### TeamOrganizationMembers
-Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_organization_members tfe_team_organization_members}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_organization_members tfe_team_organization_members}.
#### Initializers
@@ -474,7 +474,7 @@ The construct id used in the generated config for the TeamOrganizationMembers to
The id of the existing TeamOrganizationMembers that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_organization_members#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_organization_members#import import section} in the documentation of this resource for the id to use
---
@@ -767,9 +767,9 @@ import "github.com/cdktf/cdktf-provider-tfe-go/tfe/v11/teamorganizationmembers"
| 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.* |
-| OrganizationMembershipIds
| *[]*string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_organization_members#organization_membership_ids TeamOrganizationMembers#organization_membership_ids}. |
-| TeamId
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_organization_members#team_id TeamOrganizationMembers#team_id}. |
-| Id
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_organization_members#id TeamOrganizationMembers#id}. |
+| OrganizationMembershipIds
| *[]*string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_organization_members#organization_membership_ids TeamOrganizationMembers#organization_membership_ids}. |
+| TeamId
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_organization_members#team_id TeamOrganizationMembers#team_id}. |
+| Id
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_organization_members#id TeamOrganizationMembers#id}. |
---
@@ -851,7 +851,7 @@ OrganizationMembershipIds *[]*string
- *Type:* *[]*string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_organization_members#organization_membership_ids TeamOrganizationMembers#organization_membership_ids}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_organization_members#organization_membership_ids TeamOrganizationMembers#organization_membership_ids}.
---
@@ -863,7 +863,7 @@ TeamId *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_organization_members#team_id TeamOrganizationMembers#team_id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_organization_members#team_id TeamOrganizationMembers#team_id}.
---
@@ -875,7 +875,7 @@ Id *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_organization_members#id TeamOrganizationMembers#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_organization_members#id TeamOrganizationMembers#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
diff --git a/docs/teamOrganizationMembers.java.md b/docs/teamOrganizationMembers.java.md
index bf54f2585..6706c8cec 100644
--- a/docs/teamOrganizationMembers.java.md
+++ b/docs/teamOrganizationMembers.java.md
@@ -4,7 +4,7 @@
### TeamOrganizationMembers
-Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_organization_members tfe_team_organization_members}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_organization_members tfe_team_organization_members}.
#### Initializers
@@ -40,9 +40,9 @@ TeamOrganizationMembers.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.* |
-| organizationMembershipIds
| java.util.List
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_organization_members#organization_membership_ids TeamOrganizationMembers#organization_membership_ids}. |
-| teamId
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_organization_members#team_id TeamOrganizationMembers#team_id}. |
-| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_organization_members#id TeamOrganizationMembers#id}. |
+| organizationMembershipIds
| java.util.List
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_organization_members#organization_membership_ids TeamOrganizationMembers#organization_membership_ids}. |
+| teamId
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_organization_members#team_id TeamOrganizationMembers#team_id}. |
+| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_organization_members#id TeamOrganizationMembers#id}. |
---
@@ -110,7 +110,7 @@ Must be unique amongst siblings in the same scope
- *Type:* java.util.List
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_organization_members#organization_membership_ids TeamOrganizationMembers#organization_membership_ids}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_organization_members#organization_membership_ids TeamOrganizationMembers#organization_membership_ids}.
---
@@ -118,7 +118,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_organization_members#team_id TeamOrganizationMembers#team_id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_organization_members#team_id TeamOrganizationMembers#team_id}.
---
@@ -126,7 +126,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_organization_members#id TeamOrganizationMembers#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_organization_members#id TeamOrganizationMembers#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -563,7 +563,7 @@ The construct id used in the generated config for the TeamOrganizationMembers to
The id of the existing TeamOrganizationMembers that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_organization_members#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_organization_members#import import section} in the documentation of this resource for the id to use
---
@@ -860,9 +860,9 @@ TeamOrganizationMembersConfig.builder()
| lifecycle
| com.hashicorp.cdktf.TerraformResourceLifecycle
| *No description.* |
| provider
| com.hashicorp.cdktf.TerraformProvider
| *No description.* |
| provisioners
| java.util.List
| *No description.* |
-| organizationMembershipIds
| java.util.List
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_organization_members#organization_membership_ids TeamOrganizationMembers#organization_membership_ids}. |
-| teamId
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_organization_members#team_id TeamOrganizationMembers#team_id}. |
-| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_organization_members#id TeamOrganizationMembers#id}. |
+| organizationMembershipIds
| java.util.List
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_organization_members#organization_membership_ids TeamOrganizationMembers#organization_membership_ids}. |
+| teamId
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_organization_members#team_id TeamOrganizationMembers#team_id}. |
+| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_organization_members#id TeamOrganizationMembers#id}. |
---
@@ -944,7 +944,7 @@ public java.util.List getOrganizationMembershipIds();
- *Type:* java.util.List
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_organization_members#organization_membership_ids TeamOrganizationMembers#organization_membership_ids}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_organization_members#organization_membership_ids TeamOrganizationMembers#organization_membership_ids}.
---
@@ -956,7 +956,7 @@ public java.lang.String getTeamId();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_organization_members#team_id TeamOrganizationMembers#team_id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_organization_members#team_id TeamOrganizationMembers#team_id}.
---
@@ -968,7 +968,7 @@ public java.lang.String getId();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_organization_members#id TeamOrganizationMembers#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_organization_members#id TeamOrganizationMembers#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
diff --git a/docs/teamOrganizationMembers.python.md b/docs/teamOrganizationMembers.python.md
index fce949891..172c42f77 100644
--- a/docs/teamOrganizationMembers.python.md
+++ b/docs/teamOrganizationMembers.python.md
@@ -4,7 +4,7 @@
### TeamOrganizationMembers
-Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_organization_members tfe_team_organization_members}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_organization_members tfe_team_organization_members}.
#### Initializers
@@ -38,9 +38,9 @@ teamOrganizationMembers.TeamOrganizationMembers(
| lifecycle
| cdktf.TerraformResourceLifecycle
| *No description.* |
| provider
| cdktf.TerraformProvider
| *No description.* |
| provisioners
| typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]]
| *No description.* |
-| organization_membership_ids
| typing.List[str]
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_organization_members#organization_membership_ids TeamOrganizationMembers#organization_membership_ids}. |
-| team_id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_organization_members#team_id TeamOrganizationMembers#team_id}. |
-| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_organization_members#id TeamOrganizationMembers#id}. |
+| organization_membership_ids
| typing.List[str]
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_organization_members#organization_membership_ids TeamOrganizationMembers#organization_membership_ids}. |
+| team_id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_organization_members#team_id TeamOrganizationMembers#team_id}. |
+| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_organization_members#id TeamOrganizationMembers#id}. |
---
@@ -108,7 +108,7 @@ Must be unique amongst siblings in the same scope
- *Type:* typing.List[str]
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_organization_members#organization_membership_ids TeamOrganizationMembers#organization_membership_ids}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_organization_members#organization_membership_ids TeamOrganizationMembers#organization_membership_ids}.
---
@@ -116,7 +116,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_organization_members#team_id TeamOrganizationMembers#team_id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_organization_members#team_id TeamOrganizationMembers#team_id}.
---
@@ -124,7 +124,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_organization_members#id TeamOrganizationMembers#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_organization_members#id TeamOrganizationMembers#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -607,7 +607,7 @@ The construct id used in the generated config for the TeamOrganizationMembers to
The id of the existing TeamOrganizationMembers that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_organization_members#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_organization_members#import import section} in the documentation of this resource for the id to use
---
@@ -900,9 +900,9 @@ teamOrganizationMembers.TeamOrganizationMembersConfig(
| lifecycle
| cdktf.TerraformResourceLifecycle
| *No description.* |
| provider
| cdktf.TerraformProvider
| *No description.* |
| provisioners
| typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]]
| *No description.* |
-| organization_membership_ids
| typing.List[str]
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_organization_members#organization_membership_ids TeamOrganizationMembers#organization_membership_ids}. |
-| team_id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_organization_members#team_id TeamOrganizationMembers#team_id}. |
-| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_organization_members#id TeamOrganizationMembers#id}. |
+| organization_membership_ids
| typing.List[str]
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_organization_members#organization_membership_ids TeamOrganizationMembers#organization_membership_ids}. |
+| team_id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_organization_members#team_id TeamOrganizationMembers#team_id}. |
+| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_organization_members#id TeamOrganizationMembers#id}. |
---
@@ -984,7 +984,7 @@ organization_membership_ids: typing.List[str]
- *Type:* typing.List[str]
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_organization_members#organization_membership_ids TeamOrganizationMembers#organization_membership_ids}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_organization_members#organization_membership_ids TeamOrganizationMembers#organization_membership_ids}.
---
@@ -996,7 +996,7 @@ team_id: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_organization_members#team_id TeamOrganizationMembers#team_id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_organization_members#team_id TeamOrganizationMembers#team_id}.
---
@@ -1008,7 +1008,7 @@ id: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_organization_members#id TeamOrganizationMembers#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_organization_members#id TeamOrganizationMembers#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
diff --git a/docs/teamOrganizationMembers.typescript.md b/docs/teamOrganizationMembers.typescript.md
index 139e097eb..4eb90626a 100644
--- a/docs/teamOrganizationMembers.typescript.md
+++ b/docs/teamOrganizationMembers.typescript.md
@@ -4,7 +4,7 @@
### TeamOrganizationMembers
-Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_organization_members tfe_team_organization_members}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_organization_members tfe_team_organization_members}.
#### Initializers
@@ -474,7 +474,7 @@ The construct id used in the generated config for the TeamOrganizationMembers to
The id of the existing TeamOrganizationMembers that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_organization_members#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_organization_members#import import section} in the documentation of this resource for the id to use
---
@@ -756,9 +756,9 @@ const teamOrganizationMembersConfig: teamOrganizationMembers.TeamOrganizationMem
| lifecycle
| cdktf.TerraformResourceLifecycle
| *No description.* |
| provider
| cdktf.TerraformProvider
| *No description.* |
| provisioners
| cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[]
| *No description.* |
-| organizationMembershipIds
| string[]
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_organization_members#organization_membership_ids TeamOrganizationMembers#organization_membership_ids}. |
-| teamId
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_organization_members#team_id TeamOrganizationMembers#team_id}. |
-| id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_organization_members#id TeamOrganizationMembers#id}. |
+| organizationMembershipIds
| string[]
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_organization_members#organization_membership_ids TeamOrganizationMembers#organization_membership_ids}. |
+| teamId
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_organization_members#team_id TeamOrganizationMembers#team_id}. |
+| id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_organization_members#id TeamOrganizationMembers#id}. |
---
@@ -840,7 +840,7 @@ public readonly organizationMembershipIds: string[];
- *Type:* string[]
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_organization_members#organization_membership_ids TeamOrganizationMembers#organization_membership_ids}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_organization_members#organization_membership_ids TeamOrganizationMembers#organization_membership_ids}.
---
@@ -852,7 +852,7 @@ public readonly teamId: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_organization_members#team_id TeamOrganizationMembers#team_id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_organization_members#team_id TeamOrganizationMembers#team_id}.
---
@@ -864,7 +864,7 @@ public readonly id: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_organization_members#id TeamOrganizationMembers#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_organization_members#id TeamOrganizationMembers#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
diff --git a/docs/teamProjectAccess.csharp.md b/docs/teamProjectAccess.csharp.md
index a3a739d0f..fb2d73d42 100644
--- a/docs/teamProjectAccess.csharp.md
+++ b/docs/teamProjectAccess.csharp.md
@@ -4,7 +4,7 @@
### TeamProjectAccess
-Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_project_access tfe_team_project_access}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_project_access tfe_team_project_access}.
#### Initializers
@@ -514,7 +514,7 @@ The construct id used in the generated config for the TeamProjectAccess to impor
The id of the existing TeamProjectAccess that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_project_access#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_project_access#import import section} in the documentation of this resource for the id to use
---
@@ -876,10 +876,10 @@ new TeamProjectAccessConfig {
| Lifecycle
| HashiCorp.Cdktf.TerraformResourceLifecycle
| *No description.* |
| Provider
| HashiCorp.Cdktf.TerraformProvider
| *No description.* |
| Provisioners
| object[]
| *No description.* |
-| Access
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_project_access#access TeamProjectAccess#access}. |
-| ProjectId
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_project_access#project_id TeamProjectAccess#project_id}. |
-| TeamId
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_project_access#team_id TeamProjectAccess#team_id}. |
-| Id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_project_access#id TeamProjectAccess#id}. |
+| Access
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_project_access#access TeamProjectAccess#access}. |
+| ProjectId
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_project_access#project_id TeamProjectAccess#project_id}. |
+| TeamId
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_project_access#team_id TeamProjectAccess#team_id}. |
+| Id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_project_access#id TeamProjectAccess#id}. |
| ProjectAccess
| object
| project_access block. |
| WorkspaceAccess
| object
| workspace_access block. |
@@ -963,7 +963,7 @@ public string Access { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_project_access#access TeamProjectAccess#access}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_project_access#access TeamProjectAccess#access}.
---
@@ -975,7 +975,7 @@ public string ProjectId { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_project_access#project_id TeamProjectAccess#project_id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_project_access#project_id TeamProjectAccess#project_id}.
---
@@ -987,7 +987,7 @@ public string TeamId { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_project_access#team_id TeamProjectAccess#team_id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_project_access#team_id TeamProjectAccess#team_id}.
---
@@ -999,7 +999,7 @@ public string Id { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_project_access#id TeamProjectAccess#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_project_access#id TeamProjectAccess#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -1016,7 +1016,7 @@ public object ProjectAccess { get; set; }
project_access block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_project_access#project_access TeamProjectAccess#project_access}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_project_access#project_access TeamProjectAccess#project_access}
---
@@ -1030,7 +1030,7 @@ public object WorkspaceAccess { get; set; }
workspace_access block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_project_access#workspace_access TeamProjectAccess#workspace_access}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_project_access#workspace_access TeamProjectAccess#workspace_access}
---
@@ -1051,8 +1051,8 @@ new TeamProjectAccessProjectAccess {
| **Name** | **Type** | **Description** |
| --- | --- | --- |
-| Settings
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_project_access#settings TeamProjectAccess#settings}. |
-| Teams
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_project_access#teams TeamProjectAccess#teams}. |
+| Settings
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_project_access#settings TeamProjectAccess#settings}. |
+| Teams
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_project_access#teams TeamProjectAccess#teams}. |
---
@@ -1064,7 +1064,7 @@ public string Settings { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_project_access#settings TeamProjectAccess#settings}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_project_access#settings TeamProjectAccess#settings}.
---
@@ -1076,7 +1076,7 @@ public string Teams { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_project_access#teams TeamProjectAccess#teams}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_project_access#teams TeamProjectAccess#teams}.
---
@@ -1104,15 +1104,15 @@ new TeamProjectAccessWorkspaceAccess {
| **Name** | **Type** | **Description** |
| --- | --- | --- |
-| Create
| object
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_project_access#create TeamProjectAccess#create}. |
-| Delete
| object
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_project_access#delete TeamProjectAccess#delete}. |
-| Locking
| object
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_project_access#locking TeamProjectAccess#locking}. |
-| Move
| object
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_project_access#move TeamProjectAccess#move}. |
-| Runs
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_project_access#runs TeamProjectAccess#runs}. |
-| RunTasks
| object
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_project_access#run_tasks TeamProjectAccess#run_tasks}. |
-| SentinelMocks
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_project_access#sentinel_mocks TeamProjectAccess#sentinel_mocks}. |
-| StateVersions
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_project_access#state_versions TeamProjectAccess#state_versions}. |
-| Variables
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_project_access#variables TeamProjectAccess#variables}. |
+| Create
| object
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_project_access#create TeamProjectAccess#create}. |
+| Delete
| object
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_project_access#delete TeamProjectAccess#delete}. |
+| Locking
| object
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_project_access#locking TeamProjectAccess#locking}. |
+| Move
| object
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_project_access#move TeamProjectAccess#move}. |
+| Runs
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_project_access#runs TeamProjectAccess#runs}. |
+| RunTasks
| object
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_project_access#run_tasks TeamProjectAccess#run_tasks}. |
+| SentinelMocks
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_project_access#sentinel_mocks TeamProjectAccess#sentinel_mocks}. |
+| StateVersions
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_project_access#state_versions TeamProjectAccess#state_versions}. |
+| Variables
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_project_access#variables TeamProjectAccess#variables}. |
---
@@ -1124,7 +1124,7 @@ public object Create { get; set; }
- *Type:* object
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_project_access#create TeamProjectAccess#create}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_project_access#create TeamProjectAccess#create}.
---
@@ -1136,7 +1136,7 @@ public object Delete { get; set; }
- *Type:* object
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_project_access#delete TeamProjectAccess#delete}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_project_access#delete TeamProjectAccess#delete}.
---
@@ -1148,7 +1148,7 @@ public object Locking { get; set; }
- *Type:* object
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_project_access#locking TeamProjectAccess#locking}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_project_access#locking TeamProjectAccess#locking}.
---
@@ -1160,7 +1160,7 @@ public object Move { get; set; }
- *Type:* object
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_project_access#move TeamProjectAccess#move}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_project_access#move TeamProjectAccess#move}.
---
@@ -1172,7 +1172,7 @@ public string Runs { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_project_access#runs TeamProjectAccess#runs}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_project_access#runs TeamProjectAccess#runs}.
---
@@ -1184,7 +1184,7 @@ public object RunTasks { get; set; }
- *Type:* object
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_project_access#run_tasks TeamProjectAccess#run_tasks}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_project_access#run_tasks TeamProjectAccess#run_tasks}.
---
@@ -1196,7 +1196,7 @@ public string SentinelMocks { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_project_access#sentinel_mocks TeamProjectAccess#sentinel_mocks}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_project_access#sentinel_mocks TeamProjectAccess#sentinel_mocks}.
---
@@ -1208,7 +1208,7 @@ public string StateVersions { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_project_access#state_versions TeamProjectAccess#state_versions}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_project_access#state_versions TeamProjectAccess#state_versions}.
---
@@ -1220,7 +1220,7 @@ public string Variables { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_project_access#variables TeamProjectAccess#variables}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_project_access#variables TeamProjectAccess#variables}.
---
diff --git a/docs/teamProjectAccess.go.md b/docs/teamProjectAccess.go.md
index 7b6a876b3..734706185 100644
--- a/docs/teamProjectAccess.go.md
+++ b/docs/teamProjectAccess.go.md
@@ -4,7 +4,7 @@
### TeamProjectAccess
-Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_project_access tfe_team_project_access}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_project_access tfe_team_project_access}.
#### Initializers
@@ -514,7 +514,7 @@ The construct id used in the generated config for the TeamProjectAccess to impor
The id of the existing TeamProjectAccess that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_project_access#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_project_access#import import section} in the documentation of this resource for the id to use
---
@@ -876,10 +876,10 @@ import "github.com/cdktf/cdktf-provider-tfe-go/tfe/v11/teamprojectaccess"
| 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.* |
-| Access
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_project_access#access TeamProjectAccess#access}. |
-| ProjectId
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_project_access#project_id TeamProjectAccess#project_id}. |
-| TeamId
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_project_access#team_id TeamProjectAccess#team_id}. |
-| Id
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_project_access#id TeamProjectAccess#id}. |
+| Access
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_project_access#access TeamProjectAccess#access}. |
+| ProjectId
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_project_access#project_id TeamProjectAccess#project_id}. |
+| TeamId
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_project_access#team_id TeamProjectAccess#team_id}. |
+| Id
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_project_access#id TeamProjectAccess#id}. |
| ProjectAccess
| interface{}
| project_access block. |
| WorkspaceAccess
| interface{}
| workspace_access block. |
@@ -963,7 +963,7 @@ Access *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_project_access#access TeamProjectAccess#access}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_project_access#access TeamProjectAccess#access}.
---
@@ -975,7 +975,7 @@ ProjectId *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_project_access#project_id TeamProjectAccess#project_id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_project_access#project_id TeamProjectAccess#project_id}.
---
@@ -987,7 +987,7 @@ TeamId *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_project_access#team_id TeamProjectAccess#team_id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_project_access#team_id TeamProjectAccess#team_id}.
---
@@ -999,7 +999,7 @@ Id *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_project_access#id TeamProjectAccess#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_project_access#id TeamProjectAccess#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -1016,7 +1016,7 @@ ProjectAccess interface{}
project_access block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_project_access#project_access TeamProjectAccess#project_access}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_project_access#project_access TeamProjectAccess#project_access}
---
@@ -1030,7 +1030,7 @@ WorkspaceAccess interface{}
workspace_access block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_project_access#workspace_access TeamProjectAccess#workspace_access}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_project_access#workspace_access TeamProjectAccess#workspace_access}
---
@@ -1051,8 +1051,8 @@ import "github.com/cdktf/cdktf-provider-tfe-go/tfe/v11/teamprojectaccess"
| **Name** | **Type** | **Description** |
| --- | --- | --- |
-| Settings
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_project_access#settings TeamProjectAccess#settings}. |
-| Teams
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_project_access#teams TeamProjectAccess#teams}. |
+| Settings
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_project_access#settings TeamProjectAccess#settings}. |
+| Teams
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_project_access#teams TeamProjectAccess#teams}. |
---
@@ -1064,7 +1064,7 @@ Settings *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_project_access#settings TeamProjectAccess#settings}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_project_access#settings TeamProjectAccess#settings}.
---
@@ -1076,7 +1076,7 @@ Teams *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_project_access#teams TeamProjectAccess#teams}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_project_access#teams TeamProjectAccess#teams}.
---
@@ -1104,15 +1104,15 @@ import "github.com/cdktf/cdktf-provider-tfe-go/tfe/v11/teamprojectaccess"
| **Name** | **Type** | **Description** |
| --- | --- | --- |
-| Create
| interface{}
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_project_access#create TeamProjectAccess#create}. |
-| Delete
| interface{}
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_project_access#delete TeamProjectAccess#delete}. |
-| Locking
| interface{}
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_project_access#locking TeamProjectAccess#locking}. |
-| Move
| interface{}
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_project_access#move TeamProjectAccess#move}. |
-| Runs
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_project_access#runs TeamProjectAccess#runs}. |
-| RunTasks
| interface{}
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_project_access#run_tasks TeamProjectAccess#run_tasks}. |
-| SentinelMocks
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_project_access#sentinel_mocks TeamProjectAccess#sentinel_mocks}. |
-| StateVersions
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_project_access#state_versions TeamProjectAccess#state_versions}. |
-| Variables
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_project_access#variables TeamProjectAccess#variables}. |
+| Create
| interface{}
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_project_access#create TeamProjectAccess#create}. |
+| Delete
| interface{}
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_project_access#delete TeamProjectAccess#delete}. |
+| Locking
| interface{}
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_project_access#locking TeamProjectAccess#locking}. |
+| Move
| interface{}
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_project_access#move TeamProjectAccess#move}. |
+| Runs
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_project_access#runs TeamProjectAccess#runs}. |
+| RunTasks
| interface{}
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_project_access#run_tasks TeamProjectAccess#run_tasks}. |
+| SentinelMocks
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_project_access#sentinel_mocks TeamProjectAccess#sentinel_mocks}. |
+| StateVersions
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_project_access#state_versions TeamProjectAccess#state_versions}. |
+| Variables
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_project_access#variables TeamProjectAccess#variables}. |
---
@@ -1124,7 +1124,7 @@ Create interface{}
- *Type:* interface{}
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_project_access#create TeamProjectAccess#create}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_project_access#create TeamProjectAccess#create}.
---
@@ -1136,7 +1136,7 @@ Delete interface{}
- *Type:* interface{}
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_project_access#delete TeamProjectAccess#delete}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_project_access#delete TeamProjectAccess#delete}.
---
@@ -1148,7 +1148,7 @@ Locking interface{}
- *Type:* interface{}
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_project_access#locking TeamProjectAccess#locking}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_project_access#locking TeamProjectAccess#locking}.
---
@@ -1160,7 +1160,7 @@ Move interface{}
- *Type:* interface{}
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_project_access#move TeamProjectAccess#move}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_project_access#move TeamProjectAccess#move}.
---
@@ -1172,7 +1172,7 @@ Runs *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_project_access#runs TeamProjectAccess#runs}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_project_access#runs TeamProjectAccess#runs}.
---
@@ -1184,7 +1184,7 @@ RunTasks interface{}
- *Type:* interface{}
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_project_access#run_tasks TeamProjectAccess#run_tasks}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_project_access#run_tasks TeamProjectAccess#run_tasks}.
---
@@ -1196,7 +1196,7 @@ SentinelMocks *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_project_access#sentinel_mocks TeamProjectAccess#sentinel_mocks}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_project_access#sentinel_mocks TeamProjectAccess#sentinel_mocks}.
---
@@ -1208,7 +1208,7 @@ StateVersions *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_project_access#state_versions TeamProjectAccess#state_versions}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_project_access#state_versions TeamProjectAccess#state_versions}.
---
@@ -1220,7 +1220,7 @@ Variables *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_project_access#variables TeamProjectAccess#variables}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_project_access#variables TeamProjectAccess#variables}.
---
diff --git a/docs/teamProjectAccess.java.md b/docs/teamProjectAccess.java.md
index d8b622f67..1a8d7844c 100644
--- a/docs/teamProjectAccess.java.md
+++ b/docs/teamProjectAccess.java.md
@@ -4,7 +4,7 @@
### TeamProjectAccess
-Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_project_access tfe_team_project_access}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_project_access tfe_team_project_access}.
#### Initializers
@@ -45,10 +45,10 @@ TeamProjectAccess.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.* |
-| access
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_project_access#access TeamProjectAccess#access}. |
-| projectId
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_project_access#project_id TeamProjectAccess#project_id}. |
-| teamId
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_project_access#team_id TeamProjectAccess#team_id}. |
-| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_project_access#id TeamProjectAccess#id}. |
+| access
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_project_access#access TeamProjectAccess#access}. |
+| projectId
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_project_access#project_id TeamProjectAccess#project_id}. |
+| teamId
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_project_access#team_id TeamProjectAccess#team_id}. |
+| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_project_access#id TeamProjectAccess#id}. |
| projectAccess
| com.hashicorp.cdktf.IResolvable OR java.util.List<TeamProjectAccessProjectAccess>
| project_access block. |
| workspaceAccess
| com.hashicorp.cdktf.IResolvable OR java.util.List<TeamProjectAccessWorkspaceAccess>
| workspace_access block. |
@@ -118,7 +118,7 @@ Must be unique amongst siblings in the same scope
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_project_access#access TeamProjectAccess#access}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_project_access#access TeamProjectAccess#access}.
---
@@ -126,7 +126,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_project_access#project_id TeamProjectAccess#project_id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_project_access#project_id TeamProjectAccess#project_id}.
---
@@ -134,7 +134,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_project_access#team_id TeamProjectAccess#team_id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_project_access#team_id TeamProjectAccess#team_id}.
---
@@ -142,7 +142,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_project_access#id TeamProjectAccess#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_project_access#id TeamProjectAccess#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you 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
project_access block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_project_access#project_access TeamProjectAccess#project_access}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_project_access#project_access TeamProjectAccess#project_access}
---
@@ -165,7 +165,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
workspace_access block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_project_access#workspace_access TeamProjectAccess#workspace_access}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_project_access#workspace_access TeamProjectAccess#workspace_access}
---
@@ -639,7 +639,7 @@ The construct id used in the generated config for the TeamProjectAccess to impor
The id of the existing TeamProjectAccess that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_project_access#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_project_access#import import section} in the documentation of this resource for the id to use
---
@@ -1007,10 +1007,10 @@ TeamProjectAccessConfig.builder()
| lifecycle
| com.hashicorp.cdktf.TerraformResourceLifecycle
| *No description.* |
| provider
| com.hashicorp.cdktf.TerraformProvider
| *No description.* |
| provisioners
| java.util.List
| *No description.* |
-| access
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_project_access#access TeamProjectAccess#access}. |
-| projectId
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_project_access#project_id TeamProjectAccess#project_id}. |
-| teamId
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_project_access#team_id TeamProjectAccess#team_id}. |
-| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_project_access#id TeamProjectAccess#id}. |
+| access
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_project_access#access TeamProjectAccess#access}. |
+| projectId
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_project_access#project_id TeamProjectAccess#project_id}. |
+| teamId
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_project_access#team_id TeamProjectAccess#team_id}. |
+| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_project_access#id TeamProjectAccess#id}. |
| projectAccess
| com.hashicorp.cdktf.IResolvable OR java.util.List<TeamProjectAccessProjectAccess>
| project_access block. |
| workspaceAccess
| com.hashicorp.cdktf.IResolvable OR java.util.List<TeamProjectAccessWorkspaceAccess>
| workspace_access block. |
@@ -1094,7 +1094,7 @@ public java.lang.String getAccess();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_project_access#access TeamProjectAccess#access}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_project_access#access TeamProjectAccess#access}.
---
@@ -1106,7 +1106,7 @@ public java.lang.String getProjectId();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_project_access#project_id TeamProjectAccess#project_id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_project_access#project_id TeamProjectAccess#project_id}.
---
@@ -1118,7 +1118,7 @@ public java.lang.String getTeamId();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_project_access#team_id TeamProjectAccess#team_id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_project_access#team_id TeamProjectAccess#team_id}.
---
@@ -1130,7 +1130,7 @@ public java.lang.String getId();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_project_access#id TeamProjectAccess#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_project_access#id TeamProjectAccess#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you 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 java.lang.Object getProjectAccess();
project_access block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_project_access#project_access TeamProjectAccess#project_access}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_project_access#project_access TeamProjectAccess#project_access}
---
@@ -1161,7 +1161,7 @@ public java.lang.Object getWorkspaceAccess();
workspace_access block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_project_access#workspace_access TeamProjectAccess#workspace_access}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_project_access#workspace_access TeamProjectAccess#workspace_access}
---
@@ -1182,8 +1182,8 @@ TeamProjectAccessProjectAccess.builder()
| **Name** | **Type** | **Description** |
| --- | --- | --- |
-| settings
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_project_access#settings TeamProjectAccess#settings}. |
-| teams
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_project_access#teams TeamProjectAccess#teams}. |
+| settings
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_project_access#settings TeamProjectAccess#settings}. |
+| teams
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_project_access#teams TeamProjectAccess#teams}. |
---
@@ -1195,7 +1195,7 @@ public java.lang.String getSettings();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_project_access#settings TeamProjectAccess#settings}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_project_access#settings TeamProjectAccess#settings}.
---
@@ -1207,7 +1207,7 @@ public java.lang.String getTeams();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_project_access#teams TeamProjectAccess#teams}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_project_access#teams TeamProjectAccess#teams}.
---
@@ -1240,15 +1240,15 @@ TeamProjectAccessWorkspaceAccess.builder()
| **Name** | **Type** | **Description** |
| --- | --- | --- |
-| create
| java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_project_access#create TeamProjectAccess#create}. |
-| delete
| java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_project_access#delete TeamProjectAccess#delete}. |
-| locking
| java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_project_access#locking TeamProjectAccess#locking}. |
-| move
| java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_project_access#move TeamProjectAccess#move}. |
-| runs
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_project_access#runs TeamProjectAccess#runs}. |
-| runTasks
| java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_project_access#run_tasks TeamProjectAccess#run_tasks}. |
-| sentinelMocks
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_project_access#sentinel_mocks TeamProjectAccess#sentinel_mocks}. |
-| stateVersions
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_project_access#state_versions TeamProjectAccess#state_versions}. |
-| variables
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_project_access#variables TeamProjectAccess#variables}. |
+| create
| java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_project_access#create TeamProjectAccess#create}. |
+| delete
| java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_project_access#delete TeamProjectAccess#delete}. |
+| locking
| java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_project_access#locking TeamProjectAccess#locking}. |
+| move
| java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_project_access#move TeamProjectAccess#move}. |
+| runs
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_project_access#runs TeamProjectAccess#runs}. |
+| runTasks
| java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_project_access#run_tasks TeamProjectAccess#run_tasks}. |
+| sentinelMocks
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_project_access#sentinel_mocks TeamProjectAccess#sentinel_mocks}. |
+| stateVersions
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_project_access#state_versions TeamProjectAccess#state_versions}. |
+| variables
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_project_access#variables TeamProjectAccess#variables}. |
---
@@ -1260,7 +1260,7 @@ public java.lang.Object getCreate();
- *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_project_access#create TeamProjectAccess#create}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_project_access#create TeamProjectAccess#create}.
---
@@ -1272,7 +1272,7 @@ public java.lang.Object getDelete();
- *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_project_access#delete TeamProjectAccess#delete}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_project_access#delete TeamProjectAccess#delete}.
---
@@ -1284,7 +1284,7 @@ public java.lang.Object getLocking();
- *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_project_access#locking TeamProjectAccess#locking}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_project_access#locking TeamProjectAccess#locking}.
---
@@ -1296,7 +1296,7 @@ public java.lang.Object getMove();
- *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_project_access#move TeamProjectAccess#move}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_project_access#move TeamProjectAccess#move}.
---
@@ -1308,7 +1308,7 @@ public java.lang.String getRuns();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_project_access#runs TeamProjectAccess#runs}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_project_access#runs TeamProjectAccess#runs}.
---
@@ -1320,7 +1320,7 @@ public java.lang.Object getRunTasks();
- *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_project_access#run_tasks TeamProjectAccess#run_tasks}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_project_access#run_tasks TeamProjectAccess#run_tasks}.
---
@@ -1332,7 +1332,7 @@ public java.lang.String getSentinelMocks();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_project_access#sentinel_mocks TeamProjectAccess#sentinel_mocks}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_project_access#sentinel_mocks TeamProjectAccess#sentinel_mocks}.
---
@@ -1344,7 +1344,7 @@ public java.lang.String getStateVersions();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_project_access#state_versions TeamProjectAccess#state_versions}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_project_access#state_versions TeamProjectAccess#state_versions}.
---
@@ -1356,7 +1356,7 @@ public java.lang.String getVariables();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_project_access#variables TeamProjectAccess#variables}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_project_access#variables TeamProjectAccess#variables}.
---
diff --git a/docs/teamProjectAccess.python.md b/docs/teamProjectAccess.python.md
index ed51e5bfb..d53200317 100644
--- a/docs/teamProjectAccess.python.md
+++ b/docs/teamProjectAccess.python.md
@@ -4,7 +4,7 @@
### TeamProjectAccess
-Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_project_access tfe_team_project_access}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_project_access tfe_team_project_access}.
#### Initializers
@@ -41,10 +41,10 @@ teamProjectAccess.TeamProjectAccess(
| lifecycle
| cdktf.TerraformResourceLifecycle
| *No description.* |
| provider
| cdktf.TerraformProvider
| *No description.* |
| provisioners
| typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]]
| *No description.* |
-| access
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_project_access#access TeamProjectAccess#access}. |
-| project_id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_project_access#project_id TeamProjectAccess#project_id}. |
-| team_id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_project_access#team_id TeamProjectAccess#team_id}. |
-| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_project_access#id TeamProjectAccess#id}. |
+| access
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_project_access#access TeamProjectAccess#access}. |
+| project_id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_project_access#project_id TeamProjectAccess#project_id}. |
+| team_id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_project_access#team_id TeamProjectAccess#team_id}. |
+| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_project_access#id TeamProjectAccess#id}. |
| project_access
| typing.Union[cdktf.IResolvable, typing.List[TeamProjectAccessProjectAccess]]
| project_access block. |
| workspace_access
| typing.Union[cdktf.IResolvable, typing.List[TeamProjectAccessWorkspaceAccess]]
| workspace_access block. |
@@ -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/hashicorp/tfe/0.60.1/docs/resources/team_project_access#access TeamProjectAccess#access}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_project_access#access TeamProjectAccess#access}.
---
@@ -122,7 +122,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_project_access#project_id TeamProjectAccess#project_id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_project_access#project_id TeamProjectAccess#project_id}.
---
@@ -130,7 +130,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_project_access#team_id TeamProjectAccess#team_id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_project_access#team_id TeamProjectAccess#team_id}.
---
@@ -138,7 +138,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_project_access#id TeamProjectAccess#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_project_access#id TeamProjectAccess#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you 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
project_access block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_project_access#project_access TeamProjectAccess#project_access}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_project_access#project_access TeamProjectAccess#project_access}
---
@@ -161,7 +161,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
workspace_access block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_project_access#workspace_access TeamProjectAccess#workspace_access}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_project_access#workspace_access TeamProjectAccess#workspace_access}
---
@@ -685,7 +685,7 @@ The construct id used in the generated config for the TeamProjectAccess to impor
The id of the existing TeamProjectAccess that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_project_access#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_project_access#import import section} in the documentation of this resource for the id to use
---
@@ -1047,10 +1047,10 @@ teamProjectAccess.TeamProjectAccessConfig(
| lifecycle
| cdktf.TerraformResourceLifecycle
| *No description.* |
| provider
| cdktf.TerraformProvider
| *No description.* |
| provisioners
| typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]]
| *No description.* |
-| access
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_project_access#access TeamProjectAccess#access}. |
-| project_id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_project_access#project_id TeamProjectAccess#project_id}. |
-| team_id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_project_access#team_id TeamProjectAccess#team_id}. |
-| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_project_access#id TeamProjectAccess#id}. |
+| access
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_project_access#access TeamProjectAccess#access}. |
+| project_id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_project_access#project_id TeamProjectAccess#project_id}. |
+| team_id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_project_access#team_id TeamProjectAccess#team_id}. |
+| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_project_access#id TeamProjectAccess#id}. |
| project_access
| typing.Union[cdktf.IResolvable, typing.List[TeamProjectAccessProjectAccess]]
| project_access block. |
| workspace_access
| typing.Union[cdktf.IResolvable, typing.List[TeamProjectAccessWorkspaceAccess]]
| workspace_access block. |
@@ -1134,7 +1134,7 @@ access: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_project_access#access TeamProjectAccess#access}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_project_access#access TeamProjectAccess#access}.
---
@@ -1146,7 +1146,7 @@ project_id: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_project_access#project_id TeamProjectAccess#project_id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_project_access#project_id TeamProjectAccess#project_id}.
---
@@ -1158,7 +1158,7 @@ team_id: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_project_access#team_id TeamProjectAccess#team_id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_project_access#team_id TeamProjectAccess#team_id}.
---
@@ -1170,7 +1170,7 @@ id: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_project_access#id TeamProjectAccess#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_project_access#id TeamProjectAccess#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -1187,7 +1187,7 @@ project_access: typing.Union[IResolvable, typing.List[TeamProjectAccessProjectAc
project_access block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_project_access#project_access TeamProjectAccess#project_access}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_project_access#project_access TeamProjectAccess#project_access}
---
@@ -1201,7 +1201,7 @@ workspace_access: typing.Union[IResolvable, typing.List[TeamProjectAccessWorkspa
workspace_access block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_project_access#workspace_access TeamProjectAccess#workspace_access}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_project_access#workspace_access TeamProjectAccess#workspace_access}
---
@@ -1222,8 +1222,8 @@ teamProjectAccess.TeamProjectAccessProjectAccess(
| **Name** | **Type** | **Description** |
| --- | --- | --- |
-| settings
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_project_access#settings TeamProjectAccess#settings}. |
-| teams
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_project_access#teams TeamProjectAccess#teams}. |
+| settings
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_project_access#settings TeamProjectAccess#settings}. |
+| teams
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_project_access#teams TeamProjectAccess#teams}. |
---
@@ -1235,7 +1235,7 @@ settings: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_project_access#settings TeamProjectAccess#settings}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_project_access#settings TeamProjectAccess#settings}.
---
@@ -1247,7 +1247,7 @@ teams: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_project_access#teams TeamProjectAccess#teams}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_project_access#teams TeamProjectAccess#teams}.
---
@@ -1275,15 +1275,15 @@ teamProjectAccess.TeamProjectAccessWorkspaceAccess(
| **Name** | **Type** | **Description** |
| --- | --- | --- |
-| create
| typing.Union[bool, cdktf.IResolvable]
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_project_access#create TeamProjectAccess#create}. |
-| delete
| typing.Union[bool, cdktf.IResolvable]
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_project_access#delete TeamProjectAccess#delete}. |
-| locking
| typing.Union[bool, cdktf.IResolvable]
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_project_access#locking TeamProjectAccess#locking}. |
-| move
| typing.Union[bool, cdktf.IResolvable]
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_project_access#move TeamProjectAccess#move}. |
-| runs
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_project_access#runs TeamProjectAccess#runs}. |
-| run_tasks
| typing.Union[bool, cdktf.IResolvable]
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_project_access#run_tasks TeamProjectAccess#run_tasks}. |
-| sentinel_mocks
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_project_access#sentinel_mocks TeamProjectAccess#sentinel_mocks}. |
-| state_versions
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_project_access#state_versions TeamProjectAccess#state_versions}. |
-| variables
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_project_access#variables TeamProjectAccess#variables}. |
+| create
| typing.Union[bool, cdktf.IResolvable]
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_project_access#create TeamProjectAccess#create}. |
+| delete
| typing.Union[bool, cdktf.IResolvable]
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_project_access#delete TeamProjectAccess#delete}. |
+| locking
| typing.Union[bool, cdktf.IResolvable]
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_project_access#locking TeamProjectAccess#locking}. |
+| move
| typing.Union[bool, cdktf.IResolvable]
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_project_access#move TeamProjectAccess#move}. |
+| runs
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_project_access#runs TeamProjectAccess#runs}. |
+| run_tasks
| typing.Union[bool, cdktf.IResolvable]
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_project_access#run_tasks TeamProjectAccess#run_tasks}. |
+| sentinel_mocks
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_project_access#sentinel_mocks TeamProjectAccess#sentinel_mocks}. |
+| state_versions
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_project_access#state_versions TeamProjectAccess#state_versions}. |
+| variables
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_project_access#variables TeamProjectAccess#variables}. |
---
@@ -1295,7 +1295,7 @@ create: typing.Union[bool, IResolvable]
- *Type:* typing.Union[bool, cdktf.IResolvable]
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_project_access#create TeamProjectAccess#create}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_project_access#create TeamProjectAccess#create}.
---
@@ -1307,7 +1307,7 @@ delete: typing.Union[bool, IResolvable]
- *Type:* typing.Union[bool, cdktf.IResolvable]
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_project_access#delete TeamProjectAccess#delete}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_project_access#delete TeamProjectAccess#delete}.
---
@@ -1319,7 +1319,7 @@ locking: typing.Union[bool, IResolvable]
- *Type:* typing.Union[bool, cdktf.IResolvable]
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_project_access#locking TeamProjectAccess#locking}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_project_access#locking TeamProjectAccess#locking}.
---
@@ -1331,7 +1331,7 @@ move: typing.Union[bool, IResolvable]
- *Type:* typing.Union[bool, cdktf.IResolvable]
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_project_access#move TeamProjectAccess#move}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_project_access#move TeamProjectAccess#move}.
---
@@ -1343,7 +1343,7 @@ runs: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_project_access#runs TeamProjectAccess#runs}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_project_access#runs TeamProjectAccess#runs}.
---
@@ -1355,7 +1355,7 @@ run_tasks: typing.Union[bool, IResolvable]
- *Type:* typing.Union[bool, cdktf.IResolvable]
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_project_access#run_tasks TeamProjectAccess#run_tasks}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_project_access#run_tasks TeamProjectAccess#run_tasks}.
---
@@ -1367,7 +1367,7 @@ sentinel_mocks: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_project_access#sentinel_mocks TeamProjectAccess#sentinel_mocks}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_project_access#sentinel_mocks TeamProjectAccess#sentinel_mocks}.
---
@@ -1379,7 +1379,7 @@ state_versions: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_project_access#state_versions TeamProjectAccess#state_versions}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_project_access#state_versions TeamProjectAccess#state_versions}.
---
@@ -1391,7 +1391,7 @@ variables: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_project_access#variables TeamProjectAccess#variables}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_project_access#variables TeamProjectAccess#variables}.
---
diff --git a/docs/teamProjectAccess.typescript.md b/docs/teamProjectAccess.typescript.md
index 313403591..155fd3e54 100644
--- a/docs/teamProjectAccess.typescript.md
+++ b/docs/teamProjectAccess.typescript.md
@@ -4,7 +4,7 @@
### TeamProjectAccess
-Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_project_access tfe_team_project_access}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_project_access tfe_team_project_access}.
#### Initializers
@@ -514,7 +514,7 @@ The construct id used in the generated config for the TeamProjectAccess to impor
The id of the existing TeamProjectAccess that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_project_access#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_project_access#import import section} in the documentation of this resource for the id to use
---
@@ -862,10 +862,10 @@ const teamProjectAccessConfig: teamProjectAccess.TeamProjectAccessConfig = { ...
| lifecycle
| cdktf.TerraformResourceLifecycle
| *No description.* |
| provider
| cdktf.TerraformProvider
| *No description.* |
| provisioners
| cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[]
| *No description.* |
-| access
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_project_access#access TeamProjectAccess#access}. |
-| projectId
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_project_access#project_id TeamProjectAccess#project_id}. |
-| teamId
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_project_access#team_id TeamProjectAccess#team_id}. |
-| id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_project_access#id TeamProjectAccess#id}. |
+| access
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_project_access#access TeamProjectAccess#access}. |
+| projectId
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_project_access#project_id TeamProjectAccess#project_id}. |
+| teamId
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_project_access#team_id TeamProjectAccess#team_id}. |
+| id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_project_access#id TeamProjectAccess#id}. |
| projectAccess
| cdktf.IResolvable \| TeamProjectAccessProjectAccess[]
| project_access block. |
| workspaceAccess
| cdktf.IResolvable \| TeamProjectAccessWorkspaceAccess[]
| workspace_access block. |
@@ -949,7 +949,7 @@ public readonly access: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_project_access#access TeamProjectAccess#access}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_project_access#access TeamProjectAccess#access}.
---
@@ -961,7 +961,7 @@ public readonly projectId: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_project_access#project_id TeamProjectAccess#project_id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_project_access#project_id TeamProjectAccess#project_id}.
---
@@ -973,7 +973,7 @@ public readonly teamId: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_project_access#team_id TeamProjectAccess#team_id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_project_access#team_id TeamProjectAccess#team_id}.
---
@@ -985,7 +985,7 @@ public readonly id: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_project_access#id TeamProjectAccess#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_project_access#id TeamProjectAccess#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -1002,7 +1002,7 @@ public readonly projectAccess: IResolvable | TeamProjectAccessProjectAccess[];
project_access block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_project_access#project_access TeamProjectAccess#project_access}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_project_access#project_access TeamProjectAccess#project_access}
---
@@ -1016,7 +1016,7 @@ public readonly workspaceAccess: IResolvable | TeamProjectAccessWorkspaceAccess[
workspace_access block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_project_access#workspace_access TeamProjectAccess#workspace_access}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_project_access#workspace_access TeamProjectAccess#workspace_access}
---
@@ -1034,8 +1034,8 @@ const teamProjectAccessProjectAccess: teamProjectAccess.TeamProjectAccessProject
| **Name** | **Type** | **Description** |
| --- | --- | --- |
-| settings
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_project_access#settings TeamProjectAccess#settings}. |
-| teams
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_project_access#teams TeamProjectAccess#teams}. |
+| settings
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_project_access#settings TeamProjectAccess#settings}. |
+| teams
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_project_access#teams TeamProjectAccess#teams}. |
---
@@ -1047,7 +1047,7 @@ public readonly settings: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_project_access#settings TeamProjectAccess#settings}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_project_access#settings TeamProjectAccess#settings}.
---
@@ -1059,7 +1059,7 @@ public readonly teams: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_project_access#teams TeamProjectAccess#teams}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_project_access#teams TeamProjectAccess#teams}.
---
@@ -1077,15 +1077,15 @@ const teamProjectAccessWorkspaceAccess: teamProjectAccess.TeamProjectAccessWorks
| **Name** | **Type** | **Description** |
| --- | --- | --- |
-| create
| boolean \| cdktf.IResolvable
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_project_access#create TeamProjectAccess#create}. |
-| delete
| boolean \| cdktf.IResolvable
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_project_access#delete TeamProjectAccess#delete}. |
-| locking
| boolean \| cdktf.IResolvable
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_project_access#locking TeamProjectAccess#locking}. |
-| move
| boolean \| cdktf.IResolvable
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_project_access#move TeamProjectAccess#move}. |
-| runs
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_project_access#runs TeamProjectAccess#runs}. |
-| runTasks
| boolean \| cdktf.IResolvable
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_project_access#run_tasks TeamProjectAccess#run_tasks}. |
-| sentinelMocks
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_project_access#sentinel_mocks TeamProjectAccess#sentinel_mocks}. |
-| stateVersions
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_project_access#state_versions TeamProjectAccess#state_versions}. |
-| variables
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_project_access#variables TeamProjectAccess#variables}. |
+| create
| boolean \| cdktf.IResolvable
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_project_access#create TeamProjectAccess#create}. |
+| delete
| boolean \| cdktf.IResolvable
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_project_access#delete TeamProjectAccess#delete}. |
+| locking
| boolean \| cdktf.IResolvable
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_project_access#locking TeamProjectAccess#locking}. |
+| move
| boolean \| cdktf.IResolvable
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_project_access#move TeamProjectAccess#move}. |
+| runs
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_project_access#runs TeamProjectAccess#runs}. |
+| runTasks
| boolean \| cdktf.IResolvable
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_project_access#run_tasks TeamProjectAccess#run_tasks}. |
+| sentinelMocks
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_project_access#sentinel_mocks TeamProjectAccess#sentinel_mocks}. |
+| stateVersions
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_project_access#state_versions TeamProjectAccess#state_versions}. |
+| variables
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_project_access#variables TeamProjectAccess#variables}. |
---
@@ -1097,7 +1097,7 @@ public readonly create: boolean | IResolvable;
- *Type:* boolean | cdktf.IResolvable
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_project_access#create TeamProjectAccess#create}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_project_access#create TeamProjectAccess#create}.
---
@@ -1109,7 +1109,7 @@ public readonly delete: boolean | IResolvable;
- *Type:* boolean | cdktf.IResolvable
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_project_access#delete TeamProjectAccess#delete}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_project_access#delete TeamProjectAccess#delete}.
---
@@ -1121,7 +1121,7 @@ public readonly locking: boolean | IResolvable;
- *Type:* boolean | cdktf.IResolvable
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_project_access#locking TeamProjectAccess#locking}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_project_access#locking TeamProjectAccess#locking}.
---
@@ -1133,7 +1133,7 @@ public readonly move: boolean | IResolvable;
- *Type:* boolean | cdktf.IResolvable
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_project_access#move TeamProjectAccess#move}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_project_access#move TeamProjectAccess#move}.
---
@@ -1145,7 +1145,7 @@ public readonly runs: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_project_access#runs TeamProjectAccess#runs}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_project_access#runs TeamProjectAccess#runs}.
---
@@ -1157,7 +1157,7 @@ public readonly runTasks: boolean | IResolvable;
- *Type:* boolean | cdktf.IResolvable
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_project_access#run_tasks TeamProjectAccess#run_tasks}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_project_access#run_tasks TeamProjectAccess#run_tasks}.
---
@@ -1169,7 +1169,7 @@ public readonly sentinelMocks: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_project_access#sentinel_mocks TeamProjectAccess#sentinel_mocks}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_project_access#sentinel_mocks TeamProjectAccess#sentinel_mocks}.
---
@@ -1181,7 +1181,7 @@ public readonly stateVersions: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_project_access#state_versions TeamProjectAccess#state_versions}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_project_access#state_versions TeamProjectAccess#state_versions}.
---
@@ -1193,7 +1193,7 @@ public readonly variables: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_project_access#variables TeamProjectAccess#variables}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_project_access#variables TeamProjectAccess#variables}.
---
diff --git a/docs/teamToken.csharp.md b/docs/teamToken.csharp.md
index 0af86a05b..9dc45324e 100644
--- a/docs/teamToken.csharp.md
+++ b/docs/teamToken.csharp.md
@@ -4,7 +4,7 @@
### TeamToken
-Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_token tfe_team_token}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_token tfe_team_token}.
#### Initializers
@@ -488,7 +488,7 @@ The construct id used in the generated config for the TeamToken to import.
The id of the existing TeamToken that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_token#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_token#import import section} in the documentation of this resource for the id to use
---
@@ -815,10 +815,10 @@ new TeamTokenConfig {
| Lifecycle
| HashiCorp.Cdktf.TerraformResourceLifecycle
| *No description.* |
| Provider
| HashiCorp.Cdktf.TerraformProvider
| *No description.* |
| Provisioners
| object[]
| *No description.* |
-| TeamId
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_token#team_id TeamToken#team_id}. |
-| ExpiredAt
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_token#expired_at TeamToken#expired_at}. |
-| ForceRegenerate
| object
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_token#force_regenerate TeamToken#force_regenerate}. |
-| Id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_token#id TeamToken#id}. |
+| TeamId
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_token#team_id TeamToken#team_id}. |
+| ExpiredAt
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_token#expired_at TeamToken#expired_at}. |
+| ForceRegenerate
| object
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_token#force_regenerate TeamToken#force_regenerate}. |
+| Id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_token#id TeamToken#id}. |
---
@@ -900,7 +900,7 @@ public string TeamId { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_token#team_id TeamToken#team_id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_token#team_id TeamToken#team_id}.
---
@@ -912,7 +912,7 @@ public string ExpiredAt { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_token#expired_at TeamToken#expired_at}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_token#expired_at TeamToken#expired_at}.
---
@@ -924,7 +924,7 @@ public object ForceRegenerate { get; set; }
- *Type:* object
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_token#force_regenerate TeamToken#force_regenerate}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_token#force_regenerate TeamToken#force_regenerate}.
---
@@ -936,7 +936,7 @@ public string Id { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_token#id TeamToken#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_token#id TeamToken#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
diff --git a/docs/teamToken.go.md b/docs/teamToken.go.md
index 7eb4b94a1..572f6a4be 100644
--- a/docs/teamToken.go.md
+++ b/docs/teamToken.go.md
@@ -4,7 +4,7 @@
### TeamToken
-Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_token tfe_team_token}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_token tfe_team_token}.
#### Initializers
@@ -488,7 +488,7 @@ The construct id used in the generated config for the TeamToken to import.
The id of the existing TeamToken that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_token#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_token#import import section} in the documentation of this resource for the id to use
---
@@ -815,10 +815,10 @@ import "github.com/cdktf/cdktf-provider-tfe-go/tfe/v11/teamtoken"
| 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.* |
-| TeamId
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_token#team_id TeamToken#team_id}. |
-| ExpiredAt
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_token#expired_at TeamToken#expired_at}. |
-| ForceRegenerate
| interface{}
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_token#force_regenerate TeamToken#force_regenerate}. |
-| Id
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_token#id TeamToken#id}. |
+| TeamId
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_token#team_id TeamToken#team_id}. |
+| ExpiredAt
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_token#expired_at TeamToken#expired_at}. |
+| ForceRegenerate
| interface{}
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_token#force_regenerate TeamToken#force_regenerate}. |
+| Id
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_token#id TeamToken#id}. |
---
@@ -900,7 +900,7 @@ TeamId *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_token#team_id TeamToken#team_id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_token#team_id TeamToken#team_id}.
---
@@ -912,7 +912,7 @@ ExpiredAt *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_token#expired_at TeamToken#expired_at}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_token#expired_at TeamToken#expired_at}.
---
@@ -924,7 +924,7 @@ ForceRegenerate interface{}
- *Type:* interface{}
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_token#force_regenerate TeamToken#force_regenerate}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_token#force_regenerate TeamToken#force_regenerate}.
---
@@ -936,7 +936,7 @@ Id *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_token#id TeamToken#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_token#id TeamToken#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
diff --git a/docs/teamToken.java.md b/docs/teamToken.java.md
index 9d7d81fe2..10bf5e377 100644
--- a/docs/teamToken.java.md
+++ b/docs/teamToken.java.md
@@ -4,7 +4,7 @@
### TeamToken
-Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_token tfe_team_token}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_token tfe_team_token}.
#### Initializers
@@ -42,10 +42,10 @@ TeamToken.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.* |
-| teamId
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_token#team_id TeamToken#team_id}. |
-| expiredAt
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_token#expired_at TeamToken#expired_at}. |
-| forceRegenerate
| java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_token#force_regenerate TeamToken#force_regenerate}. |
-| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_token#id TeamToken#id}. |
+| teamId
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_token#team_id TeamToken#team_id}. |
+| expiredAt
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_token#expired_at TeamToken#expired_at}. |
+| forceRegenerate
| java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_token#force_regenerate TeamToken#force_regenerate}. |
+| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_token#id TeamToken#id}. |
---
@@ -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/hashicorp/tfe/0.60.1/docs/resources/team_token#team_id TeamToken#team_id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_token#team_id TeamToken#team_id}.
---
@@ -121,7 +121,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_token#expired_at TeamToken#expired_at}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_token#expired_at TeamToken#expired_at}.
---
@@ -129,7 +129,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_token#force_regenerate TeamToken#force_regenerate}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_token#force_regenerate TeamToken#force_regenerate}.
---
@@ -137,7 +137,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_token#id TeamToken#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_token#id TeamToken#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you 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 TeamToken to import.
The id of the existing TeamToken that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_token#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_token#import import section} in the documentation of this resource for the id to use
---
@@ -920,10 +920,10 @@ TeamTokenConfig.builder()
| lifecycle
| com.hashicorp.cdktf.TerraformResourceLifecycle
| *No description.* |
| provider
| com.hashicorp.cdktf.TerraformProvider
| *No description.* |
| provisioners
| java.util.List
| *No description.* |
-| teamId
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_token#team_id TeamToken#team_id}. |
-| expiredAt
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_token#expired_at TeamToken#expired_at}. |
-| forceRegenerate
| java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_token#force_regenerate TeamToken#force_regenerate}. |
-| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_token#id TeamToken#id}. |
+| teamId
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_token#team_id TeamToken#team_id}. |
+| expiredAt
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_token#expired_at TeamToken#expired_at}. |
+| forceRegenerate
| java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_token#force_regenerate TeamToken#force_regenerate}. |
+| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_token#id TeamToken#id}. |
---
@@ -1005,7 +1005,7 @@ public java.lang.String getTeamId();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_token#team_id TeamToken#team_id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_token#team_id TeamToken#team_id}.
---
@@ -1017,7 +1017,7 @@ public java.lang.String getExpiredAt();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_token#expired_at TeamToken#expired_at}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_token#expired_at TeamToken#expired_at}.
---
@@ -1029,7 +1029,7 @@ public java.lang.Object getForceRegenerate();
- *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_token#force_regenerate TeamToken#force_regenerate}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_token#force_regenerate TeamToken#force_regenerate}.
---
@@ -1041,7 +1041,7 @@ public java.lang.String getId();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_token#id TeamToken#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_token#id TeamToken#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
diff --git a/docs/teamToken.python.md b/docs/teamToken.python.md
index 43be40f06..f87a2e29d 100644
--- a/docs/teamToken.python.md
+++ b/docs/teamToken.python.md
@@ -4,7 +4,7 @@
### TeamToken
-Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_token tfe_team_token}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_token tfe_team_token}.
#### Initializers
@@ -39,10 +39,10 @@ teamToken.TeamToken(
| lifecycle
| cdktf.TerraformResourceLifecycle
| *No description.* |
| provider
| cdktf.TerraformProvider
| *No description.* |
| provisioners
| typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]]
| *No description.* |
-| team_id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_token#team_id TeamToken#team_id}. |
-| expired_at
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_token#expired_at TeamToken#expired_at}. |
-| force_regenerate
| typing.Union[bool, cdktf.IResolvable]
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_token#force_regenerate TeamToken#force_regenerate}. |
-| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_token#id TeamToken#id}. |
+| team_id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_token#team_id TeamToken#team_id}. |
+| expired_at
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_token#expired_at TeamToken#expired_at}. |
+| force_regenerate
| typing.Union[bool, cdktf.IResolvable]
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_token#force_regenerate TeamToken#force_regenerate}. |
+| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_token#id TeamToken#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/hashicorp/tfe/0.60.1/docs/resources/team_token#team_id TeamToken#team_id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_token#team_id TeamToken#team_id}.
---
@@ -118,7 +118,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_token#expired_at TeamToken#expired_at}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_token#expired_at TeamToken#expired_at}.
---
@@ -126,7 +126,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* typing.Union[bool, cdktf.IResolvable]
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_token#force_regenerate TeamToken#force_regenerate}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_token#force_regenerate TeamToken#force_regenerate}.
---
@@ -134,7 +134,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_token#id TeamToken#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_token#id TeamToken#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -631,7 +631,7 @@ The construct id used in the generated config for the TeamToken to import.
The id of the existing TeamToken that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_token#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_token#import import section} in the documentation of this resource for the id to use
---
@@ -958,10 +958,10 @@ teamToken.TeamTokenConfig(
| lifecycle
| cdktf.TerraformResourceLifecycle
| *No description.* |
| provider
| cdktf.TerraformProvider
| *No description.* |
| provisioners
| typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]]
| *No description.* |
-| team_id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_token#team_id TeamToken#team_id}. |
-| expired_at
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_token#expired_at TeamToken#expired_at}. |
-| force_regenerate
| typing.Union[bool, cdktf.IResolvable]
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_token#force_regenerate TeamToken#force_regenerate}. |
-| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_token#id TeamToken#id}. |
+| team_id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_token#team_id TeamToken#team_id}. |
+| expired_at
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_token#expired_at TeamToken#expired_at}. |
+| force_regenerate
| typing.Union[bool, cdktf.IResolvable]
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_token#force_regenerate TeamToken#force_regenerate}. |
+| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_token#id TeamToken#id}. |
---
@@ -1043,7 +1043,7 @@ team_id: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_token#team_id TeamToken#team_id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_token#team_id TeamToken#team_id}.
---
@@ -1055,7 +1055,7 @@ expired_at: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_token#expired_at TeamToken#expired_at}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_token#expired_at TeamToken#expired_at}.
---
@@ -1067,7 +1067,7 @@ force_regenerate: typing.Union[bool, IResolvable]
- *Type:* typing.Union[bool, cdktf.IResolvable]
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_token#force_regenerate TeamToken#force_regenerate}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_token#force_regenerate TeamToken#force_regenerate}.
---
@@ -1079,7 +1079,7 @@ id: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_token#id TeamToken#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_token#id TeamToken#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
diff --git a/docs/teamToken.typescript.md b/docs/teamToken.typescript.md
index e13a3ff7f..1e5c57ee1 100644
--- a/docs/teamToken.typescript.md
+++ b/docs/teamToken.typescript.md
@@ -4,7 +4,7 @@
### TeamToken
-Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_token tfe_team_token}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_token tfe_team_token}.
#### Initializers
@@ -488,7 +488,7 @@ The construct id used in the generated config for the TeamToken to import.
The id of the existing TeamToken that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_token#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_token#import import section} in the documentation of this resource for the id to use
---
@@ -803,10 +803,10 @@ const teamTokenConfig: teamToken.TeamTokenConfig = { ... }
| lifecycle
| cdktf.TerraformResourceLifecycle
| *No description.* |
| provider
| cdktf.TerraformProvider
| *No description.* |
| provisioners
| cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[]
| *No description.* |
-| teamId
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_token#team_id TeamToken#team_id}. |
-| expiredAt
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_token#expired_at TeamToken#expired_at}. |
-| forceRegenerate
| boolean \| cdktf.IResolvable
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_token#force_regenerate TeamToken#force_regenerate}. |
-| id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_token#id TeamToken#id}. |
+| teamId
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_token#team_id TeamToken#team_id}. |
+| expiredAt
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_token#expired_at TeamToken#expired_at}. |
+| forceRegenerate
| boolean \| cdktf.IResolvable
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_token#force_regenerate TeamToken#force_regenerate}. |
+| id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_token#id TeamToken#id}. |
---
@@ -888,7 +888,7 @@ public readonly teamId: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_token#team_id TeamToken#team_id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_token#team_id TeamToken#team_id}.
---
@@ -900,7 +900,7 @@ public readonly expiredAt: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_token#expired_at TeamToken#expired_at}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_token#expired_at TeamToken#expired_at}.
---
@@ -912,7 +912,7 @@ public readonly forceRegenerate: boolean | IResolvable;
- *Type:* boolean | cdktf.IResolvable
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_token#force_regenerate TeamToken#force_regenerate}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_token#force_regenerate TeamToken#force_regenerate}.
---
@@ -924,7 +924,7 @@ public readonly id: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_token#id TeamToken#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_token#id TeamToken#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
diff --git a/docs/terraformVersion.csharp.md b/docs/terraformVersion.csharp.md
index 4437d5777..639da4cd1 100644
--- a/docs/terraformVersion.csharp.md
+++ b/docs/terraformVersion.csharp.md
@@ -4,7 +4,7 @@
### TerraformVersion
-Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/terraform_version tfe_terraform_version}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/terraform_version tfe_terraform_version}.
#### Initializers
@@ -509,7 +509,7 @@ The construct id used in the generated config for the TerraformVersion to import
The id of the existing TerraformVersion that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/terraform_version#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/terraform_version#import import section} in the documentation of this resource for the id to use
---
@@ -940,15 +940,15 @@ new TerraformVersionConfig {
| Lifecycle
| HashiCorp.Cdktf.TerraformResourceLifecycle
| *No description.* |
| Provider
| HashiCorp.Cdktf.TerraformProvider
| *No description.* |
| Provisioners
| object[]
| *No description.* |
-| Sha
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/terraform_version#sha TerraformVersion#sha}. |
-| Url
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/terraform_version#url TerraformVersion#url}. |
-| Version
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/terraform_version#version TerraformVersion#version}. |
-| Beta
| object
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/terraform_version#beta TerraformVersion#beta}. |
-| Deprecated
| object
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/terraform_version#deprecated TerraformVersion#deprecated}. |
-| DeprecatedReason
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/terraform_version#deprecated_reason TerraformVersion#deprecated_reason}. |
-| Enabled
| object
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/terraform_version#enabled TerraformVersion#enabled}. |
-| Id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/terraform_version#id TerraformVersion#id}. |
-| Official
| object
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/terraform_version#official TerraformVersion#official}. |
+| Sha
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/terraform_version#sha TerraformVersion#sha}. |
+| Url
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/terraform_version#url TerraformVersion#url}. |
+| Version
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/terraform_version#version TerraformVersion#version}. |
+| Beta
| object
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/terraform_version#beta TerraformVersion#beta}. |
+| Deprecated
| object
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/terraform_version#deprecated TerraformVersion#deprecated}. |
+| DeprecatedReason
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/terraform_version#deprecated_reason TerraformVersion#deprecated_reason}. |
+| Enabled
| object
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/terraform_version#enabled TerraformVersion#enabled}. |
+| Id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/terraform_version#id TerraformVersion#id}. |
+| Official
| object
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/terraform_version#official TerraformVersion#official}. |
---
@@ -1030,7 +1030,7 @@ public string Sha { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/terraform_version#sha TerraformVersion#sha}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/terraform_version#sha TerraformVersion#sha}.
---
@@ -1042,7 +1042,7 @@ public string Url { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/terraform_version#url TerraformVersion#url}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/terraform_version#url TerraformVersion#url}.
---
@@ -1054,7 +1054,7 @@ public string Version { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/terraform_version#version TerraformVersion#version}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/terraform_version#version TerraformVersion#version}.
---
@@ -1066,7 +1066,7 @@ public object Beta { get; set; }
- *Type:* object
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/terraform_version#beta TerraformVersion#beta}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/terraform_version#beta TerraformVersion#beta}.
---
@@ -1078,7 +1078,7 @@ public object Deprecated { get; set; }
- *Type:* object
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/terraform_version#deprecated TerraformVersion#deprecated}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/terraform_version#deprecated TerraformVersion#deprecated}.
---
@@ -1090,7 +1090,7 @@ public string DeprecatedReason { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/terraform_version#deprecated_reason TerraformVersion#deprecated_reason}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/terraform_version#deprecated_reason TerraformVersion#deprecated_reason}.
---
@@ -1102,7 +1102,7 @@ public object Enabled { get; set; }
- *Type:* object
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/terraform_version#enabled TerraformVersion#enabled}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/terraform_version#enabled TerraformVersion#enabled}.
---
@@ -1114,7 +1114,7 @@ public string Id { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/terraform_version#id TerraformVersion#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/terraform_version#id TerraformVersion#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you 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 object Official { get; set; }
- *Type:* object
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/terraform_version#official TerraformVersion#official}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/terraform_version#official TerraformVersion#official}.
---
diff --git a/docs/terraformVersion.go.md b/docs/terraformVersion.go.md
index 789a87522..0e291a1be 100644
--- a/docs/terraformVersion.go.md
+++ b/docs/terraformVersion.go.md
@@ -4,7 +4,7 @@
### TerraformVersion
-Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/terraform_version tfe_terraform_version}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/terraform_version tfe_terraform_version}.
#### Initializers
@@ -509,7 +509,7 @@ The construct id used in the generated config for the TerraformVersion to import
The id of the existing TerraformVersion that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/terraform_version#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/terraform_version#import import section} in the documentation of this resource for the id to use
---
@@ -940,15 +940,15 @@ import "github.com/cdktf/cdktf-provider-tfe-go/tfe/v11/terraformversion"
| 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.* |
-| Sha
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/terraform_version#sha TerraformVersion#sha}. |
-| Url
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/terraform_version#url TerraformVersion#url}. |
-| Version
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/terraform_version#version TerraformVersion#version}. |
-| Beta
| interface{}
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/terraform_version#beta TerraformVersion#beta}. |
-| Deprecated
| interface{}
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/terraform_version#deprecated TerraformVersion#deprecated}. |
-| DeprecatedReason
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/terraform_version#deprecated_reason TerraformVersion#deprecated_reason}. |
-| Enabled
| interface{}
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/terraform_version#enabled TerraformVersion#enabled}. |
-| Id
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/terraform_version#id TerraformVersion#id}. |
-| Official
| interface{}
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/terraform_version#official TerraformVersion#official}. |
+| Sha
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/terraform_version#sha TerraformVersion#sha}. |
+| Url
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/terraform_version#url TerraformVersion#url}. |
+| Version
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/terraform_version#version TerraformVersion#version}. |
+| Beta
| interface{}
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/terraform_version#beta TerraformVersion#beta}. |
+| Deprecated
| interface{}
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/terraform_version#deprecated TerraformVersion#deprecated}. |
+| DeprecatedReason
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/terraform_version#deprecated_reason TerraformVersion#deprecated_reason}. |
+| Enabled
| interface{}
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/terraform_version#enabled TerraformVersion#enabled}. |
+| Id
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/terraform_version#id TerraformVersion#id}. |
+| Official
| interface{}
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/terraform_version#official TerraformVersion#official}. |
---
@@ -1030,7 +1030,7 @@ Sha *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/terraform_version#sha TerraformVersion#sha}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/terraform_version#sha TerraformVersion#sha}.
---
@@ -1042,7 +1042,7 @@ Url *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/terraform_version#url TerraformVersion#url}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/terraform_version#url TerraformVersion#url}.
---
@@ -1054,7 +1054,7 @@ Version *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/terraform_version#version TerraformVersion#version}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/terraform_version#version TerraformVersion#version}.
---
@@ -1066,7 +1066,7 @@ Beta interface{}
- *Type:* interface{}
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/terraform_version#beta TerraformVersion#beta}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/terraform_version#beta TerraformVersion#beta}.
---
@@ -1078,7 +1078,7 @@ Deprecated interface{}
- *Type:* interface{}
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/terraform_version#deprecated TerraformVersion#deprecated}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/terraform_version#deprecated TerraformVersion#deprecated}.
---
@@ -1090,7 +1090,7 @@ DeprecatedReason *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/terraform_version#deprecated_reason TerraformVersion#deprecated_reason}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/terraform_version#deprecated_reason TerraformVersion#deprecated_reason}.
---
@@ -1102,7 +1102,7 @@ Enabled interface{}
- *Type:* interface{}
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/terraform_version#enabled TerraformVersion#enabled}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/terraform_version#enabled TerraformVersion#enabled}.
---
@@ -1114,7 +1114,7 @@ Id *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/terraform_version#id TerraformVersion#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/terraform_version#id TerraformVersion#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you 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 @@ Official interface{}
- *Type:* interface{}
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/terraform_version#official TerraformVersion#official}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/terraform_version#official TerraformVersion#official}.
---
diff --git a/docs/terraformVersion.java.md b/docs/terraformVersion.java.md
index 4e061fe36..dcae6d1bb 100644
--- a/docs/terraformVersion.java.md
+++ b/docs/terraformVersion.java.md
@@ -4,7 +4,7 @@
### TerraformVersion
-Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/terraform_version tfe_terraform_version}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/terraform_version tfe_terraform_version}.
#### Initializers
@@ -50,15 +50,15 @@ TerraformVersion.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.* |
-| sha
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/terraform_version#sha TerraformVersion#sha}. |
-| url
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/terraform_version#url TerraformVersion#url}. |
-| version
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/terraform_version#version TerraformVersion#version}. |
-| beta
| java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/terraform_version#beta TerraformVersion#beta}. |
-| deprecated
| java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/terraform_version#deprecated TerraformVersion#deprecated}. |
-| deprecatedReason
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/terraform_version#deprecated_reason TerraformVersion#deprecated_reason}. |
-| enabled
| java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/terraform_version#enabled TerraformVersion#enabled}. |
-| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/terraform_version#id TerraformVersion#id}. |
-| official
| java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/terraform_version#official TerraformVersion#official}. |
+| sha
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/terraform_version#sha TerraformVersion#sha}. |
+| url
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/terraform_version#url TerraformVersion#url}. |
+| version
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/terraform_version#version TerraformVersion#version}. |
+| beta
| java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/terraform_version#beta TerraformVersion#beta}. |
+| deprecated
| java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/terraform_version#deprecated TerraformVersion#deprecated}. |
+| deprecatedReason
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/terraform_version#deprecated_reason TerraformVersion#deprecated_reason}. |
+| enabled
| java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/terraform_version#enabled TerraformVersion#enabled}. |
+| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/terraform_version#id TerraformVersion#id}. |
+| official
| java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/terraform_version#official TerraformVersion#official}. |
---
@@ -126,7 +126,7 @@ Must be unique amongst siblings in the same scope
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/terraform_version#sha TerraformVersion#sha}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/terraform_version#sha TerraformVersion#sha}.
---
@@ -134,7 +134,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/terraform_version#url TerraformVersion#url}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/terraform_version#url TerraformVersion#url}.
---
@@ -142,7 +142,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/terraform_version#version TerraformVersion#version}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/terraform_version#version TerraformVersion#version}.
---
@@ -150,7 +150,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/terraform_version#beta TerraformVersion#beta}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/terraform_version#beta TerraformVersion#beta}.
---
@@ -158,7 +158,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/terraform_version#deprecated TerraformVersion#deprecated}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/terraform_version#deprecated TerraformVersion#deprecated}.
---
@@ -166,7 +166,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/terraform_version#deprecated_reason TerraformVersion#deprecated_reason}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/terraform_version#deprecated_reason TerraformVersion#deprecated_reason}.
---
@@ -174,7 +174,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/terraform_version#enabled TerraformVersion#enabled}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/terraform_version#enabled TerraformVersion#enabled}.
---
@@ -182,7 +182,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/terraform_version#id TerraformVersion#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/terraform_version#id TerraformVersion#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -193,7 +193,7 @@ If you experience problems setting this value it might not be settable. Please t
- *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/terraform_version#official TerraformVersion#official}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/terraform_version#official TerraformVersion#official}.
---
@@ -662,7 +662,7 @@ The construct id used in the generated config for the TerraformVersion to import
The id of the existing TerraformVersion that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/terraform_version#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/terraform_version#import import section} in the documentation of this resource for the id to use
---
@@ -1101,15 +1101,15 @@ TerraformVersionConfig.builder()
| lifecycle
| com.hashicorp.cdktf.TerraformResourceLifecycle
| *No description.* |
| provider
| com.hashicorp.cdktf.TerraformProvider
| *No description.* |
| provisioners
| java.util.List
| *No description.* |
-| sha
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/terraform_version#sha TerraformVersion#sha}. |
-| url
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/terraform_version#url TerraformVersion#url}. |
-| version
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/terraform_version#version TerraformVersion#version}. |
-| beta
| java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/terraform_version#beta TerraformVersion#beta}. |
-| deprecated
| java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/terraform_version#deprecated TerraformVersion#deprecated}. |
-| deprecatedReason
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/terraform_version#deprecated_reason TerraformVersion#deprecated_reason}. |
-| enabled
| java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/terraform_version#enabled TerraformVersion#enabled}. |
-| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/terraform_version#id TerraformVersion#id}. |
-| official
| java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/terraform_version#official TerraformVersion#official}. |
+| sha
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/terraform_version#sha TerraformVersion#sha}. |
+| url
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/terraform_version#url TerraformVersion#url}. |
+| version
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/terraform_version#version TerraformVersion#version}. |
+| beta
| java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/terraform_version#beta TerraformVersion#beta}. |
+| deprecated
| java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/terraform_version#deprecated TerraformVersion#deprecated}. |
+| deprecatedReason
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/terraform_version#deprecated_reason TerraformVersion#deprecated_reason}. |
+| enabled
| java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/terraform_version#enabled TerraformVersion#enabled}. |
+| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/terraform_version#id TerraformVersion#id}. |
+| official
| java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/terraform_version#official TerraformVersion#official}. |
---
@@ -1191,7 +1191,7 @@ public java.lang.String getSha();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/terraform_version#sha TerraformVersion#sha}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/terraform_version#sha TerraformVersion#sha}.
---
@@ -1203,7 +1203,7 @@ public java.lang.String getUrl();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/terraform_version#url TerraformVersion#url}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/terraform_version#url TerraformVersion#url}.
---
@@ -1215,7 +1215,7 @@ public java.lang.String getVersion();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/terraform_version#version TerraformVersion#version}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/terraform_version#version TerraformVersion#version}.
---
@@ -1227,7 +1227,7 @@ public java.lang.Object getBeta();
- *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/terraform_version#beta TerraformVersion#beta}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/terraform_version#beta TerraformVersion#beta}.
---
@@ -1239,7 +1239,7 @@ public java.lang.Object getDeprecated();
- *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/terraform_version#deprecated TerraformVersion#deprecated}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/terraform_version#deprecated TerraformVersion#deprecated}.
---
@@ -1251,7 +1251,7 @@ public java.lang.String getDeprecatedReason();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/terraform_version#deprecated_reason TerraformVersion#deprecated_reason}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/terraform_version#deprecated_reason TerraformVersion#deprecated_reason}.
---
@@ -1263,7 +1263,7 @@ public java.lang.Object getEnabled();
- *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/terraform_version#enabled TerraformVersion#enabled}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/terraform_version#enabled TerraformVersion#enabled}.
---
@@ -1275,7 +1275,7 @@ public java.lang.String getId();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/terraform_version#id TerraformVersion#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/terraform_version#id TerraformVersion#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -1290,7 +1290,7 @@ public java.lang.Object getOfficial();
- *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/terraform_version#official TerraformVersion#official}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/terraform_version#official TerraformVersion#official}.
---
diff --git a/docs/terraformVersion.python.md b/docs/terraformVersion.python.md
index dc2db8c4c..f93b79757 100644
--- a/docs/terraformVersion.python.md
+++ b/docs/terraformVersion.python.md
@@ -4,7 +4,7 @@
### TerraformVersion
-Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/terraform_version tfe_terraform_version}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/terraform_version tfe_terraform_version}.
#### Initializers
@@ -44,15 +44,15 @@ terraformVersion.TerraformVersion(
| lifecycle
| cdktf.TerraformResourceLifecycle
| *No description.* |
| provider
| cdktf.TerraformProvider
| *No description.* |
| provisioners
| typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]]
| *No description.* |
-| sha
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/terraform_version#sha TerraformVersion#sha}. |
-| url
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/terraform_version#url TerraformVersion#url}. |
-| version
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/terraform_version#version TerraformVersion#version}. |
-| beta
| typing.Union[bool, cdktf.IResolvable]
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/terraform_version#beta TerraformVersion#beta}. |
-| deprecated
| typing.Union[bool, cdktf.IResolvable]
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/terraform_version#deprecated TerraformVersion#deprecated}. |
-| deprecated_reason
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/terraform_version#deprecated_reason TerraformVersion#deprecated_reason}. |
-| enabled
| typing.Union[bool, cdktf.IResolvable]
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/terraform_version#enabled TerraformVersion#enabled}. |
-| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/terraform_version#id TerraformVersion#id}. |
-| official
| typing.Union[bool, cdktf.IResolvable]
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/terraform_version#official TerraformVersion#official}. |
+| sha
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/terraform_version#sha TerraformVersion#sha}. |
+| url
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/terraform_version#url TerraformVersion#url}. |
+| version
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/terraform_version#version TerraformVersion#version}. |
+| beta
| typing.Union[bool, cdktf.IResolvable]
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/terraform_version#beta TerraformVersion#beta}. |
+| deprecated
| typing.Union[bool, cdktf.IResolvable]
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/terraform_version#deprecated TerraformVersion#deprecated}. |
+| deprecated_reason
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/terraform_version#deprecated_reason TerraformVersion#deprecated_reason}. |
+| enabled
| typing.Union[bool, cdktf.IResolvable]
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/terraform_version#enabled TerraformVersion#enabled}. |
+| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/terraform_version#id TerraformVersion#id}. |
+| official
| typing.Union[bool, cdktf.IResolvable]
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/terraform_version#official TerraformVersion#official}. |
---
@@ -120,7 +120,7 @@ Must be unique amongst siblings in the same scope
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/terraform_version#sha TerraformVersion#sha}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/terraform_version#sha TerraformVersion#sha}.
---
@@ -128,7 +128,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/terraform_version#url TerraformVersion#url}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/terraform_version#url TerraformVersion#url}.
---
@@ -136,7 +136,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/terraform_version#version TerraformVersion#version}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/terraform_version#version TerraformVersion#version}.
---
@@ -144,7 +144,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* typing.Union[bool, cdktf.IResolvable]
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/terraform_version#beta TerraformVersion#beta}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/terraform_version#beta TerraformVersion#beta}.
---
@@ -152,7 +152,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* typing.Union[bool, cdktf.IResolvable]
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/terraform_version#deprecated TerraformVersion#deprecated}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/terraform_version#deprecated TerraformVersion#deprecated}.
---
@@ -160,7 +160,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/terraform_version#deprecated_reason TerraformVersion#deprecated_reason}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/terraform_version#deprecated_reason TerraformVersion#deprecated_reason}.
---
@@ -168,7 +168,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* typing.Union[bool, cdktf.IResolvable]
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/terraform_version#enabled TerraformVersion#enabled}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/terraform_version#enabled TerraformVersion#enabled}.
---
@@ -176,7 +176,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/terraform_version#id TerraformVersion#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/terraform_version#id TerraformVersion#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -187,7 +187,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/hashicorp/tfe/0.60.1/docs/resources/terraform_version#official TerraformVersion#official}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/terraform_version#official TerraformVersion#official}.
---
@@ -702,7 +702,7 @@ The construct id used in the generated config for the TerraformVersion to import
The id of the existing TerraformVersion that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/terraform_version#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/terraform_version#import import section} in the documentation of this resource for the id to use
---
@@ -1133,15 +1133,15 @@ terraformVersion.TerraformVersionConfig(
| lifecycle
| cdktf.TerraformResourceLifecycle
| *No description.* |
| provider
| cdktf.TerraformProvider
| *No description.* |
| provisioners
| typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]]
| *No description.* |
-| sha
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/terraform_version#sha TerraformVersion#sha}. |
-| url
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/terraform_version#url TerraformVersion#url}. |
-| version
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/terraform_version#version TerraformVersion#version}. |
-| beta
| typing.Union[bool, cdktf.IResolvable]
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/terraform_version#beta TerraformVersion#beta}. |
-| deprecated
| typing.Union[bool, cdktf.IResolvable]
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/terraform_version#deprecated TerraformVersion#deprecated}. |
-| deprecated_reason
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/terraform_version#deprecated_reason TerraformVersion#deprecated_reason}. |
-| enabled
| typing.Union[bool, cdktf.IResolvable]
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/terraform_version#enabled TerraformVersion#enabled}. |
-| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/terraform_version#id TerraformVersion#id}. |
-| official
| typing.Union[bool, cdktf.IResolvable]
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/terraform_version#official TerraformVersion#official}. |
+| sha
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/terraform_version#sha TerraformVersion#sha}. |
+| url
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/terraform_version#url TerraformVersion#url}. |
+| version
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/terraform_version#version TerraformVersion#version}. |
+| beta
| typing.Union[bool, cdktf.IResolvable]
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/terraform_version#beta TerraformVersion#beta}. |
+| deprecated
| typing.Union[bool, cdktf.IResolvable]
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/terraform_version#deprecated TerraformVersion#deprecated}. |
+| deprecated_reason
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/terraform_version#deprecated_reason TerraformVersion#deprecated_reason}. |
+| enabled
| typing.Union[bool, cdktf.IResolvable]
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/terraform_version#enabled TerraformVersion#enabled}. |
+| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/terraform_version#id TerraformVersion#id}. |
+| official
| typing.Union[bool, cdktf.IResolvable]
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/terraform_version#official TerraformVersion#official}. |
---
@@ -1223,7 +1223,7 @@ sha: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/terraform_version#sha TerraformVersion#sha}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/terraform_version#sha TerraformVersion#sha}.
---
@@ -1235,7 +1235,7 @@ url: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/terraform_version#url TerraformVersion#url}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/terraform_version#url TerraformVersion#url}.
---
@@ -1247,7 +1247,7 @@ version: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/terraform_version#version TerraformVersion#version}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/terraform_version#version TerraformVersion#version}.
---
@@ -1259,7 +1259,7 @@ beta: typing.Union[bool, IResolvable]
- *Type:* typing.Union[bool, cdktf.IResolvable]
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/terraform_version#beta TerraformVersion#beta}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/terraform_version#beta TerraformVersion#beta}.
---
@@ -1271,7 +1271,7 @@ deprecated: typing.Union[bool, IResolvable]
- *Type:* typing.Union[bool, cdktf.IResolvable]
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/terraform_version#deprecated TerraformVersion#deprecated}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/terraform_version#deprecated TerraformVersion#deprecated}.
---
@@ -1283,7 +1283,7 @@ deprecated_reason: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/terraform_version#deprecated_reason TerraformVersion#deprecated_reason}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/terraform_version#deprecated_reason TerraformVersion#deprecated_reason}.
---
@@ -1295,7 +1295,7 @@ enabled: typing.Union[bool, IResolvable]
- *Type:* typing.Union[bool, cdktf.IResolvable]
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/terraform_version#enabled TerraformVersion#enabled}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/terraform_version#enabled TerraformVersion#enabled}.
---
@@ -1307,7 +1307,7 @@ id: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/terraform_version#id TerraformVersion#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/terraform_version#id TerraformVersion#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -1322,7 +1322,7 @@ official: typing.Union[bool, IResolvable]
- *Type:* typing.Union[bool, cdktf.IResolvable]
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/terraform_version#official TerraformVersion#official}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/terraform_version#official TerraformVersion#official}.
---
diff --git a/docs/terraformVersion.typescript.md b/docs/terraformVersion.typescript.md
index aad16cf62..7327cc04d 100644
--- a/docs/terraformVersion.typescript.md
+++ b/docs/terraformVersion.typescript.md
@@ -4,7 +4,7 @@
### TerraformVersion
-Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/terraform_version tfe_terraform_version}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/terraform_version tfe_terraform_version}.
#### Initializers
@@ -509,7 +509,7 @@ The construct id used in the generated config for the TerraformVersion to import
The id of the existing TerraformVersion that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/terraform_version#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/terraform_version#import import section} in the documentation of this resource for the id to use
---
@@ -923,15 +923,15 @@ const terraformVersionConfig: terraformVersion.TerraformVersionConfig = { ... }
| lifecycle
| cdktf.TerraformResourceLifecycle
| *No description.* |
| provider
| cdktf.TerraformProvider
| *No description.* |
| provisioners
| cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[]
| *No description.* |
-| sha
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/terraform_version#sha TerraformVersion#sha}. |
-| url
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/terraform_version#url TerraformVersion#url}. |
-| version
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/terraform_version#version TerraformVersion#version}. |
-| beta
| boolean \| cdktf.IResolvable
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/terraform_version#beta TerraformVersion#beta}. |
-| deprecated
| boolean \| cdktf.IResolvable
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/terraform_version#deprecated TerraformVersion#deprecated}. |
-| deprecatedReason
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/terraform_version#deprecated_reason TerraformVersion#deprecated_reason}. |
-| enabled
| boolean \| cdktf.IResolvable
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/terraform_version#enabled TerraformVersion#enabled}. |
-| id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/terraform_version#id TerraformVersion#id}. |
-| official
| boolean \| cdktf.IResolvable
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/terraform_version#official TerraformVersion#official}. |
+| sha
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/terraform_version#sha TerraformVersion#sha}. |
+| url
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/terraform_version#url TerraformVersion#url}. |
+| version
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/terraform_version#version TerraformVersion#version}. |
+| beta
| boolean \| cdktf.IResolvable
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/terraform_version#beta TerraformVersion#beta}. |
+| deprecated
| boolean \| cdktf.IResolvable
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/terraform_version#deprecated TerraformVersion#deprecated}. |
+| deprecatedReason
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/terraform_version#deprecated_reason TerraformVersion#deprecated_reason}. |
+| enabled
| boolean \| cdktf.IResolvable
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/terraform_version#enabled TerraformVersion#enabled}. |
+| id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/terraform_version#id TerraformVersion#id}. |
+| official
| boolean \| cdktf.IResolvable
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/terraform_version#official TerraformVersion#official}. |
---
@@ -1013,7 +1013,7 @@ public readonly sha: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/terraform_version#sha TerraformVersion#sha}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/terraform_version#sha TerraformVersion#sha}.
---
@@ -1025,7 +1025,7 @@ public readonly url: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/terraform_version#url TerraformVersion#url}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/terraform_version#url TerraformVersion#url}.
---
@@ -1037,7 +1037,7 @@ public readonly version: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/terraform_version#version TerraformVersion#version}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/terraform_version#version TerraformVersion#version}.
---
@@ -1049,7 +1049,7 @@ public readonly beta: boolean | IResolvable;
- *Type:* boolean | cdktf.IResolvable
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/terraform_version#beta TerraformVersion#beta}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/terraform_version#beta TerraformVersion#beta}.
---
@@ -1061,7 +1061,7 @@ public readonly deprecated: boolean | IResolvable;
- *Type:* boolean | cdktf.IResolvable
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/terraform_version#deprecated TerraformVersion#deprecated}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/terraform_version#deprecated TerraformVersion#deprecated}.
---
@@ -1073,7 +1073,7 @@ public readonly deprecatedReason: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/terraform_version#deprecated_reason TerraformVersion#deprecated_reason}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/terraform_version#deprecated_reason TerraformVersion#deprecated_reason}.
---
@@ -1085,7 +1085,7 @@ public readonly enabled: boolean | IResolvable;
- *Type:* boolean | cdktf.IResolvable
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/terraform_version#enabled TerraformVersion#enabled}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/terraform_version#enabled TerraformVersion#enabled}.
---
@@ -1097,7 +1097,7 @@ public readonly id: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/terraform_version#id TerraformVersion#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/terraform_version#id TerraformVersion#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you 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 readonly official: boolean | IResolvable;
- *Type:* boolean | cdktf.IResolvable
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/terraform_version#official TerraformVersion#official}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/terraform_version#official TerraformVersion#official}.
---
diff --git a/docs/testVariable.csharp.md b/docs/testVariable.csharp.md
index 2ac90a4a5..28a59a13d 100644
--- a/docs/testVariable.csharp.md
+++ b/docs/testVariable.csharp.md
@@ -4,7 +4,7 @@
### TestVariable
-Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/test_variable tfe_test_variable}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/test_variable tfe_test_variable}.
#### Initializers
@@ -495,7 +495,7 @@ The construct id used in the generated config for the TestVariable to import.
The id of the existing TestVariable that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/test_variable#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/test_variable#import import section} in the documentation of this resource for the id to use
---
@@ -950,12 +950,12 @@ new TestVariableConfig {
| Provisioners
| object[]
| *No description.* |
| Category
| string
| Whether this is a Terraform or environment variable. Valid values are "terraform" or "env". |
| Key
| string
| Name of the variable. |
-| ModuleName
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/test_variable#module_name TestVariable#module_name}. |
-| ModuleProvider
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/test_variable#module_provider TestVariable#module_provider}. |
-| Organization
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/test_variable#organization TestVariable#organization}. |
-| Description
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/test_variable#description TestVariable#description}. |
-| Hcl
| object
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/test_variable#hcl TestVariable#hcl}. |
-| Sensitive
| object
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/test_variable#sensitive TestVariable#sensitive}. |
+| ModuleName
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/test_variable#module_name TestVariable#module_name}. |
+| ModuleProvider
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/test_variable#module_provider TestVariable#module_provider}. |
+| Organization
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/test_variable#organization TestVariable#organization}. |
+| Description
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/test_variable#description TestVariable#description}. |
+| Hcl
| object
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/test_variable#hcl TestVariable#hcl}. |
+| Sensitive
| object
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/test_variable#sensitive TestVariable#sensitive}. |
| Value
| string
| Value of the variable. |
---
@@ -1040,7 +1040,7 @@ public string Category { get; set; }
Whether this is a Terraform or environment variable. Valid values are "terraform" or "env".
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/test_variable#category TestVariable#category}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/test_variable#category TestVariable#category}
---
@@ -1054,7 +1054,7 @@ public string Key { get; set; }
Name of the variable.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/test_variable#key TestVariable#key}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/test_variable#key TestVariable#key}
---
@@ -1066,7 +1066,7 @@ public string ModuleName { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/test_variable#module_name TestVariable#module_name}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/test_variable#module_name TestVariable#module_name}.
---
@@ -1078,7 +1078,7 @@ public string ModuleProvider { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/test_variable#module_provider TestVariable#module_provider}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/test_variable#module_provider TestVariable#module_provider}.
---
@@ -1090,7 +1090,7 @@ public string Organization { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/test_variable#organization TestVariable#organization}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/test_variable#organization TestVariable#organization}.
---
@@ -1102,7 +1102,7 @@ public string Description { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/test_variable#description TestVariable#description}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/test_variable#description TestVariable#description}.
---
@@ -1114,7 +1114,7 @@ public object Hcl { get; set; }
- *Type:* object
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/test_variable#hcl TestVariable#hcl}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/test_variable#hcl TestVariable#hcl}.
---
@@ -1126,7 +1126,7 @@ public object Sensitive { get; set; }
- *Type:* object
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/test_variable#sensitive TestVariable#sensitive}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/test_variable#sensitive TestVariable#sensitive}.
---
@@ -1140,7 +1140,7 @@ public string Value { get; set; }
Value of the variable.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/test_variable#value TestVariable#value}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/test_variable#value TestVariable#value}
---
diff --git a/docs/testVariable.go.md b/docs/testVariable.go.md
index 1b5775f96..355c9b1b0 100644
--- a/docs/testVariable.go.md
+++ b/docs/testVariable.go.md
@@ -4,7 +4,7 @@
### TestVariable
-Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/test_variable tfe_test_variable}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/test_variable tfe_test_variable}.
#### Initializers
@@ -495,7 +495,7 @@ The construct id used in the generated config for the TestVariable to import.
The id of the existing TestVariable that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/test_variable#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/test_variable#import import section} in the documentation of this resource for the id to use
---
@@ -950,12 +950,12 @@ import "github.com/cdktf/cdktf-provider-tfe-go/tfe/v11/testvariable"
| Provisioners
| *[]interface{}
| *No description.* |
| Category
| *string
| Whether this is a Terraform or environment variable. Valid values are "terraform" or "env". |
| Key
| *string
| Name of the variable. |
-| ModuleName
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/test_variable#module_name TestVariable#module_name}. |
-| ModuleProvider
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/test_variable#module_provider TestVariable#module_provider}. |
-| Organization
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/test_variable#organization TestVariable#organization}. |
-| Description
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/test_variable#description TestVariable#description}. |
-| Hcl
| interface{}
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/test_variable#hcl TestVariable#hcl}. |
-| Sensitive
| interface{}
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/test_variable#sensitive TestVariable#sensitive}. |
+| ModuleName
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/test_variable#module_name TestVariable#module_name}. |
+| ModuleProvider
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/test_variable#module_provider TestVariable#module_provider}. |
+| Organization
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/test_variable#organization TestVariable#organization}. |
+| Description
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/test_variable#description TestVariable#description}. |
+| Hcl
| interface{}
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/test_variable#hcl TestVariable#hcl}. |
+| Sensitive
| interface{}
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/test_variable#sensitive TestVariable#sensitive}. |
| Value
| *string
| Value of the variable. |
---
@@ -1040,7 +1040,7 @@ Category *string
Whether this is a Terraform or environment variable. Valid values are "terraform" or "env".
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/test_variable#category TestVariable#category}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/test_variable#category TestVariable#category}
---
@@ -1054,7 +1054,7 @@ Key *string
Name of the variable.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/test_variable#key TestVariable#key}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/test_variable#key TestVariable#key}
---
@@ -1066,7 +1066,7 @@ ModuleName *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/test_variable#module_name TestVariable#module_name}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/test_variable#module_name TestVariable#module_name}.
---
@@ -1078,7 +1078,7 @@ ModuleProvider *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/test_variable#module_provider TestVariable#module_provider}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/test_variable#module_provider TestVariable#module_provider}.
---
@@ -1090,7 +1090,7 @@ Organization *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/test_variable#organization TestVariable#organization}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/test_variable#organization TestVariable#organization}.
---
@@ -1102,7 +1102,7 @@ Description *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/test_variable#description TestVariable#description}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/test_variable#description TestVariable#description}.
---
@@ -1114,7 +1114,7 @@ Hcl interface{}
- *Type:* interface{}
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/test_variable#hcl TestVariable#hcl}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/test_variable#hcl TestVariable#hcl}.
---
@@ -1126,7 +1126,7 @@ Sensitive interface{}
- *Type:* interface{}
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/test_variable#sensitive TestVariable#sensitive}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/test_variable#sensitive TestVariable#sensitive}.
---
@@ -1140,7 +1140,7 @@ Value *string
Value of the variable.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/test_variable#value TestVariable#value}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/test_variable#value TestVariable#value}
---
diff --git a/docs/testVariable.java.md b/docs/testVariable.java.md
index cdbc49b50..0a70db7b2 100644
--- a/docs/testVariable.java.md
+++ b/docs/testVariable.java.md
@@ -4,7 +4,7 @@
### TestVariable
-Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/test_variable tfe_test_variable}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/test_variable tfe_test_variable}.
#### Initializers
@@ -50,12 +50,12 @@ TestVariable.Builder.create(Construct scope, java.lang.String id)
| provisioners
| java.util.List
| *No description.* |
| category
| java.lang.String
| Whether this is a Terraform or environment variable. Valid values are "terraform" or "env". |
| key
| java.lang.String
| Name of the variable. |
-| moduleName
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/test_variable#module_name TestVariable#module_name}. |
-| moduleProvider
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/test_variable#module_provider TestVariable#module_provider}. |
-| organization
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/test_variable#organization TestVariable#organization}. |
-| description
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/test_variable#description TestVariable#description}. |
-| hcl
| java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/test_variable#hcl TestVariable#hcl}. |
-| sensitive
| java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/test_variable#sensitive TestVariable#sensitive}. |
+| moduleName
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/test_variable#module_name TestVariable#module_name}. |
+| moduleProvider
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/test_variable#module_provider TestVariable#module_provider}. |
+| organization
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/test_variable#organization TestVariable#organization}. |
+| description
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/test_variable#description TestVariable#description}. |
+| hcl
| java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/test_variable#hcl TestVariable#hcl}. |
+| sensitive
| java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/test_variable#sensitive TestVariable#sensitive}. |
| value
| java.lang.String
| Value of the variable. |
---
@@ -126,7 +126,7 @@ Must be unique amongst siblings in the same scope
Whether this is a Terraform or environment variable. Valid values are "terraform" or "env".
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/test_variable#category TestVariable#category}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/test_variable#category TestVariable#category}
---
@@ -136,7 +136,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
Name of the variable.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/test_variable#key TestVariable#key}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/test_variable#key TestVariable#key}
---
@@ -144,7 +144,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/test_variable#module_name TestVariable#module_name}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/test_variable#module_name TestVariable#module_name}.
---
@@ -152,7 +152,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/test_variable#module_provider TestVariable#module_provider}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/test_variable#module_provider TestVariable#module_provider}.
---
@@ -160,7 +160,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/test_variable#organization TestVariable#organization}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/test_variable#organization TestVariable#organization}.
---
@@ -168,7 +168,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/test_variable#description TestVariable#description}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/test_variable#description TestVariable#description}.
---
@@ -176,7 +176,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/test_variable#hcl TestVariable#hcl}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/test_variable#hcl TestVariable#hcl}.
---
@@ -184,7 +184,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/test_variable#sensitive TestVariable#sensitive}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/test_variable#sensitive TestVariable#sensitive}.
---
@@ -194,7 +194,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
Value of the variable.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/test_variable#value TestVariable#value}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/test_variable#value TestVariable#value}
---
@@ -649,7 +649,7 @@ The construct id used in the generated config for the TestVariable to import.
The id of the existing TestVariable that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/test_variable#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/test_variable#import import section} in the documentation of this resource for the id to use
---
@@ -1110,12 +1110,12 @@ TestVariableConfig.builder()
| provisioners
| java.util.List
| *No description.* |
| category
| java.lang.String
| Whether this is a Terraform or environment variable. Valid values are "terraform" or "env". |
| key
| java.lang.String
| Name of the variable. |
-| moduleName
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/test_variable#module_name TestVariable#module_name}. |
-| moduleProvider
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/test_variable#module_provider TestVariable#module_provider}. |
-| organization
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/test_variable#organization TestVariable#organization}. |
-| description
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/test_variable#description TestVariable#description}. |
-| hcl
| java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/test_variable#hcl TestVariable#hcl}. |
-| sensitive
| java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/test_variable#sensitive TestVariable#sensitive}. |
+| moduleName
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/test_variable#module_name TestVariable#module_name}. |
+| moduleProvider
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/test_variable#module_provider TestVariable#module_provider}. |
+| organization
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/test_variable#organization TestVariable#organization}. |
+| description
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/test_variable#description TestVariable#description}. |
+| hcl
| java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/test_variable#hcl TestVariable#hcl}. |
+| sensitive
| java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/test_variable#sensitive TestVariable#sensitive}. |
| value
| java.lang.String
| Value of the variable. |
---
@@ -1200,7 +1200,7 @@ public java.lang.String getCategory();
Whether this is a Terraform or environment variable. Valid values are "terraform" or "env".
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/test_variable#category TestVariable#category}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/test_variable#category TestVariable#category}
---
@@ -1214,7 +1214,7 @@ public java.lang.String getKey();
Name of the variable.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/test_variable#key TestVariable#key}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/test_variable#key TestVariable#key}
---
@@ -1226,7 +1226,7 @@ public java.lang.String getModuleName();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/test_variable#module_name TestVariable#module_name}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/test_variable#module_name TestVariable#module_name}.
---
@@ -1238,7 +1238,7 @@ public java.lang.String getModuleProvider();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/test_variable#module_provider TestVariable#module_provider}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/test_variable#module_provider TestVariable#module_provider}.
---
@@ -1250,7 +1250,7 @@ public java.lang.String getOrganization();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/test_variable#organization TestVariable#organization}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/test_variable#organization TestVariable#organization}.
---
@@ -1262,7 +1262,7 @@ public java.lang.String getDescription();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/test_variable#description TestVariable#description}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/test_variable#description TestVariable#description}.
---
@@ -1274,7 +1274,7 @@ public java.lang.Object getHcl();
- *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/test_variable#hcl TestVariable#hcl}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/test_variable#hcl TestVariable#hcl}.
---
@@ -1286,7 +1286,7 @@ public java.lang.Object getSensitive();
- *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/test_variable#sensitive TestVariable#sensitive}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/test_variable#sensitive TestVariable#sensitive}.
---
@@ -1300,7 +1300,7 @@ public java.lang.String getValue();
Value of the variable.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/test_variable#value TestVariable#value}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/test_variable#value TestVariable#value}
---
diff --git a/docs/testVariable.python.md b/docs/testVariable.python.md
index fbb55808f..f19d9ce8d 100644
--- a/docs/testVariable.python.md
+++ b/docs/testVariable.python.md
@@ -4,7 +4,7 @@
### TestVariable
-Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/test_variable tfe_test_variable}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/test_variable tfe_test_variable}.
#### Initializers
@@ -46,12 +46,12 @@ testVariable.TestVariable(
| provisioners
| typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]]
| *No description.* |
| category
| str
| Whether this is a Terraform or environment variable. Valid values are "terraform" or "env". |
| key
| str
| Name of the variable. |
-| module_name
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/test_variable#module_name TestVariable#module_name}. |
-| module_provider
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/test_variable#module_provider TestVariable#module_provider}. |
-| organization
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/test_variable#organization TestVariable#organization}. |
-| description
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/test_variable#description TestVariable#description}. |
-| hcl
| typing.Union[bool, cdktf.IResolvable]
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/test_variable#hcl TestVariable#hcl}. |
-| sensitive
| typing.Union[bool, cdktf.IResolvable]
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/test_variable#sensitive TestVariable#sensitive}. |
+| module_name
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/test_variable#module_name TestVariable#module_name}. |
+| module_provider
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/test_variable#module_provider TestVariable#module_provider}. |
+| organization
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/test_variable#organization TestVariable#organization}. |
+| description
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/test_variable#description TestVariable#description}. |
+| hcl
| typing.Union[bool, cdktf.IResolvable]
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/test_variable#hcl TestVariable#hcl}. |
+| sensitive
| typing.Union[bool, cdktf.IResolvable]
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/test_variable#sensitive TestVariable#sensitive}. |
| value
| str
| Value of the variable. |
---
@@ -122,7 +122,7 @@ Must be unique amongst siblings in the same scope
Whether this is a Terraform or environment variable. Valid values are "terraform" or "env".
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/test_variable#category TestVariable#category}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/test_variable#category TestVariable#category}
---
@@ -132,7 +132,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
Name of the variable.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/test_variable#key TestVariable#key}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/test_variable#key TestVariable#key}
---
@@ -140,7 +140,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/test_variable#module_name TestVariable#module_name}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/test_variable#module_name TestVariable#module_name}.
---
@@ -148,7 +148,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/test_variable#module_provider TestVariable#module_provider}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/test_variable#module_provider TestVariable#module_provider}.
---
@@ -156,7 +156,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/test_variable#organization TestVariable#organization}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/test_variable#organization TestVariable#organization}.
---
@@ -164,7 +164,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/test_variable#description TestVariable#description}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/test_variable#description TestVariable#description}.
---
@@ -172,7 +172,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* typing.Union[bool, cdktf.IResolvable]
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/test_variable#hcl TestVariable#hcl}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/test_variable#hcl TestVariable#hcl}.
---
@@ -180,7 +180,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* typing.Union[bool, cdktf.IResolvable]
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/test_variable#sensitive TestVariable#sensitive}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/test_variable#sensitive TestVariable#sensitive}.
---
@@ -190,7 +190,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
Value of the variable.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/test_variable#value TestVariable#value}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/test_variable#value TestVariable#value}
---
@@ -691,7 +691,7 @@ The construct id used in the generated config for the TestVariable to import.
The id of the existing TestVariable that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/test_variable#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/test_variable#import import section} in the documentation of this resource for the id to use
---
@@ -1146,12 +1146,12 @@ testVariable.TestVariableConfig(
| provisioners
| typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]]
| *No description.* |
| category
| str
| Whether this is a Terraform or environment variable. Valid values are "terraform" or "env". |
| key
| str
| Name of the variable. |
-| module_name
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/test_variable#module_name TestVariable#module_name}. |
-| module_provider
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/test_variable#module_provider TestVariable#module_provider}. |
-| organization
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/test_variable#organization TestVariable#organization}. |
-| description
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/test_variable#description TestVariable#description}. |
-| hcl
| typing.Union[bool, cdktf.IResolvable]
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/test_variable#hcl TestVariable#hcl}. |
-| sensitive
| typing.Union[bool, cdktf.IResolvable]
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/test_variable#sensitive TestVariable#sensitive}. |
+| module_name
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/test_variable#module_name TestVariable#module_name}. |
+| module_provider
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/test_variable#module_provider TestVariable#module_provider}. |
+| organization
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/test_variable#organization TestVariable#organization}. |
+| description
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/test_variable#description TestVariable#description}. |
+| hcl
| typing.Union[bool, cdktf.IResolvable]
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/test_variable#hcl TestVariable#hcl}. |
+| sensitive
| typing.Union[bool, cdktf.IResolvable]
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/test_variable#sensitive TestVariable#sensitive}. |
| value
| str
| Value of the variable. |
---
@@ -1236,7 +1236,7 @@ category: str
Whether this is a Terraform or environment variable. Valid values are "terraform" or "env".
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/test_variable#category TestVariable#category}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/test_variable#category TestVariable#category}
---
@@ -1250,7 +1250,7 @@ key: str
Name of the variable.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/test_variable#key TestVariable#key}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/test_variable#key TestVariable#key}
---
@@ -1262,7 +1262,7 @@ module_name: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/test_variable#module_name TestVariable#module_name}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/test_variable#module_name TestVariable#module_name}.
---
@@ -1274,7 +1274,7 @@ module_provider: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/test_variable#module_provider TestVariable#module_provider}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/test_variable#module_provider TestVariable#module_provider}.
---
@@ -1286,7 +1286,7 @@ organization: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/test_variable#organization TestVariable#organization}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/test_variable#organization TestVariable#organization}.
---
@@ -1298,7 +1298,7 @@ description: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/test_variable#description TestVariable#description}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/test_variable#description TestVariable#description}.
---
@@ -1310,7 +1310,7 @@ hcl: typing.Union[bool, IResolvable]
- *Type:* typing.Union[bool, cdktf.IResolvable]
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/test_variable#hcl TestVariable#hcl}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/test_variable#hcl TestVariable#hcl}.
---
@@ -1322,7 +1322,7 @@ sensitive: typing.Union[bool, IResolvable]
- *Type:* typing.Union[bool, cdktf.IResolvable]
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/test_variable#sensitive TestVariable#sensitive}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/test_variable#sensitive TestVariable#sensitive}.
---
@@ -1336,7 +1336,7 @@ value: str
Value of the variable.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/test_variable#value TestVariable#value}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/test_variable#value TestVariable#value}
---
diff --git a/docs/testVariable.typescript.md b/docs/testVariable.typescript.md
index e49749c9f..bbe3403e0 100644
--- a/docs/testVariable.typescript.md
+++ b/docs/testVariable.typescript.md
@@ -4,7 +4,7 @@
### TestVariable
-Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/test_variable tfe_test_variable}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/test_variable tfe_test_variable}.
#### Initializers
@@ -495,7 +495,7 @@ The construct id used in the generated config for the TestVariable to import.
The id of the existing TestVariable that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/test_variable#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/test_variable#import import section} in the documentation of this resource for the id to use
---
@@ -933,12 +933,12 @@ const testVariableConfig: testVariable.TestVariableConfig = { ... }
| provisioners
| cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[]
| *No description.* |
| category
| string
| Whether this is a Terraform or environment variable. Valid values are "terraform" or "env". |
| key
| string
| Name of the variable. |
-| moduleName
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/test_variable#module_name TestVariable#module_name}. |
-| moduleProvider
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/test_variable#module_provider TestVariable#module_provider}. |
-| organization
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/test_variable#organization TestVariable#organization}. |
-| description
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/test_variable#description TestVariable#description}. |
-| hcl
| boolean \| cdktf.IResolvable
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/test_variable#hcl TestVariable#hcl}. |
-| sensitive
| boolean \| cdktf.IResolvable
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/test_variable#sensitive TestVariable#sensitive}. |
+| moduleName
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/test_variable#module_name TestVariable#module_name}. |
+| moduleProvider
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/test_variable#module_provider TestVariable#module_provider}. |
+| organization
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/test_variable#organization TestVariable#organization}. |
+| description
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/test_variable#description TestVariable#description}. |
+| hcl
| boolean \| cdktf.IResolvable
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/test_variable#hcl TestVariable#hcl}. |
+| sensitive
| boolean \| cdktf.IResolvable
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/test_variable#sensitive TestVariable#sensitive}. |
| value
| string
| Value of the variable. |
---
@@ -1023,7 +1023,7 @@ public readonly category: string;
Whether this is a Terraform or environment variable. Valid values are "terraform" or "env".
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/test_variable#category TestVariable#category}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/test_variable#category TestVariable#category}
---
@@ -1037,7 +1037,7 @@ public readonly key: string;
Name of the variable.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/test_variable#key TestVariable#key}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/test_variable#key TestVariable#key}
---
@@ -1049,7 +1049,7 @@ public readonly moduleName: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/test_variable#module_name TestVariable#module_name}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/test_variable#module_name TestVariable#module_name}.
---
@@ -1061,7 +1061,7 @@ public readonly moduleProvider: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/test_variable#module_provider TestVariable#module_provider}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/test_variable#module_provider TestVariable#module_provider}.
---
@@ -1073,7 +1073,7 @@ public readonly organization: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/test_variable#organization TestVariable#organization}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/test_variable#organization TestVariable#organization}.
---
@@ -1085,7 +1085,7 @@ public readonly description: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/test_variable#description TestVariable#description}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/test_variable#description TestVariable#description}.
---
@@ -1097,7 +1097,7 @@ public readonly hcl: boolean | IResolvable;
- *Type:* boolean | cdktf.IResolvable
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/test_variable#hcl TestVariable#hcl}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/test_variable#hcl TestVariable#hcl}.
---
@@ -1109,7 +1109,7 @@ public readonly sensitive: boolean | IResolvable;
- *Type:* boolean | cdktf.IResolvable
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/test_variable#sensitive TestVariable#sensitive}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/test_variable#sensitive TestVariable#sensitive}.
---
@@ -1123,7 +1123,7 @@ public readonly value: string;
Value of the variable.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/test_variable#value TestVariable#value}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/test_variable#value TestVariable#value}
---
diff --git a/docs/variable.csharp.md b/docs/variable.csharp.md
index eb8dcde4f..a3c76a3b5 100644
--- a/docs/variable.csharp.md
+++ b/docs/variable.csharp.md
@@ -4,7 +4,7 @@
### Variable
-Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/variable tfe_variable}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/variable tfe_variable}.
#### Initializers
@@ -509,7 +509,7 @@ The construct id used in the generated config for the Variable to import.
The id of the existing Variable that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/variable#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/variable#import import section} in the documentation of this resource for the id to use
---
@@ -941,12 +941,12 @@ new VariableConfig {
| Provisioners
| object[]
| *No description.* |
| Category
| string
| Whether this is a Terraform or environment variable. Valid values are "terraform" or "env". |
| Key
| string
| Name of the variable. |
-| Description
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/variable#description Variable#description}. |
-| Hcl
| object
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/variable#hcl Variable#hcl}. |
-| Sensitive
| object
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/variable#sensitive Variable#sensitive}. |
+| Description
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/variable#description Variable#description}. |
+| Hcl
| object
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/variable#hcl Variable#hcl}. |
+| Sensitive
| object
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/variable#sensitive Variable#sensitive}. |
| Value
| string
| Value of the variable. |
-| VariableSetId
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/variable#variable_set_id Variable#variable_set_id}. |
-| WorkspaceId
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/variable#workspace_id Variable#workspace_id}. |
+| VariableSetId
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/variable#variable_set_id Variable#variable_set_id}. |
+| WorkspaceId
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/variable#workspace_id Variable#workspace_id}. |
---
@@ -1030,7 +1030,7 @@ public string Category { get; set; }
Whether this is a Terraform or environment variable. Valid values are "terraform" or "env".
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/variable#category Variable#category}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/variable#category Variable#category}
---
@@ -1044,7 +1044,7 @@ public string Key { get; set; }
Name of the variable.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/variable#key Variable#key}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/variable#key Variable#key}
---
@@ -1056,7 +1056,7 @@ public string Description { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/variable#description Variable#description}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/variable#description Variable#description}.
---
@@ -1068,7 +1068,7 @@ public object Hcl { get; set; }
- *Type:* object
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/variable#hcl Variable#hcl}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/variable#hcl Variable#hcl}.
---
@@ -1080,7 +1080,7 @@ public object Sensitive { get; set; }
- *Type:* object
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/variable#sensitive Variable#sensitive}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/variable#sensitive Variable#sensitive}.
---
@@ -1094,7 +1094,7 @@ public string Value { get; set; }
Value of the variable.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/variable#value Variable#value}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/variable#value Variable#value}
---
@@ -1106,7 +1106,7 @@ public string VariableSetId { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/variable#variable_set_id Variable#variable_set_id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/variable#variable_set_id Variable#variable_set_id}.
---
@@ -1118,7 +1118,7 @@ public string WorkspaceId { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/variable#workspace_id Variable#workspace_id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/variable#workspace_id Variable#workspace_id}.
---
diff --git a/docs/variable.go.md b/docs/variable.go.md
index 37912c962..a1b08665c 100644
--- a/docs/variable.go.md
+++ b/docs/variable.go.md
@@ -4,7 +4,7 @@
### Variable
-Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/variable tfe_variable}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/variable tfe_variable}.
#### Initializers
@@ -509,7 +509,7 @@ The construct id used in the generated config for the Variable to import.
The id of the existing Variable that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/variable#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/variable#import import section} in the documentation of this resource for the id to use
---
@@ -941,12 +941,12 @@ import "github.com/cdktf/cdktf-provider-tfe-go/tfe/v11/variable"
| Provisioners
| *[]interface{}
| *No description.* |
| Category
| *string
| Whether this is a Terraform or environment variable. Valid values are "terraform" or "env". |
| Key
| *string
| Name of the variable. |
-| Description
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/variable#description Variable#description}. |
-| Hcl
| interface{}
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/variable#hcl Variable#hcl}. |
-| Sensitive
| interface{}
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/variable#sensitive Variable#sensitive}. |
+| Description
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/variable#description Variable#description}. |
+| Hcl
| interface{}
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/variable#hcl Variable#hcl}. |
+| Sensitive
| interface{}
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/variable#sensitive Variable#sensitive}. |
| Value
| *string
| Value of the variable. |
-| VariableSetId
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/variable#variable_set_id Variable#variable_set_id}. |
-| WorkspaceId
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/variable#workspace_id Variable#workspace_id}. |
+| VariableSetId
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/variable#variable_set_id Variable#variable_set_id}. |
+| WorkspaceId
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/variable#workspace_id Variable#workspace_id}. |
---
@@ -1030,7 +1030,7 @@ Category *string
Whether this is a Terraform or environment variable. Valid values are "terraform" or "env".
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/variable#category Variable#category}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/variable#category Variable#category}
---
@@ -1044,7 +1044,7 @@ Key *string
Name of the variable.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/variable#key Variable#key}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/variable#key Variable#key}
---
@@ -1056,7 +1056,7 @@ Description *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/variable#description Variable#description}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/variable#description Variable#description}.
---
@@ -1068,7 +1068,7 @@ Hcl interface{}
- *Type:* interface{}
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/variable#hcl Variable#hcl}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/variable#hcl Variable#hcl}.
---
@@ -1080,7 +1080,7 @@ Sensitive interface{}
- *Type:* interface{}
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/variable#sensitive Variable#sensitive}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/variable#sensitive Variable#sensitive}.
---
@@ -1094,7 +1094,7 @@ Value *string
Value of the variable.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/variable#value Variable#value}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/variable#value Variable#value}
---
@@ -1106,7 +1106,7 @@ VariableSetId *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/variable#variable_set_id Variable#variable_set_id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/variable#variable_set_id Variable#variable_set_id}.
---
@@ -1118,7 +1118,7 @@ WorkspaceId *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/variable#workspace_id Variable#workspace_id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/variable#workspace_id Variable#workspace_id}.
---
diff --git a/docs/variable.java.md b/docs/variable.java.md
index 8d6b2de78..3ba7c16cb 100644
--- a/docs/variable.java.md
+++ b/docs/variable.java.md
@@ -4,7 +4,7 @@
### Variable
-Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/variable tfe_variable}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/variable tfe_variable}.
#### Initializers
@@ -49,12 +49,12 @@ Variable.Builder.create(Construct scope, java.lang.String id)
| provisioners
| java.util.List
| *No description.* |
| category
| java.lang.String
| Whether this is a Terraform or environment variable. Valid values are "terraform" or "env". |
| key
| java.lang.String
| Name of the variable. |
-| description
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/variable#description Variable#description}. |
-| hcl
| java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/variable#hcl Variable#hcl}. |
-| sensitive
| java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/variable#sensitive Variable#sensitive}. |
+| description
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/variable#description Variable#description}. |
+| hcl
| java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/variable#hcl Variable#hcl}. |
+| sensitive
| java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/variable#sensitive Variable#sensitive}. |
| value
| java.lang.String
| Value of the variable. |
-| variableSetId
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/variable#variable_set_id Variable#variable_set_id}. |
-| workspaceId
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/variable#workspace_id Variable#workspace_id}. |
+| variableSetId
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/variable#variable_set_id Variable#variable_set_id}. |
+| workspaceId
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/variable#workspace_id Variable#workspace_id}. |
---
@@ -124,7 +124,7 @@ Must be unique amongst siblings in the same scope
Whether this is a Terraform or environment variable. Valid values are "terraform" or "env".
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/variable#category Variable#category}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/variable#category Variable#category}
---
@@ -134,7 +134,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
Name of the variable.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/variable#key Variable#key}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/variable#key Variable#key}
---
@@ -142,7 +142,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/variable#description Variable#description}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/variable#description Variable#description}.
---
@@ -150,7 +150,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/variable#hcl Variable#hcl}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/variable#hcl Variable#hcl}.
---
@@ -158,7 +158,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/variable#sensitive Variable#sensitive}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/variable#sensitive Variable#sensitive}.
---
@@ -168,7 +168,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
Value of the variable.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/variable#value Variable#value}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/variable#value Variable#value}
---
@@ -176,7 +176,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/variable#variable_set_id Variable#variable_set_id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/variable#variable_set_id Variable#variable_set_id}.
---
@@ -184,7 +184,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/variable#workspace_id Variable#workspace_id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/variable#workspace_id Variable#workspace_id}.
---
@@ -653,7 +653,7 @@ The construct id used in the generated config for the Variable to import.
The id of the existing Variable that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/variable#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/variable#import import section} in the documentation of this resource for the id to use
---
@@ -1091,12 +1091,12 @@ VariableConfig.builder()
| provisioners
| java.util.List
| *No description.* |
| category
| java.lang.String
| Whether this is a Terraform or environment variable. Valid values are "terraform" or "env". |
| key
| java.lang.String
| Name of the variable. |
-| description
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/variable#description Variable#description}. |
-| hcl
| java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/variable#hcl Variable#hcl}. |
-| sensitive
| java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/variable#sensitive Variable#sensitive}. |
+| description
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/variable#description Variable#description}. |
+| hcl
| java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/variable#hcl Variable#hcl}. |
+| sensitive
| java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/variable#sensitive Variable#sensitive}. |
| value
| java.lang.String
| Value of the variable. |
-| variableSetId
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/variable#variable_set_id Variable#variable_set_id}. |
-| workspaceId
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/variable#workspace_id Variable#workspace_id}. |
+| variableSetId
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/variable#variable_set_id Variable#variable_set_id}. |
+| workspaceId
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/variable#workspace_id Variable#workspace_id}. |
---
@@ -1180,7 +1180,7 @@ public java.lang.String getCategory();
Whether this is a Terraform or environment variable. Valid values are "terraform" or "env".
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/variable#category Variable#category}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/variable#category Variable#category}
---
@@ -1194,7 +1194,7 @@ public java.lang.String getKey();
Name of the variable.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/variable#key Variable#key}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/variable#key Variable#key}
---
@@ -1206,7 +1206,7 @@ public java.lang.String getDescription();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/variable#description Variable#description}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/variable#description Variable#description}.
---
@@ -1218,7 +1218,7 @@ public java.lang.Object getHcl();
- *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/variable#hcl Variable#hcl}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/variable#hcl Variable#hcl}.
---
@@ -1230,7 +1230,7 @@ public java.lang.Object getSensitive();
- *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/variable#sensitive Variable#sensitive}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/variable#sensitive Variable#sensitive}.
---
@@ -1244,7 +1244,7 @@ public java.lang.String getValue();
Value of the variable.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/variable#value Variable#value}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/variable#value Variable#value}
---
@@ -1256,7 +1256,7 @@ public java.lang.String getVariableSetId();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/variable#variable_set_id Variable#variable_set_id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/variable#variable_set_id Variable#variable_set_id}.
---
@@ -1268,7 +1268,7 @@ public java.lang.String getWorkspaceId();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/variable#workspace_id Variable#workspace_id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/variable#workspace_id Variable#workspace_id}.
---
diff --git a/docs/variable.python.md b/docs/variable.python.md
index 401df5133..49bfc2a76 100644
--- a/docs/variable.python.md
+++ b/docs/variable.python.md
@@ -4,7 +4,7 @@
### Variable
-Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/variable tfe_variable}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/variable tfe_variable}.
#### Initializers
@@ -45,12 +45,12 @@ variable.Variable(
| provisioners
| typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]]
| *No description.* |
| category
| str
| Whether this is a Terraform or environment variable. Valid values are "terraform" or "env". |
| key
| str
| Name of the variable. |
-| description
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/variable#description Variable#description}. |
-| hcl
| typing.Union[bool, cdktf.IResolvable]
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/variable#hcl Variable#hcl}. |
-| sensitive
| typing.Union[bool, cdktf.IResolvable]
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/variable#sensitive Variable#sensitive}. |
+| description
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/variable#description Variable#description}. |
+| hcl
| typing.Union[bool, cdktf.IResolvable]
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/variable#hcl Variable#hcl}. |
+| sensitive
| typing.Union[bool, cdktf.IResolvable]
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/variable#sensitive Variable#sensitive}. |
| value
| str
| Value of the variable. |
-| variable_set_id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/variable#variable_set_id Variable#variable_set_id}. |
-| workspace_id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/variable#workspace_id Variable#workspace_id}. |
+| variable_set_id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/variable#variable_set_id Variable#variable_set_id}. |
+| workspace_id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/variable#workspace_id Variable#workspace_id}. |
---
@@ -120,7 +120,7 @@ Must be unique amongst siblings in the same scope
Whether this is a Terraform or environment variable. Valid values are "terraform" or "env".
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/variable#category Variable#category}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/variable#category Variable#category}
---
@@ -130,7 +130,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
Name of the variable.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/variable#key Variable#key}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/variable#key Variable#key}
---
@@ -138,7 +138,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/variable#description Variable#description}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/variable#description Variable#description}.
---
@@ -146,7 +146,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* typing.Union[bool, cdktf.IResolvable]
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/variable#hcl Variable#hcl}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/variable#hcl Variable#hcl}.
---
@@ -154,7 +154,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* typing.Union[bool, cdktf.IResolvable]
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/variable#sensitive Variable#sensitive}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/variable#sensitive Variable#sensitive}.
---
@@ -164,7 +164,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
Value of the variable.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/variable#value Variable#value}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/variable#value Variable#value}
---
@@ -172,7 +172,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/variable#variable_set_id Variable#variable_set_id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/variable#variable_set_id Variable#variable_set_id}.
---
@@ -180,7 +180,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/variable#workspace_id Variable#workspace_id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/variable#workspace_id Variable#workspace_id}.
---
@@ -695,7 +695,7 @@ The construct id used in the generated config for the Variable to import.
The id of the existing Variable that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/variable#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/variable#import import section} in the documentation of this resource for the id to use
---
@@ -1127,12 +1127,12 @@ variable.VariableConfig(
| provisioners
| typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]]
| *No description.* |
| category
| str
| Whether this is a Terraform or environment variable. Valid values are "terraform" or "env". |
| key
| str
| Name of the variable. |
-| description
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/variable#description Variable#description}. |
-| hcl
| typing.Union[bool, cdktf.IResolvable]
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/variable#hcl Variable#hcl}. |
-| sensitive
| typing.Union[bool, cdktf.IResolvable]
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/variable#sensitive Variable#sensitive}. |
+| description
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/variable#description Variable#description}. |
+| hcl
| typing.Union[bool, cdktf.IResolvable]
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/variable#hcl Variable#hcl}. |
+| sensitive
| typing.Union[bool, cdktf.IResolvable]
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/variable#sensitive Variable#sensitive}. |
| value
| str
| Value of the variable. |
-| variable_set_id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/variable#variable_set_id Variable#variable_set_id}. |
-| workspace_id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/variable#workspace_id Variable#workspace_id}. |
+| variable_set_id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/variable#variable_set_id Variable#variable_set_id}. |
+| workspace_id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/variable#workspace_id Variable#workspace_id}. |
---
@@ -1216,7 +1216,7 @@ category: str
Whether this is a Terraform or environment variable. Valid values are "terraform" or "env".
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/variable#category Variable#category}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/variable#category Variable#category}
---
@@ -1230,7 +1230,7 @@ key: str
Name of the variable.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/variable#key Variable#key}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/variable#key Variable#key}
---
@@ -1242,7 +1242,7 @@ description: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/variable#description Variable#description}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/variable#description Variable#description}.
---
@@ -1254,7 +1254,7 @@ hcl: typing.Union[bool, IResolvable]
- *Type:* typing.Union[bool, cdktf.IResolvable]
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/variable#hcl Variable#hcl}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/variable#hcl Variable#hcl}.
---
@@ -1266,7 +1266,7 @@ sensitive: typing.Union[bool, IResolvable]
- *Type:* typing.Union[bool, cdktf.IResolvable]
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/variable#sensitive Variable#sensitive}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/variable#sensitive Variable#sensitive}.
---
@@ -1280,7 +1280,7 @@ value: str
Value of the variable.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/variable#value Variable#value}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/variable#value Variable#value}
---
@@ -1292,7 +1292,7 @@ variable_set_id: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/variable#variable_set_id Variable#variable_set_id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/variable#variable_set_id Variable#variable_set_id}.
---
@@ -1304,7 +1304,7 @@ workspace_id: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/variable#workspace_id Variable#workspace_id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/variable#workspace_id Variable#workspace_id}.
---
diff --git a/docs/variable.typescript.md b/docs/variable.typescript.md
index 59e4b0a39..bb7d90391 100644
--- a/docs/variable.typescript.md
+++ b/docs/variable.typescript.md
@@ -4,7 +4,7 @@
### Variable
-Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/variable tfe_variable}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/variable tfe_variable}.
#### Initializers
@@ -509,7 +509,7 @@ The construct id used in the generated config for the Variable to import.
The id of the existing Variable that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/variable#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/variable#import import section} in the documentation of this resource for the id to use
---
@@ -925,12 +925,12 @@ const variableConfig: variable.VariableConfig = { ... }
| provisioners
| cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[]
| *No description.* |
| category
| string
| Whether this is a Terraform or environment variable. Valid values are "terraform" or "env". |
| key
| string
| Name of the variable. |
-| description
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/variable#description Variable#description}. |
-| hcl
| boolean \| cdktf.IResolvable
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/variable#hcl Variable#hcl}. |
-| sensitive
| boolean \| cdktf.IResolvable
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/variable#sensitive Variable#sensitive}. |
+| description
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/variable#description Variable#description}. |
+| hcl
| boolean \| cdktf.IResolvable
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/variable#hcl Variable#hcl}. |
+| sensitive
| boolean \| cdktf.IResolvable
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/variable#sensitive Variable#sensitive}. |
| value
| string
| Value of the variable. |
-| variableSetId
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/variable#variable_set_id Variable#variable_set_id}. |
-| workspaceId
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/variable#workspace_id Variable#workspace_id}. |
+| variableSetId
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/variable#variable_set_id Variable#variable_set_id}. |
+| workspaceId
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/variable#workspace_id Variable#workspace_id}. |
---
@@ -1014,7 +1014,7 @@ public readonly category: string;
Whether this is a Terraform or environment variable. Valid values are "terraform" or "env".
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/variable#category Variable#category}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/variable#category Variable#category}
---
@@ -1028,7 +1028,7 @@ public readonly key: string;
Name of the variable.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/variable#key Variable#key}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/variable#key Variable#key}
---
@@ -1040,7 +1040,7 @@ public readonly description: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/variable#description Variable#description}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/variable#description Variable#description}.
---
@@ -1052,7 +1052,7 @@ public readonly hcl: boolean | IResolvable;
- *Type:* boolean | cdktf.IResolvable
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/variable#hcl Variable#hcl}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/variable#hcl Variable#hcl}.
---
@@ -1064,7 +1064,7 @@ public readonly sensitive: boolean | IResolvable;
- *Type:* boolean | cdktf.IResolvable
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/variable#sensitive Variable#sensitive}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/variable#sensitive Variable#sensitive}.
---
@@ -1078,7 +1078,7 @@ public readonly value: string;
Value of the variable.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/variable#value Variable#value}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/variable#value Variable#value}
---
@@ -1090,7 +1090,7 @@ public readonly variableSetId: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/variable#variable_set_id Variable#variable_set_id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/variable#variable_set_id Variable#variable_set_id}.
---
@@ -1102,7 +1102,7 @@ public readonly workspaceId: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/variable#workspace_id Variable#workspace_id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/variable#workspace_id Variable#workspace_id}.
---
diff --git a/docs/variableSet.csharp.md b/docs/variableSet.csharp.md
index 8c5c8f1fa..9e059073d 100644
--- a/docs/variableSet.csharp.md
+++ b/docs/variableSet.csharp.md
@@ -4,7 +4,7 @@
### VariableSet
-Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/variable_set tfe_variable_set}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/variable_set tfe_variable_set}.
#### Initializers
@@ -509,7 +509,7 @@ The construct id used in the generated config for the VariableSet to import.
The id of the existing VariableSet that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/variable_set#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/variable_set#import import section} in the documentation of this resource for the id to use
---
@@ -894,13 +894,13 @@ new VariableSetConfig {
| 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/hashicorp/tfe/0.60.1/docs/resources/variable_set#name VariableSet#name}. |
-| Description
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/variable_set#description VariableSet#description}. |
-| Global
| object
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/variable_set#global VariableSet#global}. |
-| Id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/variable_set#id VariableSet#id}. |
-| Organization
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/variable_set#organization VariableSet#organization}. |
-| Priority
| object
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/variable_set#priority VariableSet#priority}. |
-| WorkspaceIds
| string[]
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/variable_set#workspace_ids VariableSet#workspace_ids}. |
+| Name
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/variable_set#name VariableSet#name}. |
+| Description
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/variable_set#description VariableSet#description}. |
+| Global
| object
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/variable_set#global VariableSet#global}. |
+| Id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/variable_set#id VariableSet#id}. |
+| Organization
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/variable_set#organization VariableSet#organization}. |
+| Priority
| object
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/variable_set#priority VariableSet#priority}. |
+| WorkspaceIds
| string[]
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/variable_set#workspace_ids VariableSet#workspace_ids}. |
---
@@ -982,7 +982,7 @@ public string Name { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/variable_set#name VariableSet#name}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/variable_set#name VariableSet#name}.
---
@@ -994,7 +994,7 @@ public string Description { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/variable_set#description VariableSet#description}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/variable_set#description VariableSet#description}.
---
@@ -1006,7 +1006,7 @@ public object Global { get; set; }
- *Type:* object
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/variable_set#global VariableSet#global}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/variable_set#global VariableSet#global}.
---
@@ -1018,7 +1018,7 @@ public string Id { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/variable_set#id VariableSet#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/variable_set#id VariableSet#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -1033,7 +1033,7 @@ public string Organization { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/variable_set#organization VariableSet#organization}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/variable_set#organization VariableSet#organization}.
---
@@ -1045,7 +1045,7 @@ public object Priority { get; set; }
- *Type:* object
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/variable_set#priority VariableSet#priority}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/variable_set#priority VariableSet#priority}.
---
@@ -1057,7 +1057,7 @@ public string[] WorkspaceIds { get; set; }
- *Type:* string[]
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/variable_set#workspace_ids VariableSet#workspace_ids}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/variable_set#workspace_ids VariableSet#workspace_ids}.
---
diff --git a/docs/variableSet.go.md b/docs/variableSet.go.md
index 20a6d0a7b..1976c6e24 100644
--- a/docs/variableSet.go.md
+++ b/docs/variableSet.go.md
@@ -4,7 +4,7 @@
### VariableSet
-Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/variable_set tfe_variable_set}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/variable_set tfe_variable_set}.
#### Initializers
@@ -509,7 +509,7 @@ The construct id used in the generated config for the VariableSet to import.
The id of the existing VariableSet that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/variable_set#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/variable_set#import import section} in the documentation of this resource for the id to use
---
@@ -894,13 +894,13 @@ import "github.com/cdktf/cdktf-provider-tfe-go/tfe/v11/variableset"
| 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/hashicorp/tfe/0.60.1/docs/resources/variable_set#name VariableSet#name}. |
-| Description
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/variable_set#description VariableSet#description}. |
-| Global
| interface{}
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/variable_set#global VariableSet#global}. |
-| Id
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/variable_set#id VariableSet#id}. |
-| Organization
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/variable_set#organization VariableSet#organization}. |
-| Priority
| interface{}
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/variable_set#priority VariableSet#priority}. |
-| WorkspaceIds
| *[]*string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/variable_set#workspace_ids VariableSet#workspace_ids}. |
+| Name
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/variable_set#name VariableSet#name}. |
+| Description
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/variable_set#description VariableSet#description}. |
+| Global
| interface{}
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/variable_set#global VariableSet#global}. |
+| Id
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/variable_set#id VariableSet#id}. |
+| Organization
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/variable_set#organization VariableSet#organization}. |
+| Priority
| interface{}
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/variable_set#priority VariableSet#priority}. |
+| WorkspaceIds
| *[]*string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/variable_set#workspace_ids VariableSet#workspace_ids}. |
---
@@ -982,7 +982,7 @@ Name *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/variable_set#name VariableSet#name}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/variable_set#name VariableSet#name}.
---
@@ -994,7 +994,7 @@ Description *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/variable_set#description VariableSet#description}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/variable_set#description VariableSet#description}.
---
@@ -1006,7 +1006,7 @@ Global interface{}
- *Type:* interface{}
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/variable_set#global VariableSet#global}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/variable_set#global VariableSet#global}.
---
@@ -1018,7 +1018,7 @@ Id *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/variable_set#id VariableSet#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/variable_set#id VariableSet#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -1033,7 +1033,7 @@ Organization *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/variable_set#organization VariableSet#organization}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/variable_set#organization VariableSet#organization}.
---
@@ -1045,7 +1045,7 @@ Priority interface{}
- *Type:* interface{}
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/variable_set#priority VariableSet#priority}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/variable_set#priority VariableSet#priority}.
---
@@ -1057,7 +1057,7 @@ WorkspaceIds *[]*string
- *Type:* *[]*string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/variable_set#workspace_ids VariableSet#workspace_ids}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/variable_set#workspace_ids VariableSet#workspace_ids}.
---
diff --git a/docs/variableSet.java.md b/docs/variableSet.java.md
index d8ca05687..190d03245 100644
--- a/docs/variableSet.java.md
+++ b/docs/variableSet.java.md
@@ -4,7 +4,7 @@
### VariableSet
-Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/variable_set tfe_variable_set}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/variable_set tfe_variable_set}.
#### Initializers
@@ -46,13 +46,13 @@ VariableSet.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/hashicorp/tfe/0.60.1/docs/resources/variable_set#name VariableSet#name}. |
-| description
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/variable_set#description VariableSet#description}. |
-| global
| java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/variable_set#global VariableSet#global}. |
-| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/variable_set#id VariableSet#id}. |
-| organization
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/variable_set#organization VariableSet#organization}. |
-| priority
| java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/variable_set#priority VariableSet#priority}. |
-| workspaceIds
| java.util.List
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/variable_set#workspace_ids VariableSet#workspace_ids}. |
+| name
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/variable_set#name VariableSet#name}. |
+| description
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/variable_set#description VariableSet#description}. |
+| global
| java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/variable_set#global VariableSet#global}. |
+| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/variable_set#id VariableSet#id}. |
+| organization
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/variable_set#organization VariableSet#organization}. |
+| priority
| java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/variable_set#priority VariableSet#priority}. |
+| workspaceIds
| java.util.List
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/variable_set#workspace_ids VariableSet#workspace_ids}. |
---
@@ -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/hashicorp/tfe/0.60.1/docs/resources/variable_set#name VariableSet#name}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/variable_set#name VariableSet#name}.
---
@@ -128,7 +128,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/variable_set#description VariableSet#description}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/variable_set#description VariableSet#description}.
---
@@ -136,7 +136,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/variable_set#global VariableSet#global}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/variable_set#global VariableSet#global}.
---
@@ -144,7 +144,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/variable_set#id VariableSet#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/variable_set#id VariableSet#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you 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/hashicorp/tfe/0.60.1/docs/resources/variable_set#organization VariableSet#organization}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/variable_set#organization VariableSet#organization}.
---
@@ -163,7 +163,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/variable_set#priority VariableSet#priority}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/variable_set#priority VariableSet#priority}.
---
@@ -171,7 +171,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* java.util.List
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/variable_set#workspace_ids VariableSet#workspace_ids}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/variable_set#workspace_ids VariableSet#workspace_ids}.
---
@@ -640,7 +640,7 @@ The construct id used in the generated config for the VariableSet to import.
The id of the existing VariableSet that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/variable_set#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/variable_set#import import section} in the documentation of this resource for the id to use
---
@@ -1031,13 +1031,13 @@ VariableSetConfig.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/hashicorp/tfe/0.60.1/docs/resources/variable_set#name VariableSet#name}. |
-| description
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/variable_set#description VariableSet#description}. |
-| global
| java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/variable_set#global VariableSet#global}. |
-| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/variable_set#id VariableSet#id}. |
-| organization
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/variable_set#organization VariableSet#organization}. |
-| priority
| java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/variable_set#priority VariableSet#priority}. |
-| workspaceIds
| java.util.List
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/variable_set#workspace_ids VariableSet#workspace_ids}. |
+| name
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/variable_set#name VariableSet#name}. |
+| description
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/variable_set#description VariableSet#description}. |
+| global
| java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/variable_set#global VariableSet#global}. |
+| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/variable_set#id VariableSet#id}. |
+| organization
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/variable_set#organization VariableSet#organization}. |
+| priority
| java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/variable_set#priority VariableSet#priority}. |
+| workspaceIds
| java.util.List
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/variable_set#workspace_ids VariableSet#workspace_ids}. |
---
@@ -1119,7 +1119,7 @@ public java.lang.String getName();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/variable_set#name VariableSet#name}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/variable_set#name VariableSet#name}.
---
@@ -1131,7 +1131,7 @@ public java.lang.String getDescription();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/variable_set#description VariableSet#description}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/variable_set#description VariableSet#description}.
---
@@ -1143,7 +1143,7 @@ public java.lang.Object getGlobal();
- *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/variable_set#global VariableSet#global}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/variable_set#global VariableSet#global}.
---
@@ -1155,7 +1155,7 @@ public java.lang.String getId();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/variable_set#id VariableSet#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/variable_set#id VariableSet#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -1170,7 +1170,7 @@ public java.lang.String getOrganization();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/variable_set#organization VariableSet#organization}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/variable_set#organization VariableSet#organization}.
---
@@ -1182,7 +1182,7 @@ public java.lang.Object getPriority();
- *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/variable_set#priority VariableSet#priority}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/variable_set#priority VariableSet#priority}.
---
@@ -1194,7 +1194,7 @@ public java.util.List getWorkspaceIds();
- *Type:* java.util.List
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/variable_set#workspace_ids VariableSet#workspace_ids}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/variable_set#workspace_ids VariableSet#workspace_ids}.
---
diff --git a/docs/variableSet.python.md b/docs/variableSet.python.md
index b98622693..57f23f3d3 100644
--- a/docs/variableSet.python.md
+++ b/docs/variableSet.python.md
@@ -4,7 +4,7 @@
### VariableSet
-Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/variable_set tfe_variable_set}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/variable_set tfe_variable_set}.
#### Initializers
@@ -42,13 +42,13 @@ variableSet.VariableSet(
| 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/hashicorp/tfe/0.60.1/docs/resources/variable_set#name VariableSet#name}. |
-| description
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/variable_set#description VariableSet#description}. |
-| global
| typing.Union[bool, cdktf.IResolvable]
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/variable_set#global VariableSet#global}. |
-| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/variable_set#id VariableSet#id}. |
-| organization
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/variable_set#organization VariableSet#organization}. |
-| priority
| typing.Union[bool, cdktf.IResolvable]
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/variable_set#priority VariableSet#priority}. |
-| workspace_ids
| typing.List[str]
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/variable_set#workspace_ids VariableSet#workspace_ids}. |
+| name
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/variable_set#name VariableSet#name}. |
+| description
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/variable_set#description VariableSet#description}. |
+| global
| typing.Union[bool, cdktf.IResolvable]
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/variable_set#global VariableSet#global}. |
+| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/variable_set#id VariableSet#id}. |
+| organization
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/variable_set#organization VariableSet#organization}. |
+| priority
| typing.Union[bool, cdktf.IResolvable]
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/variable_set#priority VariableSet#priority}. |
+| workspace_ids
| typing.List[str]
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/variable_set#workspace_ids VariableSet#workspace_ids}. |
---
@@ -116,7 +116,7 @@ Must be unique amongst siblings in the same scope
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/variable_set#name VariableSet#name}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/variable_set#name VariableSet#name}.
---
@@ -124,7 +124,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/variable_set#description VariableSet#description}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/variable_set#description VariableSet#description}.
---
@@ -132,7 +132,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* typing.Union[bool, cdktf.IResolvable]
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/variable_set#global VariableSet#global}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/variable_set#global VariableSet#global}.
---
@@ -140,7 +140,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/variable_set#id VariableSet#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/variable_set#id VariableSet#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you 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:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/variable_set#organization VariableSet#organization}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/variable_set#organization VariableSet#organization}.
---
@@ -159,7 +159,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* typing.Union[bool, cdktf.IResolvable]
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/variable_set#priority VariableSet#priority}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/variable_set#priority VariableSet#priority}.
---
@@ -167,7 +167,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* typing.List[str]
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/variable_set#workspace_ids VariableSet#workspace_ids}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/variable_set#workspace_ids VariableSet#workspace_ids}.
---
@@ -682,7 +682,7 @@ The construct id used in the generated config for the VariableSet to import.
The id of the existing VariableSet that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/variable_set#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/variable_set#import import section} in the documentation of this resource for the id to use
---
@@ -1067,13 +1067,13 @@ variableSet.VariableSetConfig(
| 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/hashicorp/tfe/0.60.1/docs/resources/variable_set#name VariableSet#name}. |
-| description
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/variable_set#description VariableSet#description}. |
-| global
| typing.Union[bool, cdktf.IResolvable]
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/variable_set#global VariableSet#global}. |
-| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/variable_set#id VariableSet#id}. |
-| organization
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/variable_set#organization VariableSet#organization}. |
-| priority
| typing.Union[bool, cdktf.IResolvable]
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/variable_set#priority VariableSet#priority}. |
-| workspace_ids
| typing.List[str]
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/variable_set#workspace_ids VariableSet#workspace_ids}. |
+| name
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/variable_set#name VariableSet#name}. |
+| description
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/variable_set#description VariableSet#description}. |
+| global
| typing.Union[bool, cdktf.IResolvable]
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/variable_set#global VariableSet#global}. |
+| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/variable_set#id VariableSet#id}. |
+| organization
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/variable_set#organization VariableSet#organization}. |
+| priority
| typing.Union[bool, cdktf.IResolvable]
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/variable_set#priority VariableSet#priority}. |
+| workspace_ids
| typing.List[str]
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/variable_set#workspace_ids VariableSet#workspace_ids}. |
---
@@ -1155,7 +1155,7 @@ name: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/variable_set#name VariableSet#name}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/variable_set#name VariableSet#name}.
---
@@ -1167,7 +1167,7 @@ description: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/variable_set#description VariableSet#description}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/variable_set#description VariableSet#description}.
---
@@ -1179,7 +1179,7 @@ global: typing.Union[bool, IResolvable]
- *Type:* typing.Union[bool, cdktf.IResolvable]
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/variable_set#global VariableSet#global}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/variable_set#global VariableSet#global}.
---
@@ -1191,7 +1191,7 @@ id: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/variable_set#id VariableSet#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/variable_set#id VariableSet#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -1206,7 +1206,7 @@ organization: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/variable_set#organization VariableSet#organization}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/variable_set#organization VariableSet#organization}.
---
@@ -1218,7 +1218,7 @@ priority: typing.Union[bool, IResolvable]
- *Type:* typing.Union[bool, cdktf.IResolvable]
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/variable_set#priority VariableSet#priority}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/variable_set#priority VariableSet#priority}.
---
@@ -1230,7 +1230,7 @@ workspace_ids: typing.List[str]
- *Type:* typing.List[str]
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/variable_set#workspace_ids VariableSet#workspace_ids}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/variable_set#workspace_ids VariableSet#workspace_ids}.
---
diff --git a/docs/variableSet.typescript.md b/docs/variableSet.typescript.md
index 06d47df04..e9072c09a 100644
--- a/docs/variableSet.typescript.md
+++ b/docs/variableSet.typescript.md
@@ -4,7 +4,7 @@
### VariableSet
-Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/variable_set tfe_variable_set}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/variable_set tfe_variable_set}.
#### Initializers
@@ -509,7 +509,7 @@ The construct id used in the generated config for the VariableSet to import.
The id of the existing VariableSet that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/variable_set#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/variable_set#import import section} in the documentation of this resource for the id to use
---
@@ -879,13 +879,13 @@ const variableSetConfig: variableSet.VariableSetConfig = { ... }
| 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/hashicorp/tfe/0.60.1/docs/resources/variable_set#name VariableSet#name}. |
-| description
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/variable_set#description VariableSet#description}. |
-| global
| boolean \| cdktf.IResolvable
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/variable_set#global VariableSet#global}. |
-| id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/variable_set#id VariableSet#id}. |
-| organization
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/variable_set#organization VariableSet#organization}. |
-| priority
| boolean \| cdktf.IResolvable
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/variable_set#priority VariableSet#priority}. |
-| workspaceIds
| string[]
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/variable_set#workspace_ids VariableSet#workspace_ids}. |
+| name
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/variable_set#name VariableSet#name}. |
+| description
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/variable_set#description VariableSet#description}. |
+| global
| boolean \| cdktf.IResolvable
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/variable_set#global VariableSet#global}. |
+| id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/variable_set#id VariableSet#id}. |
+| organization
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/variable_set#organization VariableSet#organization}. |
+| priority
| boolean \| cdktf.IResolvable
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/variable_set#priority VariableSet#priority}. |
+| workspaceIds
| string[]
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/variable_set#workspace_ids VariableSet#workspace_ids}. |
---
@@ -967,7 +967,7 @@ public readonly name: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/variable_set#name VariableSet#name}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/variable_set#name VariableSet#name}.
---
@@ -979,7 +979,7 @@ public readonly description: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/variable_set#description VariableSet#description}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/variable_set#description VariableSet#description}.
---
@@ -991,7 +991,7 @@ public readonly global: boolean | IResolvable;
- *Type:* boolean | cdktf.IResolvable
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/variable_set#global VariableSet#global}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/variable_set#global VariableSet#global}.
---
@@ -1003,7 +1003,7 @@ public readonly id: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/variable_set#id VariableSet#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/variable_set#id VariableSet#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you 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 organization: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/variable_set#organization VariableSet#organization}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/variable_set#organization VariableSet#organization}.
---
@@ -1030,7 +1030,7 @@ public readonly priority: boolean | IResolvable;
- *Type:* boolean | cdktf.IResolvable
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/variable_set#priority VariableSet#priority}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/variable_set#priority VariableSet#priority}.
---
@@ -1042,7 +1042,7 @@ public readonly workspaceIds: string[];
- *Type:* string[]
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/variable_set#workspace_ids VariableSet#workspace_ids}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/variable_set#workspace_ids VariableSet#workspace_ids}.
---
diff --git a/docs/workspace.csharp.md b/docs/workspace.csharp.md
index 8ea81fd2a..50e414e0a 100644
--- a/docs/workspace.csharp.md
+++ b/docs/workspace.csharp.md
@@ -4,7 +4,7 @@
### Workspace
-Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace tfe_workspace}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace tfe_workspace}.
#### Initializers
@@ -690,7 +690,7 @@ The construct id used in the generated config for the Workspace to import.
The id of the existing Workspace that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace#import import section} in the documentation of this resource for the id to use
---
@@ -1649,37 +1649,37 @@ new WorkspaceConfig {
| 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/hashicorp/tfe/0.60.1/docs/resources/workspace#name Workspace#name}. |
-| AgentPoolId
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace#agent_pool_id Workspace#agent_pool_id}. |
-| AllowDestroyPlan
| object
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace#allow_destroy_plan Workspace#allow_destroy_plan}. |
-| AssessmentsEnabled
| object
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace#assessments_enabled Workspace#assessments_enabled}. |
-| AutoApply
| object
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace#auto_apply Workspace#auto_apply}. |
-| AutoApplyRunTrigger
| object
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace#auto_apply_run_trigger Workspace#auto_apply_run_trigger}. |
-| AutoDestroyActivityDuration
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace#auto_destroy_activity_duration Workspace#auto_destroy_activity_duration}. |
-| AutoDestroyAt
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace#auto_destroy_at Workspace#auto_destroy_at}. |
-| Description
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace#description Workspace#description}. |
-| ExecutionMode
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace#execution_mode Workspace#execution_mode}. |
-| FileTriggersEnabled
| object
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace#file_triggers_enabled Workspace#file_triggers_enabled}. |
-| ForceDelete
| object
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace#force_delete Workspace#force_delete}. |
-| GlobalRemoteState
| object
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace#global_remote_state Workspace#global_remote_state}. |
-| Id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace#id Workspace#id}. |
-| IgnoreAdditionalTagNames
| object
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace#ignore_additional_tag_names Workspace#ignore_additional_tag_names}. |
-| Operations
| object
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace#operations Workspace#operations}. |
-| Organization
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace#organization Workspace#organization}. |
-| ProjectId
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace#project_id Workspace#project_id}. |
-| QueueAllRuns
| object
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace#queue_all_runs Workspace#queue_all_runs}. |
-| RemoteStateConsumerIds
| string[]
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace#remote_state_consumer_ids Workspace#remote_state_consumer_ids}. |
-| SourceName
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace#source_name Workspace#source_name}. |
-| SourceUrl
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace#source_url Workspace#source_url}. |
-| SpeculativeEnabled
| object
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace#speculative_enabled Workspace#speculative_enabled}. |
-| SshKeyId
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace#ssh_key_id Workspace#ssh_key_id}. |
-| StructuredRunOutputEnabled
| object
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace#structured_run_output_enabled Workspace#structured_run_output_enabled}. |
-| TagNames
| string[]
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace#tag_names Workspace#tag_names}. |
-| TerraformVersion
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace#terraform_version Workspace#terraform_version}. |
-| TriggerPatterns
| string[]
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace#trigger_patterns Workspace#trigger_patterns}. |
-| TriggerPrefixes
| string[]
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace#trigger_prefixes Workspace#trigger_prefixes}. |
+| Name
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace#name Workspace#name}. |
+| AgentPoolId
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace#agent_pool_id Workspace#agent_pool_id}. |
+| AllowDestroyPlan
| object
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace#allow_destroy_plan Workspace#allow_destroy_plan}. |
+| AssessmentsEnabled
| object
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace#assessments_enabled Workspace#assessments_enabled}. |
+| AutoApply
| object
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace#auto_apply Workspace#auto_apply}. |
+| AutoApplyRunTrigger
| object
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace#auto_apply_run_trigger Workspace#auto_apply_run_trigger}. |
+| AutoDestroyActivityDuration
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace#auto_destroy_activity_duration Workspace#auto_destroy_activity_duration}. |
+| AutoDestroyAt
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace#auto_destroy_at Workspace#auto_destroy_at}. |
+| Description
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace#description Workspace#description}. |
+| ExecutionMode
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace#execution_mode Workspace#execution_mode}. |
+| FileTriggersEnabled
| object
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace#file_triggers_enabled Workspace#file_triggers_enabled}. |
+| ForceDelete
| object
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace#force_delete Workspace#force_delete}. |
+| GlobalRemoteState
| object
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace#global_remote_state Workspace#global_remote_state}. |
+| Id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace#id Workspace#id}. |
+| IgnoreAdditionalTagNames
| object
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace#ignore_additional_tag_names Workspace#ignore_additional_tag_names}. |
+| Operations
| object
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace#operations Workspace#operations}. |
+| Organization
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace#organization Workspace#organization}. |
+| ProjectId
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace#project_id Workspace#project_id}. |
+| QueueAllRuns
| object
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace#queue_all_runs Workspace#queue_all_runs}. |
+| RemoteStateConsumerIds
| string[]
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace#remote_state_consumer_ids Workspace#remote_state_consumer_ids}. |
+| SourceName
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace#source_name Workspace#source_name}. |
+| SourceUrl
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace#source_url Workspace#source_url}. |
+| SpeculativeEnabled
| object
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace#speculative_enabled Workspace#speculative_enabled}. |
+| SshKeyId
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace#ssh_key_id Workspace#ssh_key_id}. |
+| StructuredRunOutputEnabled
| object
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace#structured_run_output_enabled Workspace#structured_run_output_enabled}. |
+| TagNames
| string[]
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace#tag_names Workspace#tag_names}. |
+| TerraformVersion
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace#terraform_version Workspace#terraform_version}. |
+| TriggerPatterns
| string[]
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace#trigger_patterns Workspace#trigger_patterns}. |
+| TriggerPrefixes
| string[]
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace#trigger_prefixes Workspace#trigger_prefixes}. |
| VcsRepo
| WorkspaceVcsRepo
| vcs_repo block. |
-| WorkingDirectory
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace#working_directory Workspace#working_directory}. |
+| WorkingDirectory
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace#working_directory Workspace#working_directory}. |
---
@@ -1761,7 +1761,7 @@ public string Name { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace#name Workspace#name}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace#name Workspace#name}.
---
@@ -1773,7 +1773,7 @@ public string AgentPoolId { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace#agent_pool_id Workspace#agent_pool_id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace#agent_pool_id Workspace#agent_pool_id}.
---
@@ -1785,7 +1785,7 @@ public object AllowDestroyPlan { get; set; }
- *Type:* object
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace#allow_destroy_plan Workspace#allow_destroy_plan}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace#allow_destroy_plan Workspace#allow_destroy_plan}.
---
@@ -1797,7 +1797,7 @@ public object AssessmentsEnabled { get; set; }
- *Type:* object
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace#assessments_enabled Workspace#assessments_enabled}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace#assessments_enabled Workspace#assessments_enabled}.
---
@@ -1809,7 +1809,7 @@ public object AutoApply { get; set; }
- *Type:* object
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace#auto_apply Workspace#auto_apply}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace#auto_apply Workspace#auto_apply}.
---
@@ -1821,7 +1821,7 @@ public object AutoApplyRunTrigger { get; set; }
- *Type:* object
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace#auto_apply_run_trigger Workspace#auto_apply_run_trigger}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace#auto_apply_run_trigger Workspace#auto_apply_run_trigger}.
---
@@ -1833,7 +1833,7 @@ public string AutoDestroyActivityDuration { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace#auto_destroy_activity_duration Workspace#auto_destroy_activity_duration}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace#auto_destroy_activity_duration Workspace#auto_destroy_activity_duration}.
---
@@ -1845,7 +1845,7 @@ public string AutoDestroyAt { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace#auto_destroy_at Workspace#auto_destroy_at}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace#auto_destroy_at Workspace#auto_destroy_at}.
---
@@ -1857,7 +1857,7 @@ public string Description { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace#description Workspace#description}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace#description Workspace#description}.
---
@@ -1869,7 +1869,7 @@ public string ExecutionMode { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace#execution_mode Workspace#execution_mode}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace#execution_mode Workspace#execution_mode}.
---
@@ -1881,7 +1881,7 @@ public object FileTriggersEnabled { get; set; }
- *Type:* object
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace#file_triggers_enabled Workspace#file_triggers_enabled}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace#file_triggers_enabled Workspace#file_triggers_enabled}.
---
@@ -1893,7 +1893,7 @@ public object ForceDelete { get; set; }
- *Type:* object
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace#force_delete Workspace#force_delete}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace#force_delete Workspace#force_delete}.
---
@@ -1905,7 +1905,7 @@ public object GlobalRemoteState { get; set; }
- *Type:* object
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace#global_remote_state Workspace#global_remote_state}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace#global_remote_state Workspace#global_remote_state}.
---
@@ -1917,7 +1917,7 @@ public string Id { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace#id Workspace#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace#id Workspace#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -1932,7 +1932,7 @@ public object IgnoreAdditionalTagNames { get; set; }
- *Type:* object
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace#ignore_additional_tag_names Workspace#ignore_additional_tag_names}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace#ignore_additional_tag_names Workspace#ignore_additional_tag_names}.
---
@@ -1944,7 +1944,7 @@ public object Operations { get; set; }
- *Type:* object
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace#operations Workspace#operations}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace#operations Workspace#operations}.
---
@@ -1956,7 +1956,7 @@ public string Organization { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace#organization Workspace#organization}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace#organization Workspace#organization}.
---
@@ -1968,7 +1968,7 @@ public string ProjectId { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace#project_id Workspace#project_id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace#project_id Workspace#project_id}.
---
@@ -1980,7 +1980,7 @@ public object QueueAllRuns { get; set; }
- *Type:* object
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace#queue_all_runs Workspace#queue_all_runs}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace#queue_all_runs Workspace#queue_all_runs}.
---
@@ -1992,7 +1992,7 @@ public string[] RemoteStateConsumerIds { get; set; }
- *Type:* string[]
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace#remote_state_consumer_ids Workspace#remote_state_consumer_ids}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace#remote_state_consumer_ids Workspace#remote_state_consumer_ids}.
---
@@ -2004,7 +2004,7 @@ public string SourceName { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace#source_name Workspace#source_name}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace#source_name Workspace#source_name}.
---
@@ -2016,7 +2016,7 @@ public string SourceUrl { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace#source_url Workspace#source_url}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace#source_url Workspace#source_url}.
---
@@ -2028,7 +2028,7 @@ public object SpeculativeEnabled { get; set; }
- *Type:* object
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace#speculative_enabled Workspace#speculative_enabled}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace#speculative_enabled Workspace#speculative_enabled}.
---
@@ -2040,7 +2040,7 @@ public string SshKeyId { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace#ssh_key_id Workspace#ssh_key_id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace#ssh_key_id Workspace#ssh_key_id}.
---
@@ -2052,7 +2052,7 @@ public object StructuredRunOutputEnabled { get; set; }
- *Type:* object
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace#structured_run_output_enabled Workspace#structured_run_output_enabled}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace#structured_run_output_enabled Workspace#structured_run_output_enabled}.
---
@@ -2064,7 +2064,7 @@ public string[] TagNames { get; set; }
- *Type:* string[]
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace#tag_names Workspace#tag_names}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace#tag_names Workspace#tag_names}.
---
@@ -2076,7 +2076,7 @@ public string TerraformVersion { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace#terraform_version Workspace#terraform_version}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace#terraform_version Workspace#terraform_version}.
---
@@ -2088,7 +2088,7 @@ public string[] TriggerPatterns { get; set; }
- *Type:* string[]
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace#trigger_patterns Workspace#trigger_patterns}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace#trigger_patterns Workspace#trigger_patterns}.
---
@@ -2100,7 +2100,7 @@ public string[] TriggerPrefixes { get; set; }
- *Type:* string[]
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace#trigger_prefixes Workspace#trigger_prefixes}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace#trigger_prefixes Workspace#trigger_prefixes}.
---
@@ -2114,7 +2114,7 @@ public WorkspaceVcsRepo VcsRepo { get; set; }
vcs_repo block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace#vcs_repo Workspace#vcs_repo}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace#vcs_repo Workspace#vcs_repo}
---
@@ -2126,7 +2126,7 @@ public string WorkingDirectory { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace#working_directory Workspace#working_directory}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace#working_directory Workspace#working_directory}.
---
@@ -2151,12 +2151,12 @@ new WorkspaceVcsRepo {
| **Name** | **Type** | **Description** |
| --- | --- | --- |
-| Identifier
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace#identifier Workspace#identifier}. |
-| Branch
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace#branch Workspace#branch}. |
-| GithubAppInstallationId
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace#github_app_installation_id Workspace#github_app_installation_id}. |
-| IngressSubmodules
| object
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace#ingress_submodules Workspace#ingress_submodules}. |
-| OauthTokenId
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace#oauth_token_id Workspace#oauth_token_id}. |
-| TagsRegex
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace#tags_regex Workspace#tags_regex}. |
+| Identifier
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace#identifier Workspace#identifier}. |
+| Branch
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace#branch Workspace#branch}. |
+| GithubAppInstallationId
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace#github_app_installation_id Workspace#github_app_installation_id}. |
+| IngressSubmodules
| object
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace#ingress_submodules Workspace#ingress_submodules}. |
+| OauthTokenId
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace#oauth_token_id Workspace#oauth_token_id}. |
+| TagsRegex
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace#tags_regex Workspace#tags_regex}. |
---
@@ -2168,7 +2168,7 @@ public string Identifier { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace#identifier Workspace#identifier}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace#identifier Workspace#identifier}.
---
@@ -2180,7 +2180,7 @@ public string Branch { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace#branch Workspace#branch}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace#branch Workspace#branch}.
---
@@ -2192,7 +2192,7 @@ public string GithubAppInstallationId { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace#github_app_installation_id Workspace#github_app_installation_id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace#github_app_installation_id Workspace#github_app_installation_id}.
---
@@ -2204,7 +2204,7 @@ public object IngressSubmodules { get; set; }
- *Type:* object
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace#ingress_submodules Workspace#ingress_submodules}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace#ingress_submodules Workspace#ingress_submodules}.
---
@@ -2216,7 +2216,7 @@ public string OauthTokenId { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace#oauth_token_id Workspace#oauth_token_id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace#oauth_token_id Workspace#oauth_token_id}.
---
@@ -2228,7 +2228,7 @@ public string TagsRegex { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace#tags_regex Workspace#tags_regex}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace#tags_regex Workspace#tags_regex}.
---
diff --git a/docs/workspace.go.md b/docs/workspace.go.md
index c28d18e48..f4a0208c4 100644
--- a/docs/workspace.go.md
+++ b/docs/workspace.go.md
@@ -4,7 +4,7 @@
### Workspace
-Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace tfe_workspace}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace tfe_workspace}.
#### Initializers
@@ -690,7 +690,7 @@ The construct id used in the generated config for the Workspace to import.
The id of the existing Workspace that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace#import import section} in the documentation of this resource for the id to use
---
@@ -1649,37 +1649,37 @@ import "github.com/cdktf/cdktf-provider-tfe-go/tfe/v11/workspace"
| 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/hashicorp/tfe/0.60.1/docs/resources/workspace#name Workspace#name}. |
-| AgentPoolId
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace#agent_pool_id Workspace#agent_pool_id}. |
-| AllowDestroyPlan
| interface{}
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace#allow_destroy_plan Workspace#allow_destroy_plan}. |
-| AssessmentsEnabled
| interface{}
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace#assessments_enabled Workspace#assessments_enabled}. |
-| AutoApply
| interface{}
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace#auto_apply Workspace#auto_apply}. |
-| AutoApplyRunTrigger
| interface{}
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace#auto_apply_run_trigger Workspace#auto_apply_run_trigger}. |
-| AutoDestroyActivityDuration
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace#auto_destroy_activity_duration Workspace#auto_destroy_activity_duration}. |
-| AutoDestroyAt
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace#auto_destroy_at Workspace#auto_destroy_at}. |
-| Description
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace#description Workspace#description}. |
-| ExecutionMode
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace#execution_mode Workspace#execution_mode}. |
-| FileTriggersEnabled
| interface{}
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace#file_triggers_enabled Workspace#file_triggers_enabled}. |
-| ForceDelete
| interface{}
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace#force_delete Workspace#force_delete}. |
-| GlobalRemoteState
| interface{}
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace#global_remote_state Workspace#global_remote_state}. |
-| Id
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace#id Workspace#id}. |
-| IgnoreAdditionalTagNames
| interface{}
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace#ignore_additional_tag_names Workspace#ignore_additional_tag_names}. |
-| Operations
| interface{}
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace#operations Workspace#operations}. |
-| Organization
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace#organization Workspace#organization}. |
-| ProjectId
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace#project_id Workspace#project_id}. |
-| QueueAllRuns
| interface{}
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace#queue_all_runs Workspace#queue_all_runs}. |
-| RemoteStateConsumerIds
| *[]*string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace#remote_state_consumer_ids Workspace#remote_state_consumer_ids}. |
-| SourceName
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace#source_name Workspace#source_name}. |
-| SourceUrl
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace#source_url Workspace#source_url}. |
-| SpeculativeEnabled
| interface{}
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace#speculative_enabled Workspace#speculative_enabled}. |
-| SshKeyId
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace#ssh_key_id Workspace#ssh_key_id}. |
-| StructuredRunOutputEnabled
| interface{}
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace#structured_run_output_enabled Workspace#structured_run_output_enabled}. |
-| TagNames
| *[]*string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace#tag_names Workspace#tag_names}. |
-| TerraformVersion
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace#terraform_version Workspace#terraform_version}. |
-| TriggerPatterns
| *[]*string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace#trigger_patterns Workspace#trigger_patterns}. |
-| TriggerPrefixes
| *[]*string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace#trigger_prefixes Workspace#trigger_prefixes}. |
+| Name
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace#name Workspace#name}. |
+| AgentPoolId
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace#agent_pool_id Workspace#agent_pool_id}. |
+| AllowDestroyPlan
| interface{}
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace#allow_destroy_plan Workspace#allow_destroy_plan}. |
+| AssessmentsEnabled
| interface{}
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace#assessments_enabled Workspace#assessments_enabled}. |
+| AutoApply
| interface{}
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace#auto_apply Workspace#auto_apply}. |
+| AutoApplyRunTrigger
| interface{}
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace#auto_apply_run_trigger Workspace#auto_apply_run_trigger}. |
+| AutoDestroyActivityDuration
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace#auto_destroy_activity_duration Workspace#auto_destroy_activity_duration}. |
+| AutoDestroyAt
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace#auto_destroy_at Workspace#auto_destroy_at}. |
+| Description
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace#description Workspace#description}. |
+| ExecutionMode
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace#execution_mode Workspace#execution_mode}. |
+| FileTriggersEnabled
| interface{}
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace#file_triggers_enabled Workspace#file_triggers_enabled}. |
+| ForceDelete
| interface{}
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace#force_delete Workspace#force_delete}. |
+| GlobalRemoteState
| interface{}
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace#global_remote_state Workspace#global_remote_state}. |
+| Id
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace#id Workspace#id}. |
+| IgnoreAdditionalTagNames
| interface{}
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace#ignore_additional_tag_names Workspace#ignore_additional_tag_names}. |
+| Operations
| interface{}
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace#operations Workspace#operations}. |
+| Organization
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace#organization Workspace#organization}. |
+| ProjectId
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace#project_id Workspace#project_id}. |
+| QueueAllRuns
| interface{}
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace#queue_all_runs Workspace#queue_all_runs}. |
+| RemoteStateConsumerIds
| *[]*string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace#remote_state_consumer_ids Workspace#remote_state_consumer_ids}. |
+| SourceName
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace#source_name Workspace#source_name}. |
+| SourceUrl
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace#source_url Workspace#source_url}. |
+| SpeculativeEnabled
| interface{}
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace#speculative_enabled Workspace#speculative_enabled}. |
+| SshKeyId
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace#ssh_key_id Workspace#ssh_key_id}. |
+| StructuredRunOutputEnabled
| interface{}
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace#structured_run_output_enabled Workspace#structured_run_output_enabled}. |
+| TagNames
| *[]*string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace#tag_names Workspace#tag_names}. |
+| TerraformVersion
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace#terraform_version Workspace#terraform_version}. |
+| TriggerPatterns
| *[]*string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace#trigger_patterns Workspace#trigger_patterns}. |
+| TriggerPrefixes
| *[]*string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace#trigger_prefixes Workspace#trigger_prefixes}. |
| VcsRepo
| WorkspaceVcsRepo
| vcs_repo block. |
-| WorkingDirectory
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace#working_directory Workspace#working_directory}. |
+| WorkingDirectory
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace#working_directory Workspace#working_directory}. |
---
@@ -1761,7 +1761,7 @@ Name *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace#name Workspace#name}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace#name Workspace#name}.
---
@@ -1773,7 +1773,7 @@ AgentPoolId *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace#agent_pool_id Workspace#agent_pool_id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace#agent_pool_id Workspace#agent_pool_id}.
---
@@ -1785,7 +1785,7 @@ AllowDestroyPlan interface{}
- *Type:* interface{}
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace#allow_destroy_plan Workspace#allow_destroy_plan}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace#allow_destroy_plan Workspace#allow_destroy_plan}.
---
@@ -1797,7 +1797,7 @@ AssessmentsEnabled interface{}
- *Type:* interface{}
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace#assessments_enabled Workspace#assessments_enabled}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace#assessments_enabled Workspace#assessments_enabled}.
---
@@ -1809,7 +1809,7 @@ AutoApply interface{}
- *Type:* interface{}
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace#auto_apply Workspace#auto_apply}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace#auto_apply Workspace#auto_apply}.
---
@@ -1821,7 +1821,7 @@ AutoApplyRunTrigger interface{}
- *Type:* interface{}
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace#auto_apply_run_trigger Workspace#auto_apply_run_trigger}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace#auto_apply_run_trigger Workspace#auto_apply_run_trigger}.
---
@@ -1833,7 +1833,7 @@ AutoDestroyActivityDuration *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace#auto_destroy_activity_duration Workspace#auto_destroy_activity_duration}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace#auto_destroy_activity_duration Workspace#auto_destroy_activity_duration}.
---
@@ -1845,7 +1845,7 @@ AutoDestroyAt *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace#auto_destroy_at Workspace#auto_destroy_at}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace#auto_destroy_at Workspace#auto_destroy_at}.
---
@@ -1857,7 +1857,7 @@ Description *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace#description Workspace#description}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace#description Workspace#description}.
---
@@ -1869,7 +1869,7 @@ ExecutionMode *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace#execution_mode Workspace#execution_mode}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace#execution_mode Workspace#execution_mode}.
---
@@ -1881,7 +1881,7 @@ FileTriggersEnabled interface{}
- *Type:* interface{}
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace#file_triggers_enabled Workspace#file_triggers_enabled}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace#file_triggers_enabled Workspace#file_triggers_enabled}.
---
@@ -1893,7 +1893,7 @@ ForceDelete interface{}
- *Type:* interface{}
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace#force_delete Workspace#force_delete}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace#force_delete Workspace#force_delete}.
---
@@ -1905,7 +1905,7 @@ GlobalRemoteState interface{}
- *Type:* interface{}
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace#global_remote_state Workspace#global_remote_state}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace#global_remote_state Workspace#global_remote_state}.
---
@@ -1917,7 +1917,7 @@ Id *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace#id Workspace#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace#id Workspace#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -1932,7 +1932,7 @@ IgnoreAdditionalTagNames interface{}
- *Type:* interface{}
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace#ignore_additional_tag_names Workspace#ignore_additional_tag_names}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace#ignore_additional_tag_names Workspace#ignore_additional_tag_names}.
---
@@ -1944,7 +1944,7 @@ Operations interface{}
- *Type:* interface{}
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace#operations Workspace#operations}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace#operations Workspace#operations}.
---
@@ -1956,7 +1956,7 @@ Organization *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace#organization Workspace#organization}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace#organization Workspace#organization}.
---
@@ -1968,7 +1968,7 @@ ProjectId *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace#project_id Workspace#project_id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace#project_id Workspace#project_id}.
---
@@ -1980,7 +1980,7 @@ QueueAllRuns interface{}
- *Type:* interface{}
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace#queue_all_runs Workspace#queue_all_runs}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace#queue_all_runs Workspace#queue_all_runs}.
---
@@ -1992,7 +1992,7 @@ RemoteStateConsumerIds *[]*string
- *Type:* *[]*string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace#remote_state_consumer_ids Workspace#remote_state_consumer_ids}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace#remote_state_consumer_ids Workspace#remote_state_consumer_ids}.
---
@@ -2004,7 +2004,7 @@ SourceName *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace#source_name Workspace#source_name}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace#source_name Workspace#source_name}.
---
@@ -2016,7 +2016,7 @@ SourceUrl *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace#source_url Workspace#source_url}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace#source_url Workspace#source_url}.
---
@@ -2028,7 +2028,7 @@ SpeculativeEnabled interface{}
- *Type:* interface{}
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace#speculative_enabled Workspace#speculative_enabled}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace#speculative_enabled Workspace#speculative_enabled}.
---
@@ -2040,7 +2040,7 @@ SshKeyId *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace#ssh_key_id Workspace#ssh_key_id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace#ssh_key_id Workspace#ssh_key_id}.
---
@@ -2052,7 +2052,7 @@ StructuredRunOutputEnabled interface{}
- *Type:* interface{}
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace#structured_run_output_enabled Workspace#structured_run_output_enabled}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace#structured_run_output_enabled Workspace#structured_run_output_enabled}.
---
@@ -2064,7 +2064,7 @@ TagNames *[]*string
- *Type:* *[]*string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace#tag_names Workspace#tag_names}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace#tag_names Workspace#tag_names}.
---
@@ -2076,7 +2076,7 @@ TerraformVersion *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace#terraform_version Workspace#terraform_version}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace#terraform_version Workspace#terraform_version}.
---
@@ -2088,7 +2088,7 @@ TriggerPatterns *[]*string
- *Type:* *[]*string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace#trigger_patterns Workspace#trigger_patterns}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace#trigger_patterns Workspace#trigger_patterns}.
---
@@ -2100,7 +2100,7 @@ TriggerPrefixes *[]*string
- *Type:* *[]*string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace#trigger_prefixes Workspace#trigger_prefixes}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace#trigger_prefixes Workspace#trigger_prefixes}.
---
@@ -2114,7 +2114,7 @@ VcsRepo WorkspaceVcsRepo
vcs_repo block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace#vcs_repo Workspace#vcs_repo}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace#vcs_repo Workspace#vcs_repo}
---
@@ -2126,7 +2126,7 @@ WorkingDirectory *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace#working_directory Workspace#working_directory}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace#working_directory Workspace#working_directory}.
---
@@ -2151,12 +2151,12 @@ import "github.com/cdktf/cdktf-provider-tfe-go/tfe/v11/workspace"
| **Name** | **Type** | **Description** |
| --- | --- | --- |
-| Identifier
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace#identifier Workspace#identifier}. |
-| Branch
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace#branch Workspace#branch}. |
-| GithubAppInstallationId
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace#github_app_installation_id Workspace#github_app_installation_id}. |
-| IngressSubmodules
| interface{}
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace#ingress_submodules Workspace#ingress_submodules}. |
-| OauthTokenId
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace#oauth_token_id Workspace#oauth_token_id}. |
-| TagsRegex
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace#tags_regex Workspace#tags_regex}. |
+| Identifier
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace#identifier Workspace#identifier}. |
+| Branch
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace#branch Workspace#branch}. |
+| GithubAppInstallationId
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace#github_app_installation_id Workspace#github_app_installation_id}. |
+| IngressSubmodules
| interface{}
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace#ingress_submodules Workspace#ingress_submodules}. |
+| OauthTokenId
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace#oauth_token_id Workspace#oauth_token_id}. |
+| TagsRegex
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace#tags_regex Workspace#tags_regex}. |
---
@@ -2168,7 +2168,7 @@ Identifier *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace#identifier Workspace#identifier}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace#identifier Workspace#identifier}.
---
@@ -2180,7 +2180,7 @@ Branch *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace#branch Workspace#branch}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace#branch Workspace#branch}.
---
@@ -2192,7 +2192,7 @@ GithubAppInstallationId *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace#github_app_installation_id Workspace#github_app_installation_id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace#github_app_installation_id Workspace#github_app_installation_id}.
---
@@ -2204,7 +2204,7 @@ IngressSubmodules interface{}
- *Type:* interface{}
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace#ingress_submodules Workspace#ingress_submodules}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace#ingress_submodules Workspace#ingress_submodules}.
---
@@ -2216,7 +2216,7 @@ OauthTokenId *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace#oauth_token_id Workspace#oauth_token_id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace#oauth_token_id Workspace#oauth_token_id}.
---
@@ -2228,7 +2228,7 @@ TagsRegex *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace#tags_regex Workspace#tags_regex}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace#tags_regex Workspace#tags_regex}.
---
diff --git a/docs/workspace.java.md b/docs/workspace.java.md
index ebd57aaa0..eb1d401a7 100644
--- a/docs/workspace.java.md
+++ b/docs/workspace.java.md
@@ -4,7 +4,7 @@
### Workspace
-Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace tfe_workspace}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace tfe_workspace}.
#### Initializers
@@ -80,37 +80,37 @@ Workspace.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/hashicorp/tfe/0.60.1/docs/resources/workspace#name Workspace#name}. |
-| agentPoolId
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace#agent_pool_id Workspace#agent_pool_id}. |
-| allowDestroyPlan
| java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace#allow_destroy_plan Workspace#allow_destroy_plan}. |
-| assessmentsEnabled
| java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace#assessments_enabled Workspace#assessments_enabled}. |
-| autoApply
| java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace#auto_apply Workspace#auto_apply}. |
-| autoApplyRunTrigger
| java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace#auto_apply_run_trigger Workspace#auto_apply_run_trigger}. |
-| autoDestroyActivityDuration
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace#auto_destroy_activity_duration Workspace#auto_destroy_activity_duration}. |
-| autoDestroyAt
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace#auto_destroy_at Workspace#auto_destroy_at}. |
-| description
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace#description Workspace#description}. |
-| executionMode
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace#execution_mode Workspace#execution_mode}. |
-| fileTriggersEnabled
| java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace#file_triggers_enabled Workspace#file_triggers_enabled}. |
-| forceDelete
| java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace#force_delete Workspace#force_delete}. |
-| globalRemoteState
| java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace#global_remote_state Workspace#global_remote_state}. |
-| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace#id Workspace#id}. |
-| ignoreAdditionalTagNames
| java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace#ignore_additional_tag_names Workspace#ignore_additional_tag_names}. |
-| operations
| java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace#operations Workspace#operations}. |
-| organization
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace#organization Workspace#organization}. |
-| projectId
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace#project_id Workspace#project_id}. |
-| queueAllRuns
| java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace#queue_all_runs Workspace#queue_all_runs}. |
-| remoteStateConsumerIds
| java.util.List
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace#remote_state_consumer_ids Workspace#remote_state_consumer_ids}. |
-| sourceName
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace#source_name Workspace#source_name}. |
-| sourceUrl
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace#source_url Workspace#source_url}. |
-| speculativeEnabled
| java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace#speculative_enabled Workspace#speculative_enabled}. |
-| sshKeyId
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace#ssh_key_id Workspace#ssh_key_id}. |
-| structuredRunOutputEnabled
| java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace#structured_run_output_enabled Workspace#structured_run_output_enabled}. |
-| tagNames
| java.util.List
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace#tag_names Workspace#tag_names}. |
-| terraformVersion
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace#terraform_version Workspace#terraform_version}. |
-| triggerPatterns
| java.util.List
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace#trigger_patterns Workspace#trigger_patterns}. |
-| triggerPrefixes
| java.util.List
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace#trigger_prefixes Workspace#trigger_prefixes}. |
+| name
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace#name Workspace#name}. |
+| agentPoolId
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace#agent_pool_id Workspace#agent_pool_id}. |
+| allowDestroyPlan
| java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace#allow_destroy_plan Workspace#allow_destroy_plan}. |
+| assessmentsEnabled
| java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace#assessments_enabled Workspace#assessments_enabled}. |
+| autoApply
| java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace#auto_apply Workspace#auto_apply}. |
+| autoApplyRunTrigger
| java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace#auto_apply_run_trigger Workspace#auto_apply_run_trigger}. |
+| autoDestroyActivityDuration
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace#auto_destroy_activity_duration Workspace#auto_destroy_activity_duration}. |
+| autoDestroyAt
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace#auto_destroy_at Workspace#auto_destroy_at}. |
+| description
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace#description Workspace#description}. |
+| executionMode
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace#execution_mode Workspace#execution_mode}. |
+| fileTriggersEnabled
| java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace#file_triggers_enabled Workspace#file_triggers_enabled}. |
+| forceDelete
| java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace#force_delete Workspace#force_delete}. |
+| globalRemoteState
| java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace#global_remote_state Workspace#global_remote_state}. |
+| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace#id Workspace#id}. |
+| ignoreAdditionalTagNames
| java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace#ignore_additional_tag_names Workspace#ignore_additional_tag_names}. |
+| operations
| java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace#operations Workspace#operations}. |
+| organization
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace#organization Workspace#organization}. |
+| projectId
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace#project_id Workspace#project_id}. |
+| queueAllRuns
| java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace#queue_all_runs Workspace#queue_all_runs}. |
+| remoteStateConsumerIds
| java.util.List
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace#remote_state_consumer_ids Workspace#remote_state_consumer_ids}. |
+| sourceName
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace#source_name Workspace#source_name}. |
+| sourceUrl
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace#source_url Workspace#source_url}. |
+| speculativeEnabled
| java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace#speculative_enabled Workspace#speculative_enabled}. |
+| sshKeyId
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace#ssh_key_id Workspace#ssh_key_id}. |
+| structuredRunOutputEnabled
| java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace#structured_run_output_enabled Workspace#structured_run_output_enabled}. |
+| tagNames
| java.util.List
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace#tag_names Workspace#tag_names}. |
+| terraformVersion
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace#terraform_version Workspace#terraform_version}. |
+| triggerPatterns
| java.util.List
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace#trigger_patterns Workspace#trigger_patterns}. |
+| triggerPrefixes
| java.util.List
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace#trigger_prefixes Workspace#trigger_prefixes}. |
| vcsRepo
| WorkspaceVcsRepo
| vcs_repo block. |
-| workingDirectory
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace#working_directory Workspace#working_directory}. |
+| workingDirectory
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace#working_directory Workspace#working_directory}. |
---
@@ -178,7 +178,7 @@ Must be unique amongst siblings in the same scope
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace#name Workspace#name}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace#name Workspace#name}.
---
@@ -186,7 +186,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace#agent_pool_id Workspace#agent_pool_id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace#agent_pool_id Workspace#agent_pool_id}.
---
@@ -194,7 +194,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace#allow_destroy_plan Workspace#allow_destroy_plan}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace#allow_destroy_plan Workspace#allow_destroy_plan}.
---
@@ -202,7 +202,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace#assessments_enabled Workspace#assessments_enabled}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace#assessments_enabled Workspace#assessments_enabled}.
---
@@ -210,7 +210,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace#auto_apply Workspace#auto_apply}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace#auto_apply Workspace#auto_apply}.
---
@@ -218,7 +218,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace#auto_apply_run_trigger Workspace#auto_apply_run_trigger}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace#auto_apply_run_trigger Workspace#auto_apply_run_trigger}.
---
@@ -226,7 +226,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace#auto_destroy_activity_duration Workspace#auto_destroy_activity_duration}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace#auto_destroy_activity_duration Workspace#auto_destroy_activity_duration}.
---
@@ -234,7 +234,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace#auto_destroy_at Workspace#auto_destroy_at}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace#auto_destroy_at Workspace#auto_destroy_at}.
---
@@ -242,7 +242,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace#description Workspace#description}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace#description Workspace#description}.
---
@@ -250,7 +250,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace#execution_mode Workspace#execution_mode}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace#execution_mode Workspace#execution_mode}.
---
@@ -258,7 +258,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace#file_triggers_enabled Workspace#file_triggers_enabled}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace#file_triggers_enabled Workspace#file_triggers_enabled}.
---
@@ -266,7 +266,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace#force_delete Workspace#force_delete}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace#force_delete Workspace#force_delete}.
---
@@ -274,7 +274,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace#global_remote_state Workspace#global_remote_state}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace#global_remote_state Workspace#global_remote_state}.
---
@@ -282,7 +282,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace#id Workspace#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace#id Workspace#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -293,7 +293,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/hashicorp/tfe/0.60.1/docs/resources/workspace#ignore_additional_tag_names Workspace#ignore_additional_tag_names}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace#ignore_additional_tag_names Workspace#ignore_additional_tag_names}.
---
@@ -301,7 +301,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace#operations Workspace#operations}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace#operations Workspace#operations}.
---
@@ -309,7 +309,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace#organization Workspace#organization}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace#organization Workspace#organization}.
---
@@ -317,7 +317,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace#project_id Workspace#project_id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace#project_id Workspace#project_id}.
---
@@ -325,7 +325,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace#queue_all_runs Workspace#queue_all_runs}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace#queue_all_runs Workspace#queue_all_runs}.
---
@@ -333,7 +333,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* java.util.List
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace#remote_state_consumer_ids Workspace#remote_state_consumer_ids}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace#remote_state_consumer_ids Workspace#remote_state_consumer_ids}.
---
@@ -341,7 +341,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace#source_name Workspace#source_name}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace#source_name Workspace#source_name}.
---
@@ -349,7 +349,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace#source_url Workspace#source_url}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace#source_url Workspace#source_url}.
---
@@ -357,7 +357,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace#speculative_enabled Workspace#speculative_enabled}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace#speculative_enabled Workspace#speculative_enabled}.
---
@@ -365,7 +365,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace#ssh_key_id Workspace#ssh_key_id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace#ssh_key_id Workspace#ssh_key_id}.
---
@@ -373,7 +373,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace#structured_run_output_enabled Workspace#structured_run_output_enabled}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace#structured_run_output_enabled Workspace#structured_run_output_enabled}.
---
@@ -381,7 +381,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* java.util.List
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace#tag_names Workspace#tag_names}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace#tag_names Workspace#tag_names}.
---
@@ -389,7 +389,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace#terraform_version Workspace#terraform_version}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace#terraform_version Workspace#terraform_version}.
---
@@ -397,7 +397,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* java.util.List
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace#trigger_patterns Workspace#trigger_patterns}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace#trigger_patterns Workspace#trigger_patterns}.
---
@@ -405,7 +405,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* java.util.List
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace#trigger_prefixes Workspace#trigger_prefixes}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace#trigger_prefixes Workspace#trigger_prefixes}.
---
@@ -415,7 +415,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
vcs_repo block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace#vcs_repo Workspace#vcs_repo}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace#vcs_repo Workspace#vcs_repo}
---
@@ -423,7 +423,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace#working_directory Workspace#working_directory}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace#working_directory Workspace#working_directory}.
---
@@ -1073,7 +1073,7 @@ The construct id used in the generated config for the Workspace to import.
The id of the existing Workspace that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace#import import section} in the documentation of this resource for the id to use
---
@@ -2048,37 +2048,37 @@ WorkspaceConfig.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/hashicorp/tfe/0.60.1/docs/resources/workspace#name Workspace#name}. |
-| agentPoolId
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace#agent_pool_id Workspace#agent_pool_id}. |
-| allowDestroyPlan
| java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace#allow_destroy_plan Workspace#allow_destroy_plan}. |
-| assessmentsEnabled
| java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace#assessments_enabled Workspace#assessments_enabled}. |
-| autoApply
| java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace#auto_apply Workspace#auto_apply}. |
-| autoApplyRunTrigger
| java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace#auto_apply_run_trigger Workspace#auto_apply_run_trigger}. |
-| autoDestroyActivityDuration
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace#auto_destroy_activity_duration Workspace#auto_destroy_activity_duration}. |
-| autoDestroyAt
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace#auto_destroy_at Workspace#auto_destroy_at}. |
-| description
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace#description Workspace#description}. |
-| executionMode
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace#execution_mode Workspace#execution_mode}. |
-| fileTriggersEnabled
| java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace#file_triggers_enabled Workspace#file_triggers_enabled}. |
-| forceDelete
| java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace#force_delete Workspace#force_delete}. |
-| globalRemoteState
| java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace#global_remote_state Workspace#global_remote_state}. |
-| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace#id Workspace#id}. |
-| ignoreAdditionalTagNames
| java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace#ignore_additional_tag_names Workspace#ignore_additional_tag_names}. |
-| operations
| java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace#operations Workspace#operations}. |
-| organization
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace#organization Workspace#organization}. |
-| projectId
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace#project_id Workspace#project_id}. |
-| queueAllRuns
| java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace#queue_all_runs Workspace#queue_all_runs}. |
-| remoteStateConsumerIds
| java.util.List
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace#remote_state_consumer_ids Workspace#remote_state_consumer_ids}. |
-| sourceName
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace#source_name Workspace#source_name}. |
-| sourceUrl
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace#source_url Workspace#source_url}. |
-| speculativeEnabled
| java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace#speculative_enabled Workspace#speculative_enabled}. |
-| sshKeyId
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace#ssh_key_id Workspace#ssh_key_id}. |
-| structuredRunOutputEnabled
| java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace#structured_run_output_enabled Workspace#structured_run_output_enabled}. |
-| tagNames
| java.util.List
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace#tag_names Workspace#tag_names}. |
-| terraformVersion
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace#terraform_version Workspace#terraform_version}. |
-| triggerPatterns
| java.util.List
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace#trigger_patterns Workspace#trigger_patterns}. |
-| triggerPrefixes
| java.util.List
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace#trigger_prefixes Workspace#trigger_prefixes}. |
+| name
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace#name Workspace#name}. |
+| agentPoolId
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace#agent_pool_id Workspace#agent_pool_id}. |
+| allowDestroyPlan
| java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace#allow_destroy_plan Workspace#allow_destroy_plan}. |
+| assessmentsEnabled
| java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace#assessments_enabled Workspace#assessments_enabled}. |
+| autoApply
| java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace#auto_apply Workspace#auto_apply}. |
+| autoApplyRunTrigger
| java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace#auto_apply_run_trigger Workspace#auto_apply_run_trigger}. |
+| autoDestroyActivityDuration
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace#auto_destroy_activity_duration Workspace#auto_destroy_activity_duration}. |
+| autoDestroyAt
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace#auto_destroy_at Workspace#auto_destroy_at}. |
+| description
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace#description Workspace#description}. |
+| executionMode
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace#execution_mode Workspace#execution_mode}. |
+| fileTriggersEnabled
| java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace#file_triggers_enabled Workspace#file_triggers_enabled}. |
+| forceDelete
| java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace#force_delete Workspace#force_delete}. |
+| globalRemoteState
| java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace#global_remote_state Workspace#global_remote_state}. |
+| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace#id Workspace#id}. |
+| ignoreAdditionalTagNames
| java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace#ignore_additional_tag_names Workspace#ignore_additional_tag_names}. |
+| operations
| java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace#operations Workspace#operations}. |
+| organization
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace#organization Workspace#organization}. |
+| projectId
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace#project_id Workspace#project_id}. |
+| queueAllRuns
| java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace#queue_all_runs Workspace#queue_all_runs}. |
+| remoteStateConsumerIds
| java.util.List
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace#remote_state_consumer_ids Workspace#remote_state_consumer_ids}. |
+| sourceName
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace#source_name Workspace#source_name}. |
+| sourceUrl
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace#source_url Workspace#source_url}. |
+| speculativeEnabled
| java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace#speculative_enabled Workspace#speculative_enabled}. |
+| sshKeyId
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace#ssh_key_id Workspace#ssh_key_id}. |
+| structuredRunOutputEnabled
| java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace#structured_run_output_enabled Workspace#structured_run_output_enabled}. |
+| tagNames
| java.util.List
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace#tag_names Workspace#tag_names}. |
+| terraformVersion
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace#terraform_version Workspace#terraform_version}. |
+| triggerPatterns
| java.util.List
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace#trigger_patterns Workspace#trigger_patterns}. |
+| triggerPrefixes
| java.util.List
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace#trigger_prefixes Workspace#trigger_prefixes}. |
| vcsRepo
| WorkspaceVcsRepo
| vcs_repo block. |
-| workingDirectory
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace#working_directory Workspace#working_directory}. |
+| workingDirectory
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace#working_directory Workspace#working_directory}. |
---
@@ -2160,7 +2160,7 @@ public java.lang.String getName();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace#name Workspace#name}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace#name Workspace#name}.
---
@@ -2172,7 +2172,7 @@ public java.lang.String getAgentPoolId();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace#agent_pool_id Workspace#agent_pool_id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace#agent_pool_id Workspace#agent_pool_id}.
---
@@ -2184,7 +2184,7 @@ public java.lang.Object getAllowDestroyPlan();
- *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace#allow_destroy_plan Workspace#allow_destroy_plan}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace#allow_destroy_plan Workspace#allow_destroy_plan}.
---
@@ -2196,7 +2196,7 @@ public java.lang.Object getAssessmentsEnabled();
- *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace#assessments_enabled Workspace#assessments_enabled}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace#assessments_enabled Workspace#assessments_enabled}.
---
@@ -2208,7 +2208,7 @@ public java.lang.Object getAutoApply();
- *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace#auto_apply Workspace#auto_apply}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace#auto_apply Workspace#auto_apply}.
---
@@ -2220,7 +2220,7 @@ public java.lang.Object getAutoApplyRunTrigger();
- *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace#auto_apply_run_trigger Workspace#auto_apply_run_trigger}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace#auto_apply_run_trigger Workspace#auto_apply_run_trigger}.
---
@@ -2232,7 +2232,7 @@ public java.lang.String getAutoDestroyActivityDuration();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace#auto_destroy_activity_duration Workspace#auto_destroy_activity_duration}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace#auto_destroy_activity_duration Workspace#auto_destroy_activity_duration}.
---
@@ -2244,7 +2244,7 @@ public java.lang.String getAutoDestroyAt();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace#auto_destroy_at Workspace#auto_destroy_at}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace#auto_destroy_at Workspace#auto_destroy_at}.
---
@@ -2256,7 +2256,7 @@ public java.lang.String getDescription();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace#description Workspace#description}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace#description Workspace#description}.
---
@@ -2268,7 +2268,7 @@ public java.lang.String getExecutionMode();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace#execution_mode Workspace#execution_mode}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace#execution_mode Workspace#execution_mode}.
---
@@ -2280,7 +2280,7 @@ public java.lang.Object getFileTriggersEnabled();
- *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace#file_triggers_enabled Workspace#file_triggers_enabled}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace#file_triggers_enabled Workspace#file_triggers_enabled}.
---
@@ -2292,7 +2292,7 @@ public java.lang.Object getForceDelete();
- *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace#force_delete Workspace#force_delete}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace#force_delete Workspace#force_delete}.
---
@@ -2304,7 +2304,7 @@ public java.lang.Object getGlobalRemoteState();
- *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace#global_remote_state Workspace#global_remote_state}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace#global_remote_state Workspace#global_remote_state}.
---
@@ -2316,7 +2316,7 @@ public java.lang.String getId();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace#id Workspace#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace#id Workspace#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -2331,7 +2331,7 @@ public java.lang.Object getIgnoreAdditionalTagNames();
- *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace#ignore_additional_tag_names Workspace#ignore_additional_tag_names}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace#ignore_additional_tag_names Workspace#ignore_additional_tag_names}.
---
@@ -2343,7 +2343,7 @@ public java.lang.Object getOperations();
- *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace#operations Workspace#operations}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace#operations Workspace#operations}.
---
@@ -2355,7 +2355,7 @@ public java.lang.String getOrganization();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace#organization Workspace#organization}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace#organization Workspace#organization}.
---
@@ -2367,7 +2367,7 @@ public java.lang.String getProjectId();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace#project_id Workspace#project_id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace#project_id Workspace#project_id}.
---
@@ -2379,7 +2379,7 @@ public java.lang.Object getQueueAllRuns();
- *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace#queue_all_runs Workspace#queue_all_runs}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace#queue_all_runs Workspace#queue_all_runs}.
---
@@ -2391,7 +2391,7 @@ public java.util.List getRemoteStateConsumerIds();
- *Type:* java.util.List
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace#remote_state_consumer_ids Workspace#remote_state_consumer_ids}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace#remote_state_consumer_ids Workspace#remote_state_consumer_ids}.
---
@@ -2403,7 +2403,7 @@ public java.lang.String getSourceName();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace#source_name Workspace#source_name}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace#source_name Workspace#source_name}.
---
@@ -2415,7 +2415,7 @@ public java.lang.String getSourceUrl();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace#source_url Workspace#source_url}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace#source_url Workspace#source_url}.
---
@@ -2427,7 +2427,7 @@ public java.lang.Object getSpeculativeEnabled();
- *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace#speculative_enabled Workspace#speculative_enabled}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace#speculative_enabled Workspace#speculative_enabled}.
---
@@ -2439,7 +2439,7 @@ public java.lang.String getSshKeyId();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace#ssh_key_id Workspace#ssh_key_id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace#ssh_key_id Workspace#ssh_key_id}.
---
@@ -2451,7 +2451,7 @@ public java.lang.Object getStructuredRunOutputEnabled();
- *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace#structured_run_output_enabled Workspace#structured_run_output_enabled}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace#structured_run_output_enabled Workspace#structured_run_output_enabled}.
---
@@ -2463,7 +2463,7 @@ public java.util.List getTagNames();
- *Type:* java.util.List
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace#tag_names Workspace#tag_names}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace#tag_names Workspace#tag_names}.
---
@@ -2475,7 +2475,7 @@ public java.lang.String getTerraformVersion();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace#terraform_version Workspace#terraform_version}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace#terraform_version Workspace#terraform_version}.
---
@@ -2487,7 +2487,7 @@ public java.util.List getTriggerPatterns();
- *Type:* java.util.List
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace#trigger_patterns Workspace#trigger_patterns}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace#trigger_patterns Workspace#trigger_patterns}.
---
@@ -2499,7 +2499,7 @@ public java.util.List getTriggerPrefixes();
- *Type:* java.util.List
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace#trigger_prefixes Workspace#trigger_prefixes}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace#trigger_prefixes Workspace#trigger_prefixes}.
---
@@ -2513,7 +2513,7 @@ public WorkspaceVcsRepo getVcsRepo();
vcs_repo block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace#vcs_repo Workspace#vcs_repo}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace#vcs_repo Workspace#vcs_repo}
---
@@ -2525,7 +2525,7 @@ public java.lang.String getWorkingDirectory();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace#working_directory Workspace#working_directory}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace#working_directory Workspace#working_directory}.
---
@@ -2551,12 +2551,12 @@ WorkspaceVcsRepo.builder()
| **Name** | **Type** | **Description** |
| --- | --- | --- |
-| identifier
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace#identifier Workspace#identifier}. |
-| branch
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace#branch Workspace#branch}. |
-| githubAppInstallationId
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace#github_app_installation_id Workspace#github_app_installation_id}. |
-| ingressSubmodules
| java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace#ingress_submodules Workspace#ingress_submodules}. |
-| oauthTokenId
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace#oauth_token_id Workspace#oauth_token_id}. |
-| tagsRegex
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace#tags_regex Workspace#tags_regex}. |
+| identifier
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace#identifier Workspace#identifier}. |
+| branch
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace#branch Workspace#branch}. |
+| githubAppInstallationId
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace#github_app_installation_id Workspace#github_app_installation_id}. |
+| ingressSubmodules
| java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace#ingress_submodules Workspace#ingress_submodules}. |
+| oauthTokenId
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace#oauth_token_id Workspace#oauth_token_id}. |
+| tagsRegex
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace#tags_regex Workspace#tags_regex}. |
---
@@ -2568,7 +2568,7 @@ public java.lang.String getIdentifier();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace#identifier Workspace#identifier}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace#identifier Workspace#identifier}.
---
@@ -2580,7 +2580,7 @@ public java.lang.String getBranch();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace#branch Workspace#branch}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace#branch Workspace#branch}.
---
@@ -2592,7 +2592,7 @@ public java.lang.String getGithubAppInstallationId();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace#github_app_installation_id Workspace#github_app_installation_id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace#github_app_installation_id Workspace#github_app_installation_id}.
---
@@ -2604,7 +2604,7 @@ public java.lang.Object getIngressSubmodules();
- *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace#ingress_submodules Workspace#ingress_submodules}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace#ingress_submodules Workspace#ingress_submodules}.
---
@@ -2616,7 +2616,7 @@ public java.lang.String getOauthTokenId();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace#oauth_token_id Workspace#oauth_token_id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace#oauth_token_id Workspace#oauth_token_id}.
---
@@ -2628,7 +2628,7 @@ public java.lang.String getTagsRegex();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace#tags_regex Workspace#tags_regex}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace#tags_regex Workspace#tags_regex}.
---
diff --git a/docs/workspace.python.md b/docs/workspace.python.md
index 1d9dbd5b0..b915f3057 100644
--- a/docs/workspace.python.md
+++ b/docs/workspace.python.md
@@ -4,7 +4,7 @@
### Workspace
-Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace tfe_workspace}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace tfe_workspace}.
#### Initializers
@@ -66,37 +66,37 @@ workspace.Workspace(
| 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/hashicorp/tfe/0.60.1/docs/resources/workspace#name Workspace#name}. |
-| agent_pool_id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace#agent_pool_id Workspace#agent_pool_id}. |
-| allow_destroy_plan
| typing.Union[bool, cdktf.IResolvable]
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace#allow_destroy_plan Workspace#allow_destroy_plan}. |
-| assessments_enabled
| typing.Union[bool, cdktf.IResolvable]
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace#assessments_enabled Workspace#assessments_enabled}. |
-| auto_apply
| typing.Union[bool, cdktf.IResolvable]
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace#auto_apply Workspace#auto_apply}. |
-| auto_apply_run_trigger
| typing.Union[bool, cdktf.IResolvable]
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace#auto_apply_run_trigger Workspace#auto_apply_run_trigger}. |
-| auto_destroy_activity_duration
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace#auto_destroy_activity_duration Workspace#auto_destroy_activity_duration}. |
-| auto_destroy_at
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace#auto_destroy_at Workspace#auto_destroy_at}. |
-| description
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace#description Workspace#description}. |
-| execution_mode
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace#execution_mode Workspace#execution_mode}. |
-| file_triggers_enabled
| typing.Union[bool, cdktf.IResolvable]
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace#file_triggers_enabled Workspace#file_triggers_enabled}. |
-| force_delete
| typing.Union[bool, cdktf.IResolvable]
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace#force_delete Workspace#force_delete}. |
-| global_remote_state
| typing.Union[bool, cdktf.IResolvable]
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace#global_remote_state Workspace#global_remote_state}. |
-| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace#id Workspace#id}. |
-| ignore_additional_tag_names
| typing.Union[bool, cdktf.IResolvable]
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace#ignore_additional_tag_names Workspace#ignore_additional_tag_names}. |
-| operations
| typing.Union[bool, cdktf.IResolvable]
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace#operations Workspace#operations}. |
-| organization
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace#organization Workspace#organization}. |
-| project_id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace#project_id Workspace#project_id}. |
-| queue_all_runs
| typing.Union[bool, cdktf.IResolvable]
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace#queue_all_runs Workspace#queue_all_runs}. |
-| remote_state_consumer_ids
| typing.List[str]
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace#remote_state_consumer_ids Workspace#remote_state_consumer_ids}. |
-| source_name
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace#source_name Workspace#source_name}. |
-| source_url
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace#source_url Workspace#source_url}. |
-| speculative_enabled
| typing.Union[bool, cdktf.IResolvable]
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace#speculative_enabled Workspace#speculative_enabled}. |
-| ssh_key_id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace#ssh_key_id Workspace#ssh_key_id}. |
-| structured_run_output_enabled
| typing.Union[bool, cdktf.IResolvable]
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace#structured_run_output_enabled Workspace#structured_run_output_enabled}. |
-| tag_names
| typing.List[str]
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace#tag_names Workspace#tag_names}. |
-| terraform_version
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace#terraform_version Workspace#terraform_version}. |
-| trigger_patterns
| typing.List[str]
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace#trigger_patterns Workspace#trigger_patterns}. |
-| trigger_prefixes
| typing.List[str]
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace#trigger_prefixes Workspace#trigger_prefixes}. |
+| name
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace#name Workspace#name}. |
+| agent_pool_id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace#agent_pool_id Workspace#agent_pool_id}. |
+| allow_destroy_plan
| typing.Union[bool, cdktf.IResolvable]
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace#allow_destroy_plan Workspace#allow_destroy_plan}. |
+| assessments_enabled
| typing.Union[bool, cdktf.IResolvable]
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace#assessments_enabled Workspace#assessments_enabled}. |
+| auto_apply
| typing.Union[bool, cdktf.IResolvable]
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace#auto_apply Workspace#auto_apply}. |
+| auto_apply_run_trigger
| typing.Union[bool, cdktf.IResolvable]
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace#auto_apply_run_trigger Workspace#auto_apply_run_trigger}. |
+| auto_destroy_activity_duration
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace#auto_destroy_activity_duration Workspace#auto_destroy_activity_duration}. |
+| auto_destroy_at
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace#auto_destroy_at Workspace#auto_destroy_at}. |
+| description
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace#description Workspace#description}. |
+| execution_mode
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace#execution_mode Workspace#execution_mode}. |
+| file_triggers_enabled
| typing.Union[bool, cdktf.IResolvable]
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace#file_triggers_enabled Workspace#file_triggers_enabled}. |
+| force_delete
| typing.Union[bool, cdktf.IResolvable]
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace#force_delete Workspace#force_delete}. |
+| global_remote_state
| typing.Union[bool, cdktf.IResolvable]
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace#global_remote_state Workspace#global_remote_state}. |
+| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace#id Workspace#id}. |
+| ignore_additional_tag_names
| typing.Union[bool, cdktf.IResolvable]
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace#ignore_additional_tag_names Workspace#ignore_additional_tag_names}. |
+| operations
| typing.Union[bool, cdktf.IResolvable]
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace#operations Workspace#operations}. |
+| organization
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace#organization Workspace#organization}. |
+| project_id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace#project_id Workspace#project_id}. |
+| queue_all_runs
| typing.Union[bool, cdktf.IResolvable]
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace#queue_all_runs Workspace#queue_all_runs}. |
+| remote_state_consumer_ids
| typing.List[str]
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace#remote_state_consumer_ids Workspace#remote_state_consumer_ids}. |
+| source_name
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace#source_name Workspace#source_name}. |
+| source_url
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace#source_url Workspace#source_url}. |
+| speculative_enabled
| typing.Union[bool, cdktf.IResolvable]
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace#speculative_enabled Workspace#speculative_enabled}. |
+| ssh_key_id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace#ssh_key_id Workspace#ssh_key_id}. |
+| structured_run_output_enabled
| typing.Union[bool, cdktf.IResolvable]
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace#structured_run_output_enabled Workspace#structured_run_output_enabled}. |
+| tag_names
| typing.List[str]
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace#tag_names Workspace#tag_names}. |
+| terraform_version
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace#terraform_version Workspace#terraform_version}. |
+| trigger_patterns
| typing.List[str]
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace#trigger_patterns Workspace#trigger_patterns}. |
+| trigger_prefixes
| typing.List[str]
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace#trigger_prefixes Workspace#trigger_prefixes}. |
| vcs_repo
| WorkspaceVcsRepo
| vcs_repo block. |
-| working_directory
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace#working_directory Workspace#working_directory}. |
+| working_directory
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace#working_directory Workspace#working_directory}. |
---
@@ -164,7 +164,7 @@ Must be unique amongst siblings in the same scope
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace#name Workspace#name}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace#name Workspace#name}.
---
@@ -172,7 +172,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace#agent_pool_id Workspace#agent_pool_id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace#agent_pool_id Workspace#agent_pool_id}.
---
@@ -180,7 +180,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* typing.Union[bool, cdktf.IResolvable]
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace#allow_destroy_plan Workspace#allow_destroy_plan}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace#allow_destroy_plan Workspace#allow_destroy_plan}.
---
@@ -188,7 +188,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* typing.Union[bool, cdktf.IResolvable]
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace#assessments_enabled Workspace#assessments_enabled}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace#assessments_enabled Workspace#assessments_enabled}.
---
@@ -196,7 +196,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* typing.Union[bool, cdktf.IResolvable]
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace#auto_apply Workspace#auto_apply}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace#auto_apply Workspace#auto_apply}.
---
@@ -204,7 +204,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* typing.Union[bool, cdktf.IResolvable]
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace#auto_apply_run_trigger Workspace#auto_apply_run_trigger}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace#auto_apply_run_trigger Workspace#auto_apply_run_trigger}.
---
@@ -212,7 +212,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace#auto_destroy_activity_duration Workspace#auto_destroy_activity_duration}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace#auto_destroy_activity_duration Workspace#auto_destroy_activity_duration}.
---
@@ -220,7 +220,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace#auto_destroy_at Workspace#auto_destroy_at}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace#auto_destroy_at Workspace#auto_destroy_at}.
---
@@ -228,7 +228,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace#description Workspace#description}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace#description Workspace#description}.
---
@@ -236,7 +236,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace#execution_mode Workspace#execution_mode}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace#execution_mode Workspace#execution_mode}.
---
@@ -244,7 +244,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* typing.Union[bool, cdktf.IResolvable]
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace#file_triggers_enabled Workspace#file_triggers_enabled}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace#file_triggers_enabled Workspace#file_triggers_enabled}.
---
@@ -252,7 +252,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* typing.Union[bool, cdktf.IResolvable]
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace#force_delete Workspace#force_delete}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace#force_delete Workspace#force_delete}.
---
@@ -260,7 +260,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* typing.Union[bool, cdktf.IResolvable]
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace#global_remote_state Workspace#global_remote_state}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace#global_remote_state Workspace#global_remote_state}.
---
@@ -268,7 +268,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace#id Workspace#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace#id Workspace#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -279,7 +279,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/hashicorp/tfe/0.60.1/docs/resources/workspace#ignore_additional_tag_names Workspace#ignore_additional_tag_names}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace#ignore_additional_tag_names Workspace#ignore_additional_tag_names}.
---
@@ -287,7 +287,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* typing.Union[bool, cdktf.IResolvable]
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace#operations Workspace#operations}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace#operations Workspace#operations}.
---
@@ -295,7 +295,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace#organization Workspace#organization}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace#organization Workspace#organization}.
---
@@ -303,7 +303,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace#project_id Workspace#project_id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace#project_id Workspace#project_id}.
---
@@ -311,7 +311,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* typing.Union[bool, cdktf.IResolvable]
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace#queue_all_runs Workspace#queue_all_runs}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace#queue_all_runs Workspace#queue_all_runs}.
---
@@ -319,7 +319,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* typing.List[str]
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace#remote_state_consumer_ids Workspace#remote_state_consumer_ids}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace#remote_state_consumer_ids Workspace#remote_state_consumer_ids}.
---
@@ -327,7 +327,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace#source_name Workspace#source_name}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace#source_name Workspace#source_name}.
---
@@ -335,7 +335,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace#source_url Workspace#source_url}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace#source_url Workspace#source_url}.
---
@@ -343,7 +343,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* typing.Union[bool, cdktf.IResolvable]
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace#speculative_enabled Workspace#speculative_enabled}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace#speculative_enabled Workspace#speculative_enabled}.
---
@@ -351,7 +351,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace#ssh_key_id Workspace#ssh_key_id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace#ssh_key_id Workspace#ssh_key_id}.
---
@@ -359,7 +359,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* typing.Union[bool, cdktf.IResolvable]
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace#structured_run_output_enabled Workspace#structured_run_output_enabled}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace#structured_run_output_enabled Workspace#structured_run_output_enabled}.
---
@@ -367,7 +367,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* typing.List[str]
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace#tag_names Workspace#tag_names}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace#tag_names Workspace#tag_names}.
---
@@ -375,7 +375,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace#terraform_version Workspace#terraform_version}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace#terraform_version Workspace#terraform_version}.
---
@@ -383,7 +383,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* typing.List[str]
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace#trigger_patterns Workspace#trigger_patterns}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace#trigger_patterns Workspace#trigger_patterns}.
---
@@ -391,7 +391,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* typing.List[str]
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace#trigger_prefixes Workspace#trigger_prefixes}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace#trigger_prefixes Workspace#trigger_prefixes}.
---
@@ -401,7 +401,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
vcs_repo block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace#vcs_repo Workspace#vcs_repo}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace#vcs_repo Workspace#vcs_repo}
---
@@ -409,7 +409,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace#working_directory Workspace#working_directory}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace#working_directory Workspace#working_directory}.
---
@@ -816,7 +816,7 @@ def put_vcs_repo(
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace#identifier Workspace#identifier}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace#identifier Workspace#identifier}.
---
@@ -824,7 +824,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace#branch Workspace#branch}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace#branch Workspace#branch}.
---
@@ -832,7 +832,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace#github_app_installation_id Workspace#github_app_installation_id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace#github_app_installation_id Workspace#github_app_installation_id}.
---
@@ -840,7 +840,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* typing.Union[bool, cdktf.IResolvable]
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace#ingress_submodules Workspace#ingress_submodules}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace#ingress_submodules Workspace#ingress_submodules}.
---
@@ -848,7 +848,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace#oauth_token_id Workspace#oauth_token_id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace#oauth_token_id Workspace#oauth_token_id}.
---
@@ -856,7 +856,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace#tags_regex Workspace#tags_regex}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace#tags_regex Workspace#tags_regex}.
---
@@ -1154,7 +1154,7 @@ The construct id used in the generated config for the Workspace to import.
The id of the existing Workspace that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace#import import section} in the documentation of this resource for the id to use
---
@@ -2113,37 +2113,37 @@ workspace.WorkspaceConfig(
| 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/hashicorp/tfe/0.60.1/docs/resources/workspace#name Workspace#name}. |
-| agent_pool_id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace#agent_pool_id Workspace#agent_pool_id}. |
-| allow_destroy_plan
| typing.Union[bool, cdktf.IResolvable]
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace#allow_destroy_plan Workspace#allow_destroy_plan}. |
-| assessments_enabled
| typing.Union[bool, cdktf.IResolvable]
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace#assessments_enabled Workspace#assessments_enabled}. |
-| auto_apply
| typing.Union[bool, cdktf.IResolvable]
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace#auto_apply Workspace#auto_apply}. |
-| auto_apply_run_trigger
| typing.Union[bool, cdktf.IResolvable]
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace#auto_apply_run_trigger Workspace#auto_apply_run_trigger}. |
-| auto_destroy_activity_duration
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace#auto_destroy_activity_duration Workspace#auto_destroy_activity_duration}. |
-| auto_destroy_at
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace#auto_destroy_at Workspace#auto_destroy_at}. |
-| description
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace#description Workspace#description}. |
-| execution_mode
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace#execution_mode Workspace#execution_mode}. |
-| file_triggers_enabled
| typing.Union[bool, cdktf.IResolvable]
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace#file_triggers_enabled Workspace#file_triggers_enabled}. |
-| force_delete
| typing.Union[bool, cdktf.IResolvable]
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace#force_delete Workspace#force_delete}. |
-| global_remote_state
| typing.Union[bool, cdktf.IResolvable]
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace#global_remote_state Workspace#global_remote_state}. |
-| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace#id Workspace#id}. |
-| ignore_additional_tag_names
| typing.Union[bool, cdktf.IResolvable]
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace#ignore_additional_tag_names Workspace#ignore_additional_tag_names}. |
-| operations
| typing.Union[bool, cdktf.IResolvable]
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace#operations Workspace#operations}. |
-| organization
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace#organization Workspace#organization}. |
-| project_id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace#project_id Workspace#project_id}. |
-| queue_all_runs
| typing.Union[bool, cdktf.IResolvable]
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace#queue_all_runs Workspace#queue_all_runs}. |
-| remote_state_consumer_ids
| typing.List[str]
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace#remote_state_consumer_ids Workspace#remote_state_consumer_ids}. |
-| source_name
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace#source_name Workspace#source_name}. |
-| source_url
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace#source_url Workspace#source_url}. |
-| speculative_enabled
| typing.Union[bool, cdktf.IResolvable]
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace#speculative_enabled Workspace#speculative_enabled}. |
-| ssh_key_id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace#ssh_key_id Workspace#ssh_key_id}. |
-| structured_run_output_enabled
| typing.Union[bool, cdktf.IResolvable]
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace#structured_run_output_enabled Workspace#structured_run_output_enabled}. |
-| tag_names
| typing.List[str]
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace#tag_names Workspace#tag_names}. |
-| terraform_version
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace#terraform_version Workspace#terraform_version}. |
-| trigger_patterns
| typing.List[str]
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace#trigger_patterns Workspace#trigger_patterns}. |
-| trigger_prefixes
| typing.List[str]
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace#trigger_prefixes Workspace#trigger_prefixes}. |
+| name
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace#name Workspace#name}. |
+| agent_pool_id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace#agent_pool_id Workspace#agent_pool_id}. |
+| allow_destroy_plan
| typing.Union[bool, cdktf.IResolvable]
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace#allow_destroy_plan Workspace#allow_destroy_plan}. |
+| assessments_enabled
| typing.Union[bool, cdktf.IResolvable]
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace#assessments_enabled Workspace#assessments_enabled}. |
+| auto_apply
| typing.Union[bool, cdktf.IResolvable]
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace#auto_apply Workspace#auto_apply}. |
+| auto_apply_run_trigger
| typing.Union[bool, cdktf.IResolvable]
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace#auto_apply_run_trigger Workspace#auto_apply_run_trigger}. |
+| auto_destroy_activity_duration
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace#auto_destroy_activity_duration Workspace#auto_destroy_activity_duration}. |
+| auto_destroy_at
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace#auto_destroy_at Workspace#auto_destroy_at}. |
+| description
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace#description Workspace#description}. |
+| execution_mode
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace#execution_mode Workspace#execution_mode}. |
+| file_triggers_enabled
| typing.Union[bool, cdktf.IResolvable]
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace#file_triggers_enabled Workspace#file_triggers_enabled}. |
+| force_delete
| typing.Union[bool, cdktf.IResolvable]
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace#force_delete Workspace#force_delete}. |
+| global_remote_state
| typing.Union[bool, cdktf.IResolvable]
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace#global_remote_state Workspace#global_remote_state}. |
+| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace#id Workspace#id}. |
+| ignore_additional_tag_names
| typing.Union[bool, cdktf.IResolvable]
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace#ignore_additional_tag_names Workspace#ignore_additional_tag_names}. |
+| operations
| typing.Union[bool, cdktf.IResolvable]
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace#operations Workspace#operations}. |
+| organization
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace#organization Workspace#organization}. |
+| project_id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace#project_id Workspace#project_id}. |
+| queue_all_runs
| typing.Union[bool, cdktf.IResolvable]
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace#queue_all_runs Workspace#queue_all_runs}. |
+| remote_state_consumer_ids
| typing.List[str]
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace#remote_state_consumer_ids Workspace#remote_state_consumer_ids}. |
+| source_name
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace#source_name Workspace#source_name}. |
+| source_url
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace#source_url Workspace#source_url}. |
+| speculative_enabled
| typing.Union[bool, cdktf.IResolvable]
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace#speculative_enabled Workspace#speculative_enabled}. |
+| ssh_key_id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace#ssh_key_id Workspace#ssh_key_id}. |
+| structured_run_output_enabled
| typing.Union[bool, cdktf.IResolvable]
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace#structured_run_output_enabled Workspace#structured_run_output_enabled}. |
+| tag_names
| typing.List[str]
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace#tag_names Workspace#tag_names}. |
+| terraform_version
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace#terraform_version Workspace#terraform_version}. |
+| trigger_patterns
| typing.List[str]
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace#trigger_patterns Workspace#trigger_patterns}. |
+| trigger_prefixes
| typing.List[str]
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace#trigger_prefixes Workspace#trigger_prefixes}. |
| vcs_repo
| WorkspaceVcsRepo
| vcs_repo block. |
-| working_directory
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace#working_directory Workspace#working_directory}. |
+| working_directory
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace#working_directory Workspace#working_directory}. |
---
@@ -2225,7 +2225,7 @@ name: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace#name Workspace#name}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace#name Workspace#name}.
---
@@ -2237,7 +2237,7 @@ agent_pool_id: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace#agent_pool_id Workspace#agent_pool_id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace#agent_pool_id Workspace#agent_pool_id}.
---
@@ -2249,7 +2249,7 @@ allow_destroy_plan: typing.Union[bool, IResolvable]
- *Type:* typing.Union[bool, cdktf.IResolvable]
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace#allow_destroy_plan Workspace#allow_destroy_plan}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace#allow_destroy_plan Workspace#allow_destroy_plan}.
---
@@ -2261,7 +2261,7 @@ assessments_enabled: typing.Union[bool, IResolvable]
- *Type:* typing.Union[bool, cdktf.IResolvable]
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace#assessments_enabled Workspace#assessments_enabled}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace#assessments_enabled Workspace#assessments_enabled}.
---
@@ -2273,7 +2273,7 @@ auto_apply: typing.Union[bool, IResolvable]
- *Type:* typing.Union[bool, cdktf.IResolvable]
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace#auto_apply Workspace#auto_apply}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace#auto_apply Workspace#auto_apply}.
---
@@ -2285,7 +2285,7 @@ auto_apply_run_trigger: typing.Union[bool, IResolvable]
- *Type:* typing.Union[bool, cdktf.IResolvable]
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace#auto_apply_run_trigger Workspace#auto_apply_run_trigger}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace#auto_apply_run_trigger Workspace#auto_apply_run_trigger}.
---
@@ -2297,7 +2297,7 @@ auto_destroy_activity_duration: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace#auto_destroy_activity_duration Workspace#auto_destroy_activity_duration}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace#auto_destroy_activity_duration Workspace#auto_destroy_activity_duration}.
---
@@ -2309,7 +2309,7 @@ auto_destroy_at: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace#auto_destroy_at Workspace#auto_destroy_at}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace#auto_destroy_at Workspace#auto_destroy_at}.
---
@@ -2321,7 +2321,7 @@ description: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace#description Workspace#description}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace#description Workspace#description}.
---
@@ -2333,7 +2333,7 @@ execution_mode: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace#execution_mode Workspace#execution_mode}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace#execution_mode Workspace#execution_mode}.
---
@@ -2345,7 +2345,7 @@ file_triggers_enabled: typing.Union[bool, IResolvable]
- *Type:* typing.Union[bool, cdktf.IResolvable]
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace#file_triggers_enabled Workspace#file_triggers_enabled}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace#file_triggers_enabled Workspace#file_triggers_enabled}.
---
@@ -2357,7 +2357,7 @@ force_delete: typing.Union[bool, IResolvable]
- *Type:* typing.Union[bool, cdktf.IResolvable]
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace#force_delete Workspace#force_delete}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace#force_delete Workspace#force_delete}.
---
@@ -2369,7 +2369,7 @@ global_remote_state: typing.Union[bool, IResolvable]
- *Type:* typing.Union[bool, cdktf.IResolvable]
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace#global_remote_state Workspace#global_remote_state}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace#global_remote_state Workspace#global_remote_state}.
---
@@ -2381,7 +2381,7 @@ id: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace#id Workspace#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace#id Workspace#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -2396,7 +2396,7 @@ ignore_additional_tag_names: typing.Union[bool, IResolvable]
- *Type:* typing.Union[bool, cdktf.IResolvable]
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace#ignore_additional_tag_names Workspace#ignore_additional_tag_names}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace#ignore_additional_tag_names Workspace#ignore_additional_tag_names}.
---
@@ -2408,7 +2408,7 @@ operations: typing.Union[bool, IResolvable]
- *Type:* typing.Union[bool, cdktf.IResolvable]
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace#operations Workspace#operations}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace#operations Workspace#operations}.
---
@@ -2420,7 +2420,7 @@ organization: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace#organization Workspace#organization}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace#organization Workspace#organization}.
---
@@ -2432,7 +2432,7 @@ project_id: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace#project_id Workspace#project_id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace#project_id Workspace#project_id}.
---
@@ -2444,7 +2444,7 @@ queue_all_runs: typing.Union[bool, IResolvable]
- *Type:* typing.Union[bool, cdktf.IResolvable]
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace#queue_all_runs Workspace#queue_all_runs}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace#queue_all_runs Workspace#queue_all_runs}.
---
@@ -2456,7 +2456,7 @@ remote_state_consumer_ids: typing.List[str]
- *Type:* typing.List[str]
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace#remote_state_consumer_ids Workspace#remote_state_consumer_ids}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace#remote_state_consumer_ids Workspace#remote_state_consumer_ids}.
---
@@ -2468,7 +2468,7 @@ source_name: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace#source_name Workspace#source_name}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace#source_name Workspace#source_name}.
---
@@ -2480,7 +2480,7 @@ source_url: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace#source_url Workspace#source_url}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace#source_url Workspace#source_url}.
---
@@ -2492,7 +2492,7 @@ speculative_enabled: typing.Union[bool, IResolvable]
- *Type:* typing.Union[bool, cdktf.IResolvable]
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace#speculative_enabled Workspace#speculative_enabled}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace#speculative_enabled Workspace#speculative_enabled}.
---
@@ -2504,7 +2504,7 @@ ssh_key_id: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace#ssh_key_id Workspace#ssh_key_id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace#ssh_key_id Workspace#ssh_key_id}.
---
@@ -2516,7 +2516,7 @@ structured_run_output_enabled: typing.Union[bool, IResolvable]
- *Type:* typing.Union[bool, cdktf.IResolvable]
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace#structured_run_output_enabled Workspace#structured_run_output_enabled}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace#structured_run_output_enabled Workspace#structured_run_output_enabled}.
---
@@ -2528,7 +2528,7 @@ tag_names: typing.List[str]
- *Type:* typing.List[str]
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace#tag_names Workspace#tag_names}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace#tag_names Workspace#tag_names}.
---
@@ -2540,7 +2540,7 @@ terraform_version: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace#terraform_version Workspace#terraform_version}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace#terraform_version Workspace#terraform_version}.
---
@@ -2552,7 +2552,7 @@ trigger_patterns: typing.List[str]
- *Type:* typing.List[str]
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace#trigger_patterns Workspace#trigger_patterns}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace#trigger_patterns Workspace#trigger_patterns}.
---
@@ -2564,7 +2564,7 @@ trigger_prefixes: typing.List[str]
- *Type:* typing.List[str]
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace#trigger_prefixes Workspace#trigger_prefixes}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace#trigger_prefixes Workspace#trigger_prefixes}.
---
@@ -2578,7 +2578,7 @@ vcs_repo: WorkspaceVcsRepo
vcs_repo block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace#vcs_repo Workspace#vcs_repo}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace#vcs_repo Workspace#vcs_repo}
---
@@ -2590,7 +2590,7 @@ working_directory: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace#working_directory Workspace#working_directory}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace#working_directory Workspace#working_directory}.
---
@@ -2615,12 +2615,12 @@ workspace.WorkspaceVcsRepo(
| **Name** | **Type** | **Description** |
| --- | --- | --- |
-| identifier
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace#identifier Workspace#identifier}. |
-| branch
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace#branch Workspace#branch}. |
-| github_app_installation_id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace#github_app_installation_id Workspace#github_app_installation_id}. |
-| ingress_submodules
| typing.Union[bool, cdktf.IResolvable]
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace#ingress_submodules Workspace#ingress_submodules}. |
-| oauth_token_id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace#oauth_token_id Workspace#oauth_token_id}. |
-| tags_regex
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace#tags_regex Workspace#tags_regex}. |
+| identifier
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace#identifier Workspace#identifier}. |
+| branch
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace#branch Workspace#branch}. |
+| github_app_installation_id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace#github_app_installation_id Workspace#github_app_installation_id}. |
+| ingress_submodules
| typing.Union[bool, cdktf.IResolvable]
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace#ingress_submodules Workspace#ingress_submodules}. |
+| oauth_token_id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace#oauth_token_id Workspace#oauth_token_id}. |
+| tags_regex
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace#tags_regex Workspace#tags_regex}. |
---
@@ -2632,7 +2632,7 @@ identifier: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace#identifier Workspace#identifier}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace#identifier Workspace#identifier}.
---
@@ -2644,7 +2644,7 @@ branch: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace#branch Workspace#branch}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace#branch Workspace#branch}.
---
@@ -2656,7 +2656,7 @@ github_app_installation_id: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace#github_app_installation_id Workspace#github_app_installation_id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace#github_app_installation_id Workspace#github_app_installation_id}.
---
@@ -2668,7 +2668,7 @@ ingress_submodules: typing.Union[bool, IResolvable]
- *Type:* typing.Union[bool, cdktf.IResolvable]
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace#ingress_submodules Workspace#ingress_submodules}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace#ingress_submodules Workspace#ingress_submodules}.
---
@@ -2680,7 +2680,7 @@ oauth_token_id: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace#oauth_token_id Workspace#oauth_token_id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace#oauth_token_id Workspace#oauth_token_id}.
---
@@ -2692,7 +2692,7 @@ tags_regex: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace#tags_regex Workspace#tags_regex}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace#tags_regex Workspace#tags_regex}.
---
diff --git a/docs/workspace.typescript.md b/docs/workspace.typescript.md
index b3444e146..c823314e3 100644
--- a/docs/workspace.typescript.md
+++ b/docs/workspace.typescript.md
@@ -4,7 +4,7 @@
### Workspace
-Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace tfe_workspace}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace tfe_workspace}.
#### Initializers
@@ -690,7 +690,7 @@ The construct id used in the generated config for the Workspace to import.
The id of the existing Workspace that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace#import import section} in the documentation of this resource for the id to use
---
@@ -1610,37 +1610,37 @@ const workspaceConfig: workspace.WorkspaceConfig = { ... }
| 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/hashicorp/tfe/0.60.1/docs/resources/workspace#name Workspace#name}. |
-| agentPoolId
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace#agent_pool_id Workspace#agent_pool_id}. |
-| allowDestroyPlan
| boolean \| cdktf.IResolvable
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace#allow_destroy_plan Workspace#allow_destroy_plan}. |
-| assessmentsEnabled
| boolean \| cdktf.IResolvable
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace#assessments_enabled Workspace#assessments_enabled}. |
-| autoApply
| boolean \| cdktf.IResolvable
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace#auto_apply Workspace#auto_apply}. |
-| autoApplyRunTrigger
| boolean \| cdktf.IResolvable
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace#auto_apply_run_trigger Workspace#auto_apply_run_trigger}. |
-| autoDestroyActivityDuration
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace#auto_destroy_activity_duration Workspace#auto_destroy_activity_duration}. |
-| autoDestroyAt
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace#auto_destroy_at Workspace#auto_destroy_at}. |
-| description
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace#description Workspace#description}. |
-| executionMode
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace#execution_mode Workspace#execution_mode}. |
-| fileTriggersEnabled
| boolean \| cdktf.IResolvable
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace#file_triggers_enabled Workspace#file_triggers_enabled}. |
-| forceDelete
| boolean \| cdktf.IResolvable
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace#force_delete Workspace#force_delete}. |
-| globalRemoteState
| boolean \| cdktf.IResolvable
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace#global_remote_state Workspace#global_remote_state}. |
-| id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace#id Workspace#id}. |
-| ignoreAdditionalTagNames
| boolean \| cdktf.IResolvable
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace#ignore_additional_tag_names Workspace#ignore_additional_tag_names}. |
-| operations
| boolean \| cdktf.IResolvable
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace#operations Workspace#operations}. |
-| organization
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace#organization Workspace#organization}. |
-| projectId
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace#project_id Workspace#project_id}. |
-| queueAllRuns
| boolean \| cdktf.IResolvable
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace#queue_all_runs Workspace#queue_all_runs}. |
-| remoteStateConsumerIds
| string[]
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace#remote_state_consumer_ids Workspace#remote_state_consumer_ids}. |
-| sourceName
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace#source_name Workspace#source_name}. |
-| sourceUrl
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace#source_url Workspace#source_url}. |
-| speculativeEnabled
| boolean \| cdktf.IResolvable
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace#speculative_enabled Workspace#speculative_enabled}. |
-| sshKeyId
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace#ssh_key_id Workspace#ssh_key_id}. |
-| structuredRunOutputEnabled
| boolean \| cdktf.IResolvable
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace#structured_run_output_enabled Workspace#structured_run_output_enabled}. |
-| tagNames
| string[]
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace#tag_names Workspace#tag_names}. |
-| terraformVersion
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace#terraform_version Workspace#terraform_version}. |
-| triggerPatterns
| string[]
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace#trigger_patterns Workspace#trigger_patterns}. |
-| triggerPrefixes
| string[]
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace#trigger_prefixes Workspace#trigger_prefixes}. |
+| name
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace#name Workspace#name}. |
+| agentPoolId
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace#agent_pool_id Workspace#agent_pool_id}. |
+| allowDestroyPlan
| boolean \| cdktf.IResolvable
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace#allow_destroy_plan Workspace#allow_destroy_plan}. |
+| assessmentsEnabled
| boolean \| cdktf.IResolvable
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace#assessments_enabled Workspace#assessments_enabled}. |
+| autoApply
| boolean \| cdktf.IResolvable
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace#auto_apply Workspace#auto_apply}. |
+| autoApplyRunTrigger
| boolean \| cdktf.IResolvable
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace#auto_apply_run_trigger Workspace#auto_apply_run_trigger}. |
+| autoDestroyActivityDuration
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace#auto_destroy_activity_duration Workspace#auto_destroy_activity_duration}. |
+| autoDestroyAt
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace#auto_destroy_at Workspace#auto_destroy_at}. |
+| description
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace#description Workspace#description}. |
+| executionMode
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace#execution_mode Workspace#execution_mode}. |
+| fileTriggersEnabled
| boolean \| cdktf.IResolvable
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace#file_triggers_enabled Workspace#file_triggers_enabled}. |
+| forceDelete
| boolean \| cdktf.IResolvable
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace#force_delete Workspace#force_delete}. |
+| globalRemoteState
| boolean \| cdktf.IResolvable
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace#global_remote_state Workspace#global_remote_state}. |
+| id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace#id Workspace#id}. |
+| ignoreAdditionalTagNames
| boolean \| cdktf.IResolvable
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace#ignore_additional_tag_names Workspace#ignore_additional_tag_names}. |
+| operations
| boolean \| cdktf.IResolvable
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace#operations Workspace#operations}. |
+| organization
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace#organization Workspace#organization}. |
+| projectId
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace#project_id Workspace#project_id}. |
+| queueAllRuns
| boolean \| cdktf.IResolvable
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace#queue_all_runs Workspace#queue_all_runs}. |
+| remoteStateConsumerIds
| string[]
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace#remote_state_consumer_ids Workspace#remote_state_consumer_ids}. |
+| sourceName
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace#source_name Workspace#source_name}. |
+| sourceUrl
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace#source_url Workspace#source_url}. |
+| speculativeEnabled
| boolean \| cdktf.IResolvable
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace#speculative_enabled Workspace#speculative_enabled}. |
+| sshKeyId
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace#ssh_key_id Workspace#ssh_key_id}. |
+| structuredRunOutputEnabled
| boolean \| cdktf.IResolvable
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace#structured_run_output_enabled Workspace#structured_run_output_enabled}. |
+| tagNames
| string[]
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace#tag_names Workspace#tag_names}. |
+| terraformVersion
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace#terraform_version Workspace#terraform_version}. |
+| triggerPatterns
| string[]
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace#trigger_patterns Workspace#trigger_patterns}. |
+| triggerPrefixes
| string[]
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace#trigger_prefixes Workspace#trigger_prefixes}. |
| vcsRepo
| WorkspaceVcsRepo
| vcs_repo block. |
-| workingDirectory
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace#working_directory Workspace#working_directory}. |
+| workingDirectory
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace#working_directory Workspace#working_directory}. |
---
@@ -1722,7 +1722,7 @@ public readonly name: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace#name Workspace#name}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace#name Workspace#name}.
---
@@ -1734,7 +1734,7 @@ public readonly agentPoolId: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace#agent_pool_id Workspace#agent_pool_id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace#agent_pool_id Workspace#agent_pool_id}.
---
@@ -1746,7 +1746,7 @@ public readonly allowDestroyPlan: boolean | IResolvable;
- *Type:* boolean | cdktf.IResolvable
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace#allow_destroy_plan Workspace#allow_destroy_plan}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace#allow_destroy_plan Workspace#allow_destroy_plan}.
---
@@ -1758,7 +1758,7 @@ public readonly assessmentsEnabled: boolean | IResolvable;
- *Type:* boolean | cdktf.IResolvable
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace#assessments_enabled Workspace#assessments_enabled}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace#assessments_enabled Workspace#assessments_enabled}.
---
@@ -1770,7 +1770,7 @@ public readonly autoApply: boolean | IResolvable;
- *Type:* boolean | cdktf.IResolvable
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace#auto_apply Workspace#auto_apply}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace#auto_apply Workspace#auto_apply}.
---
@@ -1782,7 +1782,7 @@ public readonly autoApplyRunTrigger: boolean | IResolvable;
- *Type:* boolean | cdktf.IResolvable
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace#auto_apply_run_trigger Workspace#auto_apply_run_trigger}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace#auto_apply_run_trigger Workspace#auto_apply_run_trigger}.
---
@@ -1794,7 +1794,7 @@ public readonly autoDestroyActivityDuration: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace#auto_destroy_activity_duration Workspace#auto_destroy_activity_duration}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace#auto_destroy_activity_duration Workspace#auto_destroy_activity_duration}.
---
@@ -1806,7 +1806,7 @@ public readonly autoDestroyAt: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace#auto_destroy_at Workspace#auto_destroy_at}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace#auto_destroy_at Workspace#auto_destroy_at}.
---
@@ -1818,7 +1818,7 @@ public readonly description: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace#description Workspace#description}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace#description Workspace#description}.
---
@@ -1830,7 +1830,7 @@ public readonly executionMode: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace#execution_mode Workspace#execution_mode}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace#execution_mode Workspace#execution_mode}.
---
@@ -1842,7 +1842,7 @@ public readonly fileTriggersEnabled: boolean | IResolvable;
- *Type:* boolean | cdktf.IResolvable
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace#file_triggers_enabled Workspace#file_triggers_enabled}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace#file_triggers_enabled Workspace#file_triggers_enabled}.
---
@@ -1854,7 +1854,7 @@ public readonly forceDelete: boolean | IResolvable;
- *Type:* boolean | cdktf.IResolvable
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace#force_delete Workspace#force_delete}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace#force_delete Workspace#force_delete}.
---
@@ -1866,7 +1866,7 @@ public readonly globalRemoteState: boolean | IResolvable;
- *Type:* boolean | cdktf.IResolvable
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace#global_remote_state Workspace#global_remote_state}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace#global_remote_state Workspace#global_remote_state}.
---
@@ -1878,7 +1878,7 @@ public readonly id: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace#id Workspace#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace#id Workspace#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -1893,7 +1893,7 @@ public readonly ignoreAdditionalTagNames: boolean | IResolvable;
- *Type:* boolean | cdktf.IResolvable
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace#ignore_additional_tag_names Workspace#ignore_additional_tag_names}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace#ignore_additional_tag_names Workspace#ignore_additional_tag_names}.
---
@@ -1905,7 +1905,7 @@ public readonly operations: boolean | IResolvable;
- *Type:* boolean | cdktf.IResolvable
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace#operations Workspace#operations}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace#operations Workspace#operations}.
---
@@ -1917,7 +1917,7 @@ public readonly organization: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace#organization Workspace#organization}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace#organization Workspace#organization}.
---
@@ -1929,7 +1929,7 @@ public readonly projectId: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace#project_id Workspace#project_id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace#project_id Workspace#project_id}.
---
@@ -1941,7 +1941,7 @@ public readonly queueAllRuns: boolean | IResolvable;
- *Type:* boolean | cdktf.IResolvable
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace#queue_all_runs Workspace#queue_all_runs}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace#queue_all_runs Workspace#queue_all_runs}.
---
@@ -1953,7 +1953,7 @@ public readonly remoteStateConsumerIds: string[];
- *Type:* string[]
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace#remote_state_consumer_ids Workspace#remote_state_consumer_ids}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace#remote_state_consumer_ids Workspace#remote_state_consumer_ids}.
---
@@ -1965,7 +1965,7 @@ public readonly sourceName: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace#source_name Workspace#source_name}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace#source_name Workspace#source_name}.
---
@@ -1977,7 +1977,7 @@ public readonly sourceUrl: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace#source_url Workspace#source_url}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace#source_url Workspace#source_url}.
---
@@ -1989,7 +1989,7 @@ public readonly speculativeEnabled: boolean | IResolvable;
- *Type:* boolean | cdktf.IResolvable
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace#speculative_enabled Workspace#speculative_enabled}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace#speculative_enabled Workspace#speculative_enabled}.
---
@@ -2001,7 +2001,7 @@ public readonly sshKeyId: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace#ssh_key_id Workspace#ssh_key_id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace#ssh_key_id Workspace#ssh_key_id}.
---
@@ -2013,7 +2013,7 @@ public readonly structuredRunOutputEnabled: boolean | IResolvable;
- *Type:* boolean | cdktf.IResolvable
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace#structured_run_output_enabled Workspace#structured_run_output_enabled}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace#structured_run_output_enabled Workspace#structured_run_output_enabled}.
---
@@ -2025,7 +2025,7 @@ public readonly tagNames: string[];
- *Type:* string[]
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace#tag_names Workspace#tag_names}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace#tag_names Workspace#tag_names}.
---
@@ -2037,7 +2037,7 @@ public readonly terraformVersion: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace#terraform_version Workspace#terraform_version}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace#terraform_version Workspace#terraform_version}.
---
@@ -2049,7 +2049,7 @@ public readonly triggerPatterns: string[];
- *Type:* string[]
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace#trigger_patterns Workspace#trigger_patterns}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace#trigger_patterns Workspace#trigger_patterns}.
---
@@ -2061,7 +2061,7 @@ public readonly triggerPrefixes: string[];
- *Type:* string[]
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace#trigger_prefixes Workspace#trigger_prefixes}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace#trigger_prefixes Workspace#trigger_prefixes}.
---
@@ -2075,7 +2075,7 @@ public readonly vcsRepo: WorkspaceVcsRepo;
vcs_repo block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace#vcs_repo Workspace#vcs_repo}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace#vcs_repo Workspace#vcs_repo}
---
@@ -2087,7 +2087,7 @@ public readonly workingDirectory: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace#working_directory Workspace#working_directory}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace#working_directory Workspace#working_directory}.
---
@@ -2105,12 +2105,12 @@ const workspaceVcsRepo: workspace.WorkspaceVcsRepo = { ... }
| **Name** | **Type** | **Description** |
| --- | --- | --- |
-| identifier
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace#identifier Workspace#identifier}. |
-| branch
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace#branch Workspace#branch}. |
-| githubAppInstallationId
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace#github_app_installation_id Workspace#github_app_installation_id}. |
-| ingressSubmodules
| boolean \| cdktf.IResolvable
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace#ingress_submodules Workspace#ingress_submodules}. |
-| oauthTokenId
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace#oauth_token_id Workspace#oauth_token_id}. |
-| tagsRegex
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace#tags_regex Workspace#tags_regex}. |
+| identifier
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace#identifier Workspace#identifier}. |
+| branch
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace#branch Workspace#branch}. |
+| githubAppInstallationId
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace#github_app_installation_id Workspace#github_app_installation_id}. |
+| ingressSubmodules
| boolean \| cdktf.IResolvable
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace#ingress_submodules Workspace#ingress_submodules}. |
+| oauthTokenId
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace#oauth_token_id Workspace#oauth_token_id}. |
+| tagsRegex
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace#tags_regex Workspace#tags_regex}. |
---
@@ -2122,7 +2122,7 @@ public readonly identifier: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace#identifier Workspace#identifier}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace#identifier Workspace#identifier}.
---
@@ -2134,7 +2134,7 @@ public readonly branch: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace#branch Workspace#branch}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace#branch Workspace#branch}.
---
@@ -2146,7 +2146,7 @@ public readonly githubAppInstallationId: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace#github_app_installation_id Workspace#github_app_installation_id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace#github_app_installation_id Workspace#github_app_installation_id}.
---
@@ -2158,7 +2158,7 @@ public readonly ingressSubmodules: boolean | IResolvable;
- *Type:* boolean | cdktf.IResolvable
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace#ingress_submodules Workspace#ingress_submodules}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace#ingress_submodules Workspace#ingress_submodules}.
---
@@ -2170,7 +2170,7 @@ public readonly oauthTokenId: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace#oauth_token_id Workspace#oauth_token_id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace#oauth_token_id Workspace#oauth_token_id}.
---
@@ -2182,7 +2182,7 @@ public readonly tagsRegex: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace#tags_regex Workspace#tags_regex}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace#tags_regex Workspace#tags_regex}.
---
diff --git a/docs/workspacePolicySet.csharp.md b/docs/workspacePolicySet.csharp.md
index 10166ebd4..d9845e15e 100644
--- a/docs/workspacePolicySet.csharp.md
+++ b/docs/workspacePolicySet.csharp.md
@@ -4,7 +4,7 @@
### WorkspacePolicySet
-Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace_policy_set tfe_workspace_policy_set}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace_policy_set tfe_workspace_policy_set}.
#### Initializers
@@ -474,7 +474,7 @@ The construct id used in the generated config for the WorkspacePolicySet to impo
The id of the existing WorkspacePolicySet that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace_policy_set#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace_policy_set#import import section} in the documentation of this resource for the id to use
---
@@ -767,9 +767,9 @@ new WorkspacePolicySetConfig {
| Lifecycle
| HashiCorp.Cdktf.TerraformResourceLifecycle
| *No description.* |
| Provider
| HashiCorp.Cdktf.TerraformProvider
| *No description.* |
| Provisioners
| object[]
| *No description.* |
-| PolicySetId
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace_policy_set#policy_set_id WorkspacePolicySet#policy_set_id}. |
-| WorkspaceId
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace_policy_set#workspace_id WorkspacePolicySet#workspace_id}. |
-| Id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace_policy_set#id WorkspacePolicySet#id}. |
+| PolicySetId
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace_policy_set#policy_set_id WorkspacePolicySet#policy_set_id}. |
+| WorkspaceId
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace_policy_set#workspace_id WorkspacePolicySet#workspace_id}. |
+| Id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace_policy_set#id WorkspacePolicySet#id}. |
---
@@ -851,7 +851,7 @@ public string PolicySetId { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace_policy_set#policy_set_id WorkspacePolicySet#policy_set_id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace_policy_set#policy_set_id WorkspacePolicySet#policy_set_id}.
---
@@ -863,7 +863,7 @@ public string WorkspaceId { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace_policy_set#workspace_id WorkspacePolicySet#workspace_id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace_policy_set#workspace_id WorkspacePolicySet#workspace_id}.
---
@@ -875,7 +875,7 @@ public string Id { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace_policy_set#id WorkspacePolicySet#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace_policy_set#id WorkspacePolicySet#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
diff --git a/docs/workspacePolicySet.go.md b/docs/workspacePolicySet.go.md
index fbe521fa2..8dd7d54a2 100644
--- a/docs/workspacePolicySet.go.md
+++ b/docs/workspacePolicySet.go.md
@@ -4,7 +4,7 @@
### WorkspacePolicySet
-Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace_policy_set tfe_workspace_policy_set}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace_policy_set tfe_workspace_policy_set}.
#### Initializers
@@ -474,7 +474,7 @@ The construct id used in the generated config for the WorkspacePolicySet to impo
The id of the existing WorkspacePolicySet that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace_policy_set#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace_policy_set#import import section} in the documentation of this resource for the id to use
---
@@ -767,9 +767,9 @@ import "github.com/cdktf/cdktf-provider-tfe-go/tfe/v11/workspacepolicyset"
| 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.* |
-| PolicySetId
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace_policy_set#policy_set_id WorkspacePolicySet#policy_set_id}. |
-| WorkspaceId
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace_policy_set#workspace_id WorkspacePolicySet#workspace_id}. |
-| Id
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace_policy_set#id WorkspacePolicySet#id}. |
+| PolicySetId
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace_policy_set#policy_set_id WorkspacePolicySet#policy_set_id}. |
+| WorkspaceId
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace_policy_set#workspace_id WorkspacePolicySet#workspace_id}. |
+| Id
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace_policy_set#id WorkspacePolicySet#id}. |
---
@@ -851,7 +851,7 @@ PolicySetId *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace_policy_set#policy_set_id WorkspacePolicySet#policy_set_id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace_policy_set#policy_set_id WorkspacePolicySet#policy_set_id}.
---
@@ -863,7 +863,7 @@ WorkspaceId *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace_policy_set#workspace_id WorkspacePolicySet#workspace_id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace_policy_set#workspace_id WorkspacePolicySet#workspace_id}.
---
@@ -875,7 +875,7 @@ Id *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace_policy_set#id WorkspacePolicySet#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace_policy_set#id WorkspacePolicySet#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
diff --git a/docs/workspacePolicySet.java.md b/docs/workspacePolicySet.java.md
index c6a2f0ce2..d7405c2ad 100644
--- a/docs/workspacePolicySet.java.md
+++ b/docs/workspacePolicySet.java.md
@@ -4,7 +4,7 @@
### WorkspacePolicySet
-Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace_policy_set tfe_workspace_policy_set}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace_policy_set tfe_workspace_policy_set}.
#### Initializers
@@ -40,9 +40,9 @@ WorkspacePolicySet.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.* |
-| policySetId
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace_policy_set#policy_set_id WorkspacePolicySet#policy_set_id}. |
-| workspaceId
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace_policy_set#workspace_id WorkspacePolicySet#workspace_id}. |
-| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace_policy_set#id WorkspacePolicySet#id}. |
+| policySetId
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace_policy_set#policy_set_id WorkspacePolicySet#policy_set_id}. |
+| workspaceId
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace_policy_set#workspace_id WorkspacePolicySet#workspace_id}. |
+| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace_policy_set#id WorkspacePolicySet#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/hashicorp/tfe/0.60.1/docs/resources/workspace_policy_set#policy_set_id WorkspacePolicySet#policy_set_id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace_policy_set#policy_set_id WorkspacePolicySet#policy_set_id}.
---
@@ -118,7 +118,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace_policy_set#workspace_id WorkspacePolicySet#workspace_id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace_policy_set#workspace_id WorkspacePolicySet#workspace_id}.
---
@@ -126,7 +126,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace_policy_set#id WorkspacePolicySet#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace_policy_set#id WorkspacePolicySet#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -563,7 +563,7 @@ The construct id used in the generated config for the WorkspacePolicySet to impo
The id of the existing WorkspacePolicySet that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace_policy_set#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace_policy_set#import import section} in the documentation of this resource for the id to use
---
@@ -860,9 +860,9 @@ WorkspacePolicySetConfig.builder()
| lifecycle
| com.hashicorp.cdktf.TerraformResourceLifecycle
| *No description.* |
| provider
| com.hashicorp.cdktf.TerraformProvider
| *No description.* |
| provisioners
| java.util.List
| *No description.* |
-| policySetId
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace_policy_set#policy_set_id WorkspacePolicySet#policy_set_id}. |
-| workspaceId
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace_policy_set#workspace_id WorkspacePolicySet#workspace_id}. |
-| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace_policy_set#id WorkspacePolicySet#id}. |
+| policySetId
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace_policy_set#policy_set_id WorkspacePolicySet#policy_set_id}. |
+| workspaceId
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace_policy_set#workspace_id WorkspacePolicySet#workspace_id}. |
+| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace_policy_set#id WorkspacePolicySet#id}. |
---
@@ -944,7 +944,7 @@ public java.lang.String getPolicySetId();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace_policy_set#policy_set_id WorkspacePolicySet#policy_set_id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace_policy_set#policy_set_id WorkspacePolicySet#policy_set_id}.
---
@@ -956,7 +956,7 @@ public java.lang.String getWorkspaceId();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace_policy_set#workspace_id WorkspacePolicySet#workspace_id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace_policy_set#workspace_id WorkspacePolicySet#workspace_id}.
---
@@ -968,7 +968,7 @@ public java.lang.String getId();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace_policy_set#id WorkspacePolicySet#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace_policy_set#id WorkspacePolicySet#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
diff --git a/docs/workspacePolicySet.python.md b/docs/workspacePolicySet.python.md
index 5be338133..c236f6928 100644
--- a/docs/workspacePolicySet.python.md
+++ b/docs/workspacePolicySet.python.md
@@ -4,7 +4,7 @@
### WorkspacePolicySet
-Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace_policy_set tfe_workspace_policy_set}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace_policy_set tfe_workspace_policy_set}.
#### Initializers
@@ -38,9 +38,9 @@ workspacePolicySet.WorkspacePolicySet(
| lifecycle
| cdktf.TerraformResourceLifecycle
| *No description.* |
| provider
| cdktf.TerraformProvider
| *No description.* |
| provisioners
| typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]]
| *No description.* |
-| policy_set_id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace_policy_set#policy_set_id WorkspacePolicySet#policy_set_id}. |
-| workspace_id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace_policy_set#workspace_id WorkspacePolicySet#workspace_id}. |
-| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace_policy_set#id WorkspacePolicySet#id}. |
+| policy_set_id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace_policy_set#policy_set_id WorkspacePolicySet#policy_set_id}. |
+| workspace_id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace_policy_set#workspace_id WorkspacePolicySet#workspace_id}. |
+| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace_policy_set#id WorkspacePolicySet#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/hashicorp/tfe/0.60.1/docs/resources/workspace_policy_set#policy_set_id WorkspacePolicySet#policy_set_id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace_policy_set#policy_set_id WorkspacePolicySet#policy_set_id}.
---
@@ -116,7 +116,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace_policy_set#workspace_id WorkspacePolicySet#workspace_id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace_policy_set#workspace_id WorkspacePolicySet#workspace_id}.
---
@@ -124,7 +124,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace_policy_set#id WorkspacePolicySet#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace_policy_set#id WorkspacePolicySet#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -607,7 +607,7 @@ The construct id used in the generated config for the WorkspacePolicySet to impo
The id of the existing WorkspacePolicySet that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace_policy_set#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace_policy_set#import import section} in the documentation of this resource for the id to use
---
@@ -900,9 +900,9 @@ workspacePolicySet.WorkspacePolicySetConfig(
| lifecycle
| cdktf.TerraformResourceLifecycle
| *No description.* |
| provider
| cdktf.TerraformProvider
| *No description.* |
| provisioners
| typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]]
| *No description.* |
-| policy_set_id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace_policy_set#policy_set_id WorkspacePolicySet#policy_set_id}. |
-| workspace_id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace_policy_set#workspace_id WorkspacePolicySet#workspace_id}. |
-| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace_policy_set#id WorkspacePolicySet#id}. |
+| policy_set_id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace_policy_set#policy_set_id WorkspacePolicySet#policy_set_id}. |
+| workspace_id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace_policy_set#workspace_id WorkspacePolicySet#workspace_id}. |
+| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace_policy_set#id WorkspacePolicySet#id}. |
---
@@ -984,7 +984,7 @@ policy_set_id: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace_policy_set#policy_set_id WorkspacePolicySet#policy_set_id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace_policy_set#policy_set_id WorkspacePolicySet#policy_set_id}.
---
@@ -996,7 +996,7 @@ workspace_id: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace_policy_set#workspace_id WorkspacePolicySet#workspace_id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace_policy_set#workspace_id WorkspacePolicySet#workspace_id}.
---
@@ -1008,7 +1008,7 @@ id: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace_policy_set#id WorkspacePolicySet#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace_policy_set#id WorkspacePolicySet#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
diff --git a/docs/workspacePolicySet.typescript.md b/docs/workspacePolicySet.typescript.md
index 76e97ba35..afdd746ec 100644
--- a/docs/workspacePolicySet.typescript.md
+++ b/docs/workspacePolicySet.typescript.md
@@ -4,7 +4,7 @@
### WorkspacePolicySet
-Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace_policy_set tfe_workspace_policy_set}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace_policy_set tfe_workspace_policy_set}.
#### Initializers
@@ -474,7 +474,7 @@ The construct id used in the generated config for the WorkspacePolicySet to impo
The id of the existing WorkspacePolicySet that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace_policy_set#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace_policy_set#import import section} in the documentation of this resource for the id to use
---
@@ -756,9 +756,9 @@ const workspacePolicySetConfig: workspacePolicySet.WorkspacePolicySetConfig = {
| lifecycle
| cdktf.TerraformResourceLifecycle
| *No description.* |
| provider
| cdktf.TerraformProvider
| *No description.* |
| provisioners
| cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[]
| *No description.* |
-| policySetId
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace_policy_set#policy_set_id WorkspacePolicySet#policy_set_id}. |
-| workspaceId
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace_policy_set#workspace_id WorkspacePolicySet#workspace_id}. |
-| id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace_policy_set#id WorkspacePolicySet#id}. |
+| policySetId
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace_policy_set#policy_set_id WorkspacePolicySet#policy_set_id}. |
+| workspaceId
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace_policy_set#workspace_id WorkspacePolicySet#workspace_id}. |
+| id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace_policy_set#id WorkspacePolicySet#id}. |
---
@@ -840,7 +840,7 @@ public readonly policySetId: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace_policy_set#policy_set_id WorkspacePolicySet#policy_set_id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace_policy_set#policy_set_id WorkspacePolicySet#policy_set_id}.
---
@@ -852,7 +852,7 @@ public readonly workspaceId: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace_policy_set#workspace_id WorkspacePolicySet#workspace_id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace_policy_set#workspace_id WorkspacePolicySet#workspace_id}.
---
@@ -864,7 +864,7 @@ public readonly id: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace_policy_set#id WorkspacePolicySet#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace_policy_set#id WorkspacePolicySet#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
diff --git a/docs/workspacePolicySetExclusion.csharp.md b/docs/workspacePolicySetExclusion.csharp.md
index 9430a62b2..898710393 100644
--- a/docs/workspacePolicySetExclusion.csharp.md
+++ b/docs/workspacePolicySetExclusion.csharp.md
@@ -4,7 +4,7 @@
### WorkspacePolicySetExclusion
-Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace_policy_set_exclusion tfe_workspace_policy_set_exclusion}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace_policy_set_exclusion tfe_workspace_policy_set_exclusion}.
#### Initializers
@@ -474,7 +474,7 @@ The construct id used in the generated config for the WorkspacePolicySetExclusio
The id of the existing WorkspacePolicySetExclusion that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace_policy_set_exclusion#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace_policy_set_exclusion#import import section} in the documentation of this resource for the id to use
---
@@ -767,9 +767,9 @@ new WorkspacePolicySetExclusionConfig {
| Lifecycle
| HashiCorp.Cdktf.TerraformResourceLifecycle
| *No description.* |
| Provider
| HashiCorp.Cdktf.TerraformProvider
| *No description.* |
| Provisioners
| object[]
| *No description.* |
-| PolicySetId
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace_policy_set_exclusion#policy_set_id WorkspacePolicySetExclusion#policy_set_id}. |
-| WorkspaceId
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace_policy_set_exclusion#workspace_id WorkspacePolicySetExclusion#workspace_id}. |
-| Id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace_policy_set_exclusion#id WorkspacePolicySetExclusion#id}. |
+| PolicySetId
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace_policy_set_exclusion#policy_set_id WorkspacePolicySetExclusion#policy_set_id}. |
+| WorkspaceId
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace_policy_set_exclusion#workspace_id WorkspacePolicySetExclusion#workspace_id}. |
+| Id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace_policy_set_exclusion#id WorkspacePolicySetExclusion#id}. |
---
@@ -851,7 +851,7 @@ public string PolicySetId { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace_policy_set_exclusion#policy_set_id WorkspacePolicySetExclusion#policy_set_id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace_policy_set_exclusion#policy_set_id WorkspacePolicySetExclusion#policy_set_id}.
---
@@ -863,7 +863,7 @@ public string WorkspaceId { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace_policy_set_exclusion#workspace_id WorkspacePolicySetExclusion#workspace_id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace_policy_set_exclusion#workspace_id WorkspacePolicySetExclusion#workspace_id}.
---
@@ -875,7 +875,7 @@ public string Id { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace_policy_set_exclusion#id WorkspacePolicySetExclusion#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace_policy_set_exclusion#id WorkspacePolicySetExclusion#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
diff --git a/docs/workspacePolicySetExclusion.go.md b/docs/workspacePolicySetExclusion.go.md
index 0c2f5fccd..8a1682191 100644
--- a/docs/workspacePolicySetExclusion.go.md
+++ b/docs/workspacePolicySetExclusion.go.md
@@ -4,7 +4,7 @@
### WorkspacePolicySetExclusion
-Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace_policy_set_exclusion tfe_workspace_policy_set_exclusion}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace_policy_set_exclusion tfe_workspace_policy_set_exclusion}.
#### Initializers
@@ -474,7 +474,7 @@ The construct id used in the generated config for the WorkspacePolicySetExclusio
The id of the existing WorkspacePolicySetExclusion that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace_policy_set_exclusion#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace_policy_set_exclusion#import import section} in the documentation of this resource for the id to use
---
@@ -767,9 +767,9 @@ import "github.com/cdktf/cdktf-provider-tfe-go/tfe/v11/workspacepolicysetexclusi
| 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.* |
-| PolicySetId
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace_policy_set_exclusion#policy_set_id WorkspacePolicySetExclusion#policy_set_id}. |
-| WorkspaceId
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace_policy_set_exclusion#workspace_id WorkspacePolicySetExclusion#workspace_id}. |
-| Id
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace_policy_set_exclusion#id WorkspacePolicySetExclusion#id}. |
+| PolicySetId
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace_policy_set_exclusion#policy_set_id WorkspacePolicySetExclusion#policy_set_id}. |
+| WorkspaceId
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace_policy_set_exclusion#workspace_id WorkspacePolicySetExclusion#workspace_id}. |
+| Id
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace_policy_set_exclusion#id WorkspacePolicySetExclusion#id}. |
---
@@ -851,7 +851,7 @@ PolicySetId *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace_policy_set_exclusion#policy_set_id WorkspacePolicySetExclusion#policy_set_id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace_policy_set_exclusion#policy_set_id WorkspacePolicySetExclusion#policy_set_id}.
---
@@ -863,7 +863,7 @@ WorkspaceId *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace_policy_set_exclusion#workspace_id WorkspacePolicySetExclusion#workspace_id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace_policy_set_exclusion#workspace_id WorkspacePolicySetExclusion#workspace_id}.
---
@@ -875,7 +875,7 @@ Id *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace_policy_set_exclusion#id WorkspacePolicySetExclusion#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace_policy_set_exclusion#id WorkspacePolicySetExclusion#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
diff --git a/docs/workspacePolicySetExclusion.java.md b/docs/workspacePolicySetExclusion.java.md
index b85ce9a74..408945631 100644
--- a/docs/workspacePolicySetExclusion.java.md
+++ b/docs/workspacePolicySetExclusion.java.md
@@ -4,7 +4,7 @@
### WorkspacePolicySetExclusion
-Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace_policy_set_exclusion tfe_workspace_policy_set_exclusion}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace_policy_set_exclusion tfe_workspace_policy_set_exclusion}.
#### Initializers
@@ -40,9 +40,9 @@ WorkspacePolicySetExclusion.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.* |
-| policySetId
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace_policy_set_exclusion#policy_set_id WorkspacePolicySetExclusion#policy_set_id}. |
-| workspaceId
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace_policy_set_exclusion#workspace_id WorkspacePolicySetExclusion#workspace_id}. |
-| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace_policy_set_exclusion#id WorkspacePolicySetExclusion#id}. |
+| policySetId
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace_policy_set_exclusion#policy_set_id WorkspacePolicySetExclusion#policy_set_id}. |
+| workspaceId
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace_policy_set_exclusion#workspace_id WorkspacePolicySetExclusion#workspace_id}. |
+| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace_policy_set_exclusion#id WorkspacePolicySetExclusion#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/hashicorp/tfe/0.60.1/docs/resources/workspace_policy_set_exclusion#policy_set_id WorkspacePolicySetExclusion#policy_set_id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace_policy_set_exclusion#policy_set_id WorkspacePolicySetExclusion#policy_set_id}.
---
@@ -118,7 +118,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace_policy_set_exclusion#workspace_id WorkspacePolicySetExclusion#workspace_id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace_policy_set_exclusion#workspace_id WorkspacePolicySetExclusion#workspace_id}.
---
@@ -126,7 +126,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace_policy_set_exclusion#id WorkspacePolicySetExclusion#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace_policy_set_exclusion#id WorkspacePolicySetExclusion#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -563,7 +563,7 @@ The construct id used in the generated config for the WorkspacePolicySetExclusio
The id of the existing WorkspacePolicySetExclusion that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace_policy_set_exclusion#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace_policy_set_exclusion#import import section} in the documentation of this resource for the id to use
---
@@ -860,9 +860,9 @@ WorkspacePolicySetExclusionConfig.builder()
| lifecycle
| com.hashicorp.cdktf.TerraformResourceLifecycle
| *No description.* |
| provider
| com.hashicorp.cdktf.TerraformProvider
| *No description.* |
| provisioners
| java.util.List
| *No description.* |
-| policySetId
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace_policy_set_exclusion#policy_set_id WorkspacePolicySetExclusion#policy_set_id}. |
-| workspaceId
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace_policy_set_exclusion#workspace_id WorkspacePolicySetExclusion#workspace_id}. |
-| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace_policy_set_exclusion#id WorkspacePolicySetExclusion#id}. |
+| policySetId
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace_policy_set_exclusion#policy_set_id WorkspacePolicySetExclusion#policy_set_id}. |
+| workspaceId
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace_policy_set_exclusion#workspace_id WorkspacePolicySetExclusion#workspace_id}. |
+| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace_policy_set_exclusion#id WorkspacePolicySetExclusion#id}. |
---
@@ -944,7 +944,7 @@ public java.lang.String getPolicySetId();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace_policy_set_exclusion#policy_set_id WorkspacePolicySetExclusion#policy_set_id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace_policy_set_exclusion#policy_set_id WorkspacePolicySetExclusion#policy_set_id}.
---
@@ -956,7 +956,7 @@ public java.lang.String getWorkspaceId();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace_policy_set_exclusion#workspace_id WorkspacePolicySetExclusion#workspace_id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace_policy_set_exclusion#workspace_id WorkspacePolicySetExclusion#workspace_id}.
---
@@ -968,7 +968,7 @@ public java.lang.String getId();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace_policy_set_exclusion#id WorkspacePolicySetExclusion#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace_policy_set_exclusion#id WorkspacePolicySetExclusion#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
diff --git a/docs/workspacePolicySetExclusion.python.md b/docs/workspacePolicySetExclusion.python.md
index 7a06cdf76..607bd4340 100644
--- a/docs/workspacePolicySetExclusion.python.md
+++ b/docs/workspacePolicySetExclusion.python.md
@@ -4,7 +4,7 @@
### WorkspacePolicySetExclusion
-Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace_policy_set_exclusion tfe_workspace_policy_set_exclusion}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace_policy_set_exclusion tfe_workspace_policy_set_exclusion}.
#### Initializers
@@ -38,9 +38,9 @@ workspacePolicySetExclusion.WorkspacePolicySetExclusion(
| lifecycle
| cdktf.TerraformResourceLifecycle
| *No description.* |
| provider
| cdktf.TerraformProvider
| *No description.* |
| provisioners
| typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]]
| *No description.* |
-| policy_set_id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace_policy_set_exclusion#policy_set_id WorkspacePolicySetExclusion#policy_set_id}. |
-| workspace_id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace_policy_set_exclusion#workspace_id WorkspacePolicySetExclusion#workspace_id}. |
-| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace_policy_set_exclusion#id WorkspacePolicySetExclusion#id}. |
+| policy_set_id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace_policy_set_exclusion#policy_set_id WorkspacePolicySetExclusion#policy_set_id}. |
+| workspace_id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace_policy_set_exclusion#workspace_id WorkspacePolicySetExclusion#workspace_id}. |
+| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace_policy_set_exclusion#id WorkspacePolicySetExclusion#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/hashicorp/tfe/0.60.1/docs/resources/workspace_policy_set_exclusion#policy_set_id WorkspacePolicySetExclusion#policy_set_id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace_policy_set_exclusion#policy_set_id WorkspacePolicySetExclusion#policy_set_id}.
---
@@ -116,7 +116,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace_policy_set_exclusion#workspace_id WorkspacePolicySetExclusion#workspace_id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace_policy_set_exclusion#workspace_id WorkspacePolicySetExclusion#workspace_id}.
---
@@ -124,7 +124,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace_policy_set_exclusion#id WorkspacePolicySetExclusion#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace_policy_set_exclusion#id WorkspacePolicySetExclusion#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -607,7 +607,7 @@ The construct id used in the generated config for the WorkspacePolicySetExclusio
The id of the existing WorkspacePolicySetExclusion that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace_policy_set_exclusion#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace_policy_set_exclusion#import import section} in the documentation of this resource for the id to use
---
@@ -900,9 +900,9 @@ workspacePolicySetExclusion.WorkspacePolicySetExclusionConfig(
| lifecycle
| cdktf.TerraformResourceLifecycle
| *No description.* |
| provider
| cdktf.TerraformProvider
| *No description.* |
| provisioners
| typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]]
| *No description.* |
-| policy_set_id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace_policy_set_exclusion#policy_set_id WorkspacePolicySetExclusion#policy_set_id}. |
-| workspace_id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace_policy_set_exclusion#workspace_id WorkspacePolicySetExclusion#workspace_id}. |
-| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace_policy_set_exclusion#id WorkspacePolicySetExclusion#id}. |
+| policy_set_id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace_policy_set_exclusion#policy_set_id WorkspacePolicySetExclusion#policy_set_id}. |
+| workspace_id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace_policy_set_exclusion#workspace_id WorkspacePolicySetExclusion#workspace_id}. |
+| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace_policy_set_exclusion#id WorkspacePolicySetExclusion#id}. |
---
@@ -984,7 +984,7 @@ policy_set_id: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace_policy_set_exclusion#policy_set_id WorkspacePolicySetExclusion#policy_set_id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace_policy_set_exclusion#policy_set_id WorkspacePolicySetExclusion#policy_set_id}.
---
@@ -996,7 +996,7 @@ workspace_id: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace_policy_set_exclusion#workspace_id WorkspacePolicySetExclusion#workspace_id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace_policy_set_exclusion#workspace_id WorkspacePolicySetExclusion#workspace_id}.
---
@@ -1008,7 +1008,7 @@ id: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace_policy_set_exclusion#id WorkspacePolicySetExclusion#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace_policy_set_exclusion#id WorkspacePolicySetExclusion#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
diff --git a/docs/workspacePolicySetExclusion.typescript.md b/docs/workspacePolicySetExclusion.typescript.md
index 248c6a56a..8321c7978 100644
--- a/docs/workspacePolicySetExclusion.typescript.md
+++ b/docs/workspacePolicySetExclusion.typescript.md
@@ -4,7 +4,7 @@
### WorkspacePolicySetExclusion
-Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace_policy_set_exclusion tfe_workspace_policy_set_exclusion}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace_policy_set_exclusion tfe_workspace_policy_set_exclusion}.
#### Initializers
@@ -474,7 +474,7 @@ The construct id used in the generated config for the WorkspacePolicySetExclusio
The id of the existing WorkspacePolicySetExclusion that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace_policy_set_exclusion#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace_policy_set_exclusion#import import section} in the documentation of this resource for the id to use
---
@@ -756,9 +756,9 @@ const workspacePolicySetExclusionConfig: workspacePolicySetExclusion.WorkspacePo
| lifecycle
| cdktf.TerraformResourceLifecycle
| *No description.* |
| provider
| cdktf.TerraformProvider
| *No description.* |
| provisioners
| cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[]
| *No description.* |
-| policySetId
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace_policy_set_exclusion#policy_set_id WorkspacePolicySetExclusion#policy_set_id}. |
-| workspaceId
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace_policy_set_exclusion#workspace_id WorkspacePolicySetExclusion#workspace_id}. |
-| id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace_policy_set_exclusion#id WorkspacePolicySetExclusion#id}. |
+| policySetId
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace_policy_set_exclusion#policy_set_id WorkspacePolicySetExclusion#policy_set_id}. |
+| workspaceId
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace_policy_set_exclusion#workspace_id WorkspacePolicySetExclusion#workspace_id}. |
+| id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace_policy_set_exclusion#id WorkspacePolicySetExclusion#id}. |
---
@@ -840,7 +840,7 @@ public readonly policySetId: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace_policy_set_exclusion#policy_set_id WorkspacePolicySetExclusion#policy_set_id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace_policy_set_exclusion#policy_set_id WorkspacePolicySetExclusion#policy_set_id}.
---
@@ -852,7 +852,7 @@ public readonly workspaceId: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace_policy_set_exclusion#workspace_id WorkspacePolicySetExclusion#workspace_id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace_policy_set_exclusion#workspace_id WorkspacePolicySetExclusion#workspace_id}.
---
@@ -864,7 +864,7 @@ public readonly id: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace_policy_set_exclusion#id WorkspacePolicySetExclusion#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace_policy_set_exclusion#id WorkspacePolicySetExclusion#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
diff --git a/docs/workspaceRun.csharp.md b/docs/workspaceRun.csharp.md
index 048891cbf..d7a42b0c0 100644
--- a/docs/workspaceRun.csharp.md
+++ b/docs/workspaceRun.csharp.md
@@ -4,7 +4,7 @@
### WorkspaceRun
-Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace_run tfe_workspace_run}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace_run tfe_workspace_run}.
#### Initializers
@@ -514,7 +514,7 @@ The construct id used in the generated config for the WorkspaceRun to import.
The id of the existing WorkspaceRun that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace_run#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace_run#import import section} in the documentation of this resource for the id to use
---
@@ -818,12 +818,12 @@ new WorkspaceRunApply {
| **Name** | **Type** | **Description** |
| --- | --- | --- |
-| ManualConfirm
| object
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace_run#manual_confirm WorkspaceRun#manual_confirm}. |
-| Retry
| object
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace_run#retry WorkspaceRun#retry}. |
-| RetryAttempts
| double
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace_run#retry_attempts WorkspaceRun#retry_attempts}. |
-| RetryBackoffMax
| double
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace_run#retry_backoff_max WorkspaceRun#retry_backoff_max}. |
-| RetryBackoffMin
| double
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace_run#retry_backoff_min WorkspaceRun#retry_backoff_min}. |
-| WaitForRun
| object
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace_run#wait_for_run WorkspaceRun#wait_for_run}. |
+| ManualConfirm
| object
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace_run#manual_confirm WorkspaceRun#manual_confirm}. |
+| Retry
| object
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace_run#retry WorkspaceRun#retry}. |
+| RetryAttempts
| double
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace_run#retry_attempts WorkspaceRun#retry_attempts}. |
+| RetryBackoffMax
| double
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace_run#retry_backoff_max WorkspaceRun#retry_backoff_max}. |
+| RetryBackoffMin
| double
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace_run#retry_backoff_min WorkspaceRun#retry_backoff_min}. |
+| WaitForRun
| object
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace_run#wait_for_run WorkspaceRun#wait_for_run}. |
---
@@ -835,7 +835,7 @@ public object ManualConfirm { get; set; }
- *Type:* object
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace_run#manual_confirm WorkspaceRun#manual_confirm}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace_run#manual_confirm WorkspaceRun#manual_confirm}.
---
@@ -847,7 +847,7 @@ public object Retry { get; set; }
- *Type:* object
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace_run#retry WorkspaceRun#retry}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace_run#retry WorkspaceRun#retry}.
---
@@ -859,7 +859,7 @@ public double RetryAttempts { get; set; }
- *Type:* double
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace_run#retry_attempts WorkspaceRun#retry_attempts}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace_run#retry_attempts WorkspaceRun#retry_attempts}.
---
@@ -871,7 +871,7 @@ public double RetryBackoffMax { get; set; }
- *Type:* double
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace_run#retry_backoff_max WorkspaceRun#retry_backoff_max}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace_run#retry_backoff_max WorkspaceRun#retry_backoff_max}.
---
@@ -883,7 +883,7 @@ public double RetryBackoffMin { get; set; }
- *Type:* double
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace_run#retry_backoff_min WorkspaceRun#retry_backoff_min}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace_run#retry_backoff_min WorkspaceRun#retry_backoff_min}.
---
@@ -895,7 +895,7 @@ public object WaitForRun { get; set; }
- *Type:* object
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace_run#wait_for_run WorkspaceRun#wait_for_run}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace_run#wait_for_run WorkspaceRun#wait_for_run}.
---
@@ -932,10 +932,10 @@ new WorkspaceRunConfig {
| Lifecycle
| HashiCorp.Cdktf.TerraformResourceLifecycle
| *No description.* |
| Provider
| HashiCorp.Cdktf.TerraformProvider
| *No description.* |
| Provisioners
| object[]
| *No description.* |
-| WorkspaceId
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace_run#workspace_id WorkspaceRun#workspace_id}. |
+| WorkspaceId
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace_run#workspace_id WorkspaceRun#workspace_id}. |
| Apply
| WorkspaceRunApply
| apply block. |
| Destroy
| WorkspaceRunDestroy
| destroy block. |
-| Id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace_run#id WorkspaceRun#id}. |
+| Id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace_run#id WorkspaceRun#id}. |
---
@@ -1017,7 +1017,7 @@ public string WorkspaceId { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace_run#workspace_id WorkspaceRun#workspace_id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace_run#workspace_id WorkspaceRun#workspace_id}.
---
@@ -1031,7 +1031,7 @@ public WorkspaceRunApply Apply { get; set; }
apply block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace_run#apply WorkspaceRun#apply}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace_run#apply WorkspaceRun#apply}
---
@@ -1045,7 +1045,7 @@ public WorkspaceRunDestroy Destroy { get; set; }
destroy block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace_run#destroy WorkspaceRun#destroy}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace_run#destroy WorkspaceRun#destroy}
---
@@ -1057,7 +1057,7 @@ public string Id { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace_run#id WorkspaceRun#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace_run#id WorkspaceRun#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -1085,12 +1085,12 @@ new WorkspaceRunDestroy {
| **Name** | **Type** | **Description** |
| --- | --- | --- |
-| ManualConfirm
| object
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace_run#manual_confirm WorkspaceRun#manual_confirm}. |
-| Retry
| object
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace_run#retry WorkspaceRun#retry}. |
-| RetryAttempts
| double
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace_run#retry_attempts WorkspaceRun#retry_attempts}. |
-| RetryBackoffMax
| double
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace_run#retry_backoff_max WorkspaceRun#retry_backoff_max}. |
-| RetryBackoffMin
| double
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace_run#retry_backoff_min WorkspaceRun#retry_backoff_min}. |
-| WaitForRun
| object
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace_run#wait_for_run WorkspaceRun#wait_for_run}. |
+| ManualConfirm
| object
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace_run#manual_confirm WorkspaceRun#manual_confirm}. |
+| Retry
| object
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace_run#retry WorkspaceRun#retry}. |
+| RetryAttempts
| double
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace_run#retry_attempts WorkspaceRun#retry_attempts}. |
+| RetryBackoffMax
| double
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace_run#retry_backoff_max WorkspaceRun#retry_backoff_max}. |
+| RetryBackoffMin
| double
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace_run#retry_backoff_min WorkspaceRun#retry_backoff_min}. |
+| WaitForRun
| object
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace_run#wait_for_run WorkspaceRun#wait_for_run}. |
---
@@ -1102,7 +1102,7 @@ public object ManualConfirm { get; set; }
- *Type:* object
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace_run#manual_confirm WorkspaceRun#manual_confirm}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace_run#manual_confirm WorkspaceRun#manual_confirm}.
---
@@ -1114,7 +1114,7 @@ public object Retry { get; set; }
- *Type:* object
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace_run#retry WorkspaceRun#retry}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace_run#retry WorkspaceRun#retry}.
---
@@ -1126,7 +1126,7 @@ public double RetryAttempts { get; set; }
- *Type:* double
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace_run#retry_attempts WorkspaceRun#retry_attempts}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace_run#retry_attempts WorkspaceRun#retry_attempts}.
---
@@ -1138,7 +1138,7 @@ public double RetryBackoffMax { get; set; }
- *Type:* double
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace_run#retry_backoff_max WorkspaceRun#retry_backoff_max}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace_run#retry_backoff_max WorkspaceRun#retry_backoff_max}.
---
@@ -1150,7 +1150,7 @@ public double RetryBackoffMin { get; set; }
- *Type:* double
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace_run#retry_backoff_min WorkspaceRun#retry_backoff_min}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace_run#retry_backoff_min WorkspaceRun#retry_backoff_min}.
---
@@ -1162,7 +1162,7 @@ public object WaitForRun { get; set; }
- *Type:* object
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace_run#wait_for_run WorkspaceRun#wait_for_run}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace_run#wait_for_run WorkspaceRun#wait_for_run}.
---
diff --git a/docs/workspaceRun.go.md b/docs/workspaceRun.go.md
index cb70521b2..8569348c8 100644
--- a/docs/workspaceRun.go.md
+++ b/docs/workspaceRun.go.md
@@ -4,7 +4,7 @@
### WorkspaceRun
-Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace_run tfe_workspace_run}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace_run tfe_workspace_run}.
#### Initializers
@@ -514,7 +514,7 @@ The construct id used in the generated config for the WorkspaceRun to import.
The id of the existing WorkspaceRun that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace_run#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace_run#import import section} in the documentation of this resource for the id to use
---
@@ -818,12 +818,12 @@ import "github.com/cdktf/cdktf-provider-tfe-go/tfe/v11/workspacerun"
| **Name** | **Type** | **Description** |
| --- | --- | --- |
-| ManualConfirm
| interface{}
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace_run#manual_confirm WorkspaceRun#manual_confirm}. |
-| Retry
| interface{}
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace_run#retry WorkspaceRun#retry}. |
-| RetryAttempts
| *f64
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace_run#retry_attempts WorkspaceRun#retry_attempts}. |
-| RetryBackoffMax
| *f64
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace_run#retry_backoff_max WorkspaceRun#retry_backoff_max}. |
-| RetryBackoffMin
| *f64
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace_run#retry_backoff_min WorkspaceRun#retry_backoff_min}. |
-| WaitForRun
| interface{}
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace_run#wait_for_run WorkspaceRun#wait_for_run}. |
+| ManualConfirm
| interface{}
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace_run#manual_confirm WorkspaceRun#manual_confirm}. |
+| Retry
| interface{}
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace_run#retry WorkspaceRun#retry}. |
+| RetryAttempts
| *f64
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace_run#retry_attempts WorkspaceRun#retry_attempts}. |
+| RetryBackoffMax
| *f64
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace_run#retry_backoff_max WorkspaceRun#retry_backoff_max}. |
+| RetryBackoffMin
| *f64
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace_run#retry_backoff_min WorkspaceRun#retry_backoff_min}. |
+| WaitForRun
| interface{}
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace_run#wait_for_run WorkspaceRun#wait_for_run}. |
---
@@ -835,7 +835,7 @@ ManualConfirm interface{}
- *Type:* interface{}
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace_run#manual_confirm WorkspaceRun#manual_confirm}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace_run#manual_confirm WorkspaceRun#manual_confirm}.
---
@@ -847,7 +847,7 @@ Retry interface{}
- *Type:* interface{}
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace_run#retry WorkspaceRun#retry}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace_run#retry WorkspaceRun#retry}.
---
@@ -859,7 +859,7 @@ RetryAttempts *f64
- *Type:* *f64
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace_run#retry_attempts WorkspaceRun#retry_attempts}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace_run#retry_attempts WorkspaceRun#retry_attempts}.
---
@@ -871,7 +871,7 @@ RetryBackoffMax *f64
- *Type:* *f64
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace_run#retry_backoff_max WorkspaceRun#retry_backoff_max}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace_run#retry_backoff_max WorkspaceRun#retry_backoff_max}.
---
@@ -883,7 +883,7 @@ RetryBackoffMin *f64
- *Type:* *f64
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace_run#retry_backoff_min WorkspaceRun#retry_backoff_min}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace_run#retry_backoff_min WorkspaceRun#retry_backoff_min}.
---
@@ -895,7 +895,7 @@ WaitForRun interface{}
- *Type:* interface{}
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace_run#wait_for_run WorkspaceRun#wait_for_run}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace_run#wait_for_run WorkspaceRun#wait_for_run}.
---
@@ -932,10 +932,10 @@ import "github.com/cdktf/cdktf-provider-tfe-go/tfe/v11/workspacerun"
| 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.* |
-| WorkspaceId
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace_run#workspace_id WorkspaceRun#workspace_id}. |
+| WorkspaceId
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace_run#workspace_id WorkspaceRun#workspace_id}. |
| Apply
| WorkspaceRunApply
| apply block. |
| Destroy
| WorkspaceRunDestroy
| destroy block. |
-| Id
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace_run#id WorkspaceRun#id}. |
+| Id
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace_run#id WorkspaceRun#id}. |
---
@@ -1017,7 +1017,7 @@ WorkspaceId *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace_run#workspace_id WorkspaceRun#workspace_id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace_run#workspace_id WorkspaceRun#workspace_id}.
---
@@ -1031,7 +1031,7 @@ Apply WorkspaceRunApply
apply block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace_run#apply WorkspaceRun#apply}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace_run#apply WorkspaceRun#apply}
---
@@ -1045,7 +1045,7 @@ Destroy WorkspaceRunDestroy
destroy block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace_run#destroy WorkspaceRun#destroy}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace_run#destroy WorkspaceRun#destroy}
---
@@ -1057,7 +1057,7 @@ Id *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace_run#id WorkspaceRun#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace_run#id WorkspaceRun#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -1085,12 +1085,12 @@ import "github.com/cdktf/cdktf-provider-tfe-go/tfe/v11/workspacerun"
| **Name** | **Type** | **Description** |
| --- | --- | --- |
-| ManualConfirm
| interface{}
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace_run#manual_confirm WorkspaceRun#manual_confirm}. |
-| Retry
| interface{}
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace_run#retry WorkspaceRun#retry}. |
-| RetryAttempts
| *f64
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace_run#retry_attempts WorkspaceRun#retry_attempts}. |
-| RetryBackoffMax
| *f64
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace_run#retry_backoff_max WorkspaceRun#retry_backoff_max}. |
-| RetryBackoffMin
| *f64
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace_run#retry_backoff_min WorkspaceRun#retry_backoff_min}. |
-| WaitForRun
| interface{}
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace_run#wait_for_run WorkspaceRun#wait_for_run}. |
+| ManualConfirm
| interface{}
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace_run#manual_confirm WorkspaceRun#manual_confirm}. |
+| Retry
| interface{}
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace_run#retry WorkspaceRun#retry}. |
+| RetryAttempts
| *f64
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace_run#retry_attempts WorkspaceRun#retry_attempts}. |
+| RetryBackoffMax
| *f64
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace_run#retry_backoff_max WorkspaceRun#retry_backoff_max}. |
+| RetryBackoffMin
| *f64
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace_run#retry_backoff_min WorkspaceRun#retry_backoff_min}. |
+| WaitForRun
| interface{}
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace_run#wait_for_run WorkspaceRun#wait_for_run}. |
---
@@ -1102,7 +1102,7 @@ ManualConfirm interface{}
- *Type:* interface{}
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace_run#manual_confirm WorkspaceRun#manual_confirm}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace_run#manual_confirm WorkspaceRun#manual_confirm}.
---
@@ -1114,7 +1114,7 @@ Retry interface{}
- *Type:* interface{}
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace_run#retry WorkspaceRun#retry}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace_run#retry WorkspaceRun#retry}.
---
@@ -1126,7 +1126,7 @@ RetryAttempts *f64
- *Type:* *f64
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace_run#retry_attempts WorkspaceRun#retry_attempts}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace_run#retry_attempts WorkspaceRun#retry_attempts}.
---
@@ -1138,7 +1138,7 @@ RetryBackoffMax *f64
- *Type:* *f64
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace_run#retry_backoff_max WorkspaceRun#retry_backoff_max}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace_run#retry_backoff_max WorkspaceRun#retry_backoff_max}.
---
@@ -1150,7 +1150,7 @@ RetryBackoffMin *f64
- *Type:* *f64
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace_run#retry_backoff_min WorkspaceRun#retry_backoff_min}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace_run#retry_backoff_min WorkspaceRun#retry_backoff_min}.
---
@@ -1162,7 +1162,7 @@ WaitForRun interface{}
- *Type:* interface{}
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace_run#wait_for_run WorkspaceRun#wait_for_run}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace_run#wait_for_run WorkspaceRun#wait_for_run}.
---
diff --git a/docs/workspaceRun.java.md b/docs/workspaceRun.java.md
index 5efea0e26..232ddab98 100644
--- a/docs/workspaceRun.java.md
+++ b/docs/workspaceRun.java.md
@@ -4,7 +4,7 @@
### WorkspaceRun
-Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace_run tfe_workspace_run}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace_run tfe_workspace_run}.
#### Initializers
@@ -41,10 +41,10 @@ WorkspaceRun.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.* |
-| workspaceId
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace_run#workspace_id WorkspaceRun#workspace_id}. |
+| workspaceId
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace_run#workspace_id WorkspaceRun#workspace_id}. |
| apply
| WorkspaceRunApply
| apply block. |
| destroy
| WorkspaceRunDestroy
| destroy block. |
-| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace_run#id WorkspaceRun#id}. |
+| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace_run#id WorkspaceRun#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/hashicorp/tfe/0.60.1/docs/resources/workspace_run#workspace_id WorkspaceRun#workspace_id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace_run#workspace_id WorkspaceRun#workspace_id}.
---
@@ -122,7 +122,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
apply block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace_run#apply WorkspaceRun#apply}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace_run#apply WorkspaceRun#apply}
---
@@ -132,7 +132,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
destroy block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace_run#destroy WorkspaceRun#destroy}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace_run#destroy WorkspaceRun#destroy}
---
@@ -140,7 +140,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace_run#id WorkspaceRun#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace_run#id WorkspaceRun#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -617,7 +617,7 @@ The construct id used in the generated config for the WorkspaceRun to import.
The id of the existing WorkspaceRun that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace_run#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace_run#import import section} in the documentation of this resource for the id to use
---
@@ -924,12 +924,12 @@ WorkspaceRunApply.builder()
| **Name** | **Type** | **Description** |
| --- | --- | --- |
-| manualConfirm
| java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace_run#manual_confirm WorkspaceRun#manual_confirm}. |
-| retry
| java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace_run#retry WorkspaceRun#retry}. |
-| retryAttempts
| java.lang.Number
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace_run#retry_attempts WorkspaceRun#retry_attempts}. |
-| retryBackoffMax
| java.lang.Number
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace_run#retry_backoff_max WorkspaceRun#retry_backoff_max}. |
-| retryBackoffMin
| java.lang.Number
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace_run#retry_backoff_min WorkspaceRun#retry_backoff_min}. |
-| waitForRun
| java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace_run#wait_for_run WorkspaceRun#wait_for_run}. |
+| manualConfirm
| java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace_run#manual_confirm WorkspaceRun#manual_confirm}. |
+| retry
| java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace_run#retry WorkspaceRun#retry}. |
+| retryAttempts
| java.lang.Number
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace_run#retry_attempts WorkspaceRun#retry_attempts}. |
+| retryBackoffMax
| java.lang.Number
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace_run#retry_backoff_max WorkspaceRun#retry_backoff_max}. |
+| retryBackoffMin
| java.lang.Number
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace_run#retry_backoff_min WorkspaceRun#retry_backoff_min}. |
+| waitForRun
| java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace_run#wait_for_run WorkspaceRun#wait_for_run}. |
---
@@ -941,7 +941,7 @@ public java.lang.Object getManualConfirm();
- *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace_run#manual_confirm WorkspaceRun#manual_confirm}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace_run#manual_confirm WorkspaceRun#manual_confirm}.
---
@@ -953,7 +953,7 @@ public java.lang.Object getRetry();
- *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace_run#retry WorkspaceRun#retry}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace_run#retry WorkspaceRun#retry}.
---
@@ -965,7 +965,7 @@ public java.lang.Number getRetryAttempts();
- *Type:* java.lang.Number
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace_run#retry_attempts WorkspaceRun#retry_attempts}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace_run#retry_attempts WorkspaceRun#retry_attempts}.
---
@@ -977,7 +977,7 @@ public java.lang.Number getRetryBackoffMax();
- *Type:* java.lang.Number
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace_run#retry_backoff_max WorkspaceRun#retry_backoff_max}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace_run#retry_backoff_max WorkspaceRun#retry_backoff_max}.
---
@@ -989,7 +989,7 @@ public java.lang.Number getRetryBackoffMin();
- *Type:* java.lang.Number
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace_run#retry_backoff_min WorkspaceRun#retry_backoff_min}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace_run#retry_backoff_min WorkspaceRun#retry_backoff_min}.
---
@@ -1001,7 +1001,7 @@ public java.lang.Object getWaitForRun();
- *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace_run#wait_for_run WorkspaceRun#wait_for_run}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace_run#wait_for_run WorkspaceRun#wait_for_run}.
---
@@ -1042,10 +1042,10 @@ WorkspaceRunConfig.builder()
| lifecycle
| com.hashicorp.cdktf.TerraformResourceLifecycle
| *No description.* |
| provider
| com.hashicorp.cdktf.TerraformProvider
| *No description.* |
| provisioners
| java.util.List
| *No description.* |
-| workspaceId
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace_run#workspace_id WorkspaceRun#workspace_id}. |
+| workspaceId
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace_run#workspace_id WorkspaceRun#workspace_id}. |
| apply
| WorkspaceRunApply
| apply block. |
| destroy
| WorkspaceRunDestroy
| destroy block. |
-| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace_run#id WorkspaceRun#id}. |
+| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace_run#id WorkspaceRun#id}. |
---
@@ -1127,7 +1127,7 @@ public java.lang.String getWorkspaceId();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace_run#workspace_id WorkspaceRun#workspace_id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace_run#workspace_id WorkspaceRun#workspace_id}.
---
@@ -1141,7 +1141,7 @@ public WorkspaceRunApply getApply();
apply block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace_run#apply WorkspaceRun#apply}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace_run#apply WorkspaceRun#apply}
---
@@ -1155,7 +1155,7 @@ public WorkspaceRunDestroy getDestroy();
destroy block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace_run#destroy WorkspaceRun#destroy}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace_run#destroy WorkspaceRun#destroy}
---
@@ -1167,7 +1167,7 @@ public java.lang.String getId();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace_run#id WorkspaceRun#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace_run#id WorkspaceRun#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -1198,12 +1198,12 @@ WorkspaceRunDestroy.builder()
| **Name** | **Type** | **Description** |
| --- | --- | --- |
-| manualConfirm
| java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace_run#manual_confirm WorkspaceRun#manual_confirm}. |
-| retry
| java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace_run#retry WorkspaceRun#retry}. |
-| retryAttempts
| java.lang.Number
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace_run#retry_attempts WorkspaceRun#retry_attempts}. |
-| retryBackoffMax
| java.lang.Number
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace_run#retry_backoff_max WorkspaceRun#retry_backoff_max}. |
-| retryBackoffMin
| java.lang.Number
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace_run#retry_backoff_min WorkspaceRun#retry_backoff_min}. |
-| waitForRun
| java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace_run#wait_for_run WorkspaceRun#wait_for_run}. |
+| manualConfirm
| java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace_run#manual_confirm WorkspaceRun#manual_confirm}. |
+| retry
| java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace_run#retry WorkspaceRun#retry}. |
+| retryAttempts
| java.lang.Number
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace_run#retry_attempts WorkspaceRun#retry_attempts}. |
+| retryBackoffMax
| java.lang.Number
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace_run#retry_backoff_max WorkspaceRun#retry_backoff_max}. |
+| retryBackoffMin
| java.lang.Number
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace_run#retry_backoff_min WorkspaceRun#retry_backoff_min}. |
+| waitForRun
| java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace_run#wait_for_run WorkspaceRun#wait_for_run}. |
---
@@ -1215,7 +1215,7 @@ public java.lang.Object getManualConfirm();
- *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace_run#manual_confirm WorkspaceRun#manual_confirm}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace_run#manual_confirm WorkspaceRun#manual_confirm}.
---
@@ -1227,7 +1227,7 @@ public java.lang.Object getRetry();
- *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace_run#retry WorkspaceRun#retry}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace_run#retry WorkspaceRun#retry}.
---
@@ -1239,7 +1239,7 @@ public java.lang.Number getRetryAttempts();
- *Type:* java.lang.Number
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace_run#retry_attempts WorkspaceRun#retry_attempts}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace_run#retry_attempts WorkspaceRun#retry_attempts}.
---
@@ -1251,7 +1251,7 @@ public java.lang.Number getRetryBackoffMax();
- *Type:* java.lang.Number
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace_run#retry_backoff_max WorkspaceRun#retry_backoff_max}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace_run#retry_backoff_max WorkspaceRun#retry_backoff_max}.
---
@@ -1263,7 +1263,7 @@ public java.lang.Number getRetryBackoffMin();
- *Type:* java.lang.Number
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace_run#retry_backoff_min WorkspaceRun#retry_backoff_min}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace_run#retry_backoff_min WorkspaceRun#retry_backoff_min}.
---
@@ -1275,7 +1275,7 @@ public java.lang.Object getWaitForRun();
- *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace_run#wait_for_run WorkspaceRun#wait_for_run}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace_run#wait_for_run WorkspaceRun#wait_for_run}.
---
diff --git a/docs/workspaceRun.python.md b/docs/workspaceRun.python.md
index d40e53817..20ea2b101 100644
--- a/docs/workspaceRun.python.md
+++ b/docs/workspaceRun.python.md
@@ -4,7 +4,7 @@
### WorkspaceRun
-Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace_run tfe_workspace_run}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace_run tfe_workspace_run}.
#### Initializers
@@ -39,10 +39,10 @@ workspaceRun.WorkspaceRun(
| lifecycle
| cdktf.TerraformResourceLifecycle
| *No description.* |
| provider
| cdktf.TerraformProvider
| *No description.* |
| provisioners
| typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]]
| *No description.* |
-| workspace_id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace_run#workspace_id WorkspaceRun#workspace_id}. |
+| workspace_id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace_run#workspace_id WorkspaceRun#workspace_id}. |
| apply
| WorkspaceRunApply
| apply block. |
| destroy
| WorkspaceRunDestroy
| destroy block. |
-| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace_run#id WorkspaceRun#id}. |
+| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace_run#id WorkspaceRun#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/hashicorp/tfe/0.60.1/docs/resources/workspace_run#workspace_id WorkspaceRun#workspace_id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace_run#workspace_id WorkspaceRun#workspace_id}.
---
@@ -120,7 +120,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
apply block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace_run#apply WorkspaceRun#apply}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace_run#apply WorkspaceRun#apply}
---
@@ -130,7 +130,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
destroy block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace_run#destroy WorkspaceRun#destroy}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace_run#destroy WorkspaceRun#destroy}
---
@@ -138,7 +138,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace_run#id WorkspaceRun#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace_run#id WorkspaceRun#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -522,7 +522,7 @@ def put_apply(
- *Type:* typing.Union[bool, cdktf.IResolvable]
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace_run#manual_confirm WorkspaceRun#manual_confirm}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace_run#manual_confirm WorkspaceRun#manual_confirm}.
---
@@ -530,7 +530,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* typing.Union[bool, cdktf.IResolvable]
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace_run#retry WorkspaceRun#retry}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace_run#retry WorkspaceRun#retry}.
---
@@ -538,7 +538,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* typing.Union[int, float]
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace_run#retry_attempts WorkspaceRun#retry_attempts}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace_run#retry_attempts WorkspaceRun#retry_attempts}.
---
@@ -546,7 +546,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* typing.Union[int, float]
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace_run#retry_backoff_max WorkspaceRun#retry_backoff_max}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace_run#retry_backoff_max WorkspaceRun#retry_backoff_max}.
---
@@ -554,7 +554,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* typing.Union[int, float]
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace_run#retry_backoff_min WorkspaceRun#retry_backoff_min}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace_run#retry_backoff_min WorkspaceRun#retry_backoff_min}.
---
@@ -562,7 +562,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* typing.Union[bool, cdktf.IResolvable]
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace_run#wait_for_run WorkspaceRun#wait_for_run}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace_run#wait_for_run WorkspaceRun#wait_for_run}.
---
@@ -583,7 +583,7 @@ def put_destroy(
- *Type:* typing.Union[bool, cdktf.IResolvable]
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace_run#manual_confirm WorkspaceRun#manual_confirm}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace_run#manual_confirm WorkspaceRun#manual_confirm}.
---
@@ -591,7 +591,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* typing.Union[bool, cdktf.IResolvable]
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace_run#retry WorkspaceRun#retry}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace_run#retry WorkspaceRun#retry}.
---
@@ -599,7 +599,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* typing.Union[int, float]
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace_run#retry_attempts WorkspaceRun#retry_attempts}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace_run#retry_attempts WorkspaceRun#retry_attempts}.
---
@@ -607,7 +607,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* typing.Union[int, float]
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace_run#retry_backoff_max WorkspaceRun#retry_backoff_max}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace_run#retry_backoff_max WorkspaceRun#retry_backoff_max}.
---
@@ -615,7 +615,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* typing.Union[int, float]
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace_run#retry_backoff_min WorkspaceRun#retry_backoff_min}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace_run#retry_backoff_min WorkspaceRun#retry_backoff_min}.
---
@@ -623,7 +623,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* typing.Union[bool, cdktf.IResolvable]
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace_run#wait_for_run WorkspaceRun#wait_for_run}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace_run#wait_for_run WorkspaceRun#wait_for_run}.
---
@@ -759,7 +759,7 @@ The construct id used in the generated config for the WorkspaceRun to import.
The id of the existing WorkspaceRun that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace_run#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace_run#import import section} in the documentation of this resource for the id to use
---
@@ -1063,12 +1063,12 @@ workspaceRun.WorkspaceRunApply(
| **Name** | **Type** | **Description** |
| --- | --- | --- |
-| manual_confirm
| typing.Union[bool, cdktf.IResolvable]
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace_run#manual_confirm WorkspaceRun#manual_confirm}. |
-| retry
| typing.Union[bool, cdktf.IResolvable]
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace_run#retry WorkspaceRun#retry}. |
-| retry_attempts
| typing.Union[int, float]
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace_run#retry_attempts WorkspaceRun#retry_attempts}. |
-| retry_backoff_max
| typing.Union[int, float]
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace_run#retry_backoff_max WorkspaceRun#retry_backoff_max}. |
-| retry_backoff_min
| typing.Union[int, float]
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace_run#retry_backoff_min WorkspaceRun#retry_backoff_min}. |
-| wait_for_run
| typing.Union[bool, cdktf.IResolvable]
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace_run#wait_for_run WorkspaceRun#wait_for_run}. |
+| manual_confirm
| typing.Union[bool, cdktf.IResolvable]
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace_run#manual_confirm WorkspaceRun#manual_confirm}. |
+| retry
| typing.Union[bool, cdktf.IResolvable]
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace_run#retry WorkspaceRun#retry}. |
+| retry_attempts
| typing.Union[int, float]
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace_run#retry_attempts WorkspaceRun#retry_attempts}. |
+| retry_backoff_max
| typing.Union[int, float]
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace_run#retry_backoff_max WorkspaceRun#retry_backoff_max}. |
+| retry_backoff_min
| typing.Union[int, float]
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace_run#retry_backoff_min WorkspaceRun#retry_backoff_min}. |
+| wait_for_run
| typing.Union[bool, cdktf.IResolvable]
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace_run#wait_for_run WorkspaceRun#wait_for_run}. |
---
@@ -1080,7 +1080,7 @@ manual_confirm: typing.Union[bool, IResolvable]
- *Type:* typing.Union[bool, cdktf.IResolvable]
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace_run#manual_confirm WorkspaceRun#manual_confirm}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace_run#manual_confirm WorkspaceRun#manual_confirm}.
---
@@ -1092,7 +1092,7 @@ retry: typing.Union[bool, IResolvable]
- *Type:* typing.Union[bool, cdktf.IResolvable]
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace_run#retry WorkspaceRun#retry}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace_run#retry WorkspaceRun#retry}.
---
@@ -1104,7 +1104,7 @@ retry_attempts: typing.Union[int, float]
- *Type:* typing.Union[int, float]
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace_run#retry_attempts WorkspaceRun#retry_attempts}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace_run#retry_attempts WorkspaceRun#retry_attempts}.
---
@@ -1116,7 +1116,7 @@ retry_backoff_max: typing.Union[int, float]
- *Type:* typing.Union[int, float]
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace_run#retry_backoff_max WorkspaceRun#retry_backoff_max}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace_run#retry_backoff_max WorkspaceRun#retry_backoff_max}.
---
@@ -1128,7 +1128,7 @@ retry_backoff_min: typing.Union[int, float]
- *Type:* typing.Union[int, float]
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace_run#retry_backoff_min WorkspaceRun#retry_backoff_min}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace_run#retry_backoff_min WorkspaceRun#retry_backoff_min}.
---
@@ -1140,7 +1140,7 @@ wait_for_run: typing.Union[bool, IResolvable]
- *Type:* typing.Union[bool, cdktf.IResolvable]
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace_run#wait_for_run WorkspaceRun#wait_for_run}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace_run#wait_for_run WorkspaceRun#wait_for_run}.
---
@@ -1177,10 +1177,10 @@ workspaceRun.WorkspaceRunConfig(
| lifecycle
| cdktf.TerraformResourceLifecycle
| *No description.* |
| provider
| cdktf.TerraformProvider
| *No description.* |
| provisioners
| typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]]
| *No description.* |
-| workspace_id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace_run#workspace_id WorkspaceRun#workspace_id}. |
+| workspace_id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace_run#workspace_id WorkspaceRun#workspace_id}. |
| apply
| WorkspaceRunApply
| apply block. |
| destroy
| WorkspaceRunDestroy
| destroy block. |
-| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace_run#id WorkspaceRun#id}. |
+| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace_run#id WorkspaceRun#id}. |
---
@@ -1262,7 +1262,7 @@ workspace_id: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace_run#workspace_id WorkspaceRun#workspace_id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace_run#workspace_id WorkspaceRun#workspace_id}.
---
@@ -1276,7 +1276,7 @@ apply: WorkspaceRunApply
apply block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace_run#apply WorkspaceRun#apply}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace_run#apply WorkspaceRun#apply}
---
@@ -1290,7 +1290,7 @@ destroy: WorkspaceRunDestroy
destroy block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace_run#destroy WorkspaceRun#destroy}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace_run#destroy WorkspaceRun#destroy}
---
@@ -1302,7 +1302,7 @@ id: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace_run#id WorkspaceRun#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace_run#id WorkspaceRun#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -1330,12 +1330,12 @@ workspaceRun.WorkspaceRunDestroy(
| **Name** | **Type** | **Description** |
| --- | --- | --- |
-| manual_confirm
| typing.Union[bool, cdktf.IResolvable]
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace_run#manual_confirm WorkspaceRun#manual_confirm}. |
-| retry
| typing.Union[bool, cdktf.IResolvable]
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace_run#retry WorkspaceRun#retry}. |
-| retry_attempts
| typing.Union[int, float]
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace_run#retry_attempts WorkspaceRun#retry_attempts}. |
-| retry_backoff_max
| typing.Union[int, float]
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace_run#retry_backoff_max WorkspaceRun#retry_backoff_max}. |
-| retry_backoff_min
| typing.Union[int, float]
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace_run#retry_backoff_min WorkspaceRun#retry_backoff_min}. |
-| wait_for_run
| typing.Union[bool, cdktf.IResolvable]
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace_run#wait_for_run WorkspaceRun#wait_for_run}. |
+| manual_confirm
| typing.Union[bool, cdktf.IResolvable]
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace_run#manual_confirm WorkspaceRun#manual_confirm}. |
+| retry
| typing.Union[bool, cdktf.IResolvable]
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace_run#retry WorkspaceRun#retry}. |
+| retry_attempts
| typing.Union[int, float]
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace_run#retry_attempts WorkspaceRun#retry_attempts}. |
+| retry_backoff_max
| typing.Union[int, float]
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace_run#retry_backoff_max WorkspaceRun#retry_backoff_max}. |
+| retry_backoff_min
| typing.Union[int, float]
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace_run#retry_backoff_min WorkspaceRun#retry_backoff_min}. |
+| wait_for_run
| typing.Union[bool, cdktf.IResolvable]
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace_run#wait_for_run WorkspaceRun#wait_for_run}. |
---
@@ -1347,7 +1347,7 @@ manual_confirm: typing.Union[bool, IResolvable]
- *Type:* typing.Union[bool, cdktf.IResolvable]
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace_run#manual_confirm WorkspaceRun#manual_confirm}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace_run#manual_confirm WorkspaceRun#manual_confirm}.
---
@@ -1359,7 +1359,7 @@ retry: typing.Union[bool, IResolvable]
- *Type:* typing.Union[bool, cdktf.IResolvable]
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace_run#retry WorkspaceRun#retry}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace_run#retry WorkspaceRun#retry}.
---
@@ -1371,7 +1371,7 @@ retry_attempts: typing.Union[int, float]
- *Type:* typing.Union[int, float]
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace_run#retry_attempts WorkspaceRun#retry_attempts}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace_run#retry_attempts WorkspaceRun#retry_attempts}.
---
@@ -1383,7 +1383,7 @@ retry_backoff_max: typing.Union[int, float]
- *Type:* typing.Union[int, float]
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace_run#retry_backoff_max WorkspaceRun#retry_backoff_max}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace_run#retry_backoff_max WorkspaceRun#retry_backoff_max}.
---
@@ -1395,7 +1395,7 @@ retry_backoff_min: typing.Union[int, float]
- *Type:* typing.Union[int, float]
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace_run#retry_backoff_min WorkspaceRun#retry_backoff_min}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace_run#retry_backoff_min WorkspaceRun#retry_backoff_min}.
---
@@ -1407,7 +1407,7 @@ wait_for_run: typing.Union[bool, IResolvable]
- *Type:* typing.Union[bool, cdktf.IResolvable]
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace_run#wait_for_run WorkspaceRun#wait_for_run}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace_run#wait_for_run WorkspaceRun#wait_for_run}.
---
diff --git a/docs/workspaceRun.typescript.md b/docs/workspaceRun.typescript.md
index 851dceef0..1b6de82f1 100644
--- a/docs/workspaceRun.typescript.md
+++ b/docs/workspaceRun.typescript.md
@@ -4,7 +4,7 @@
### WorkspaceRun
-Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace_run tfe_workspace_run}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace_run tfe_workspace_run}.
#### Initializers
@@ -514,7 +514,7 @@ The construct id used in the generated config for the WorkspaceRun to import.
The id of the existing WorkspaceRun that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace_run#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace_run#import import section} in the documentation of this resource for the id to use
---
@@ -811,12 +811,12 @@ const workspaceRunApply: workspaceRun.WorkspaceRunApply = { ... }
| **Name** | **Type** | **Description** |
| --- | --- | --- |
-| manualConfirm
| boolean \| cdktf.IResolvable
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace_run#manual_confirm WorkspaceRun#manual_confirm}. |
-| retry
| boolean \| cdktf.IResolvable
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace_run#retry WorkspaceRun#retry}. |
-| retryAttempts
| number
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace_run#retry_attempts WorkspaceRun#retry_attempts}. |
-| retryBackoffMax
| number
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace_run#retry_backoff_max WorkspaceRun#retry_backoff_max}. |
-| retryBackoffMin
| number
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace_run#retry_backoff_min WorkspaceRun#retry_backoff_min}. |
-| waitForRun
| boolean \| cdktf.IResolvable
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace_run#wait_for_run WorkspaceRun#wait_for_run}. |
+| manualConfirm
| boolean \| cdktf.IResolvable
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace_run#manual_confirm WorkspaceRun#manual_confirm}. |
+| retry
| boolean \| cdktf.IResolvable
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace_run#retry WorkspaceRun#retry}. |
+| retryAttempts
| number
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace_run#retry_attempts WorkspaceRun#retry_attempts}. |
+| retryBackoffMax
| number
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace_run#retry_backoff_max WorkspaceRun#retry_backoff_max}. |
+| retryBackoffMin
| number
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace_run#retry_backoff_min WorkspaceRun#retry_backoff_min}. |
+| waitForRun
| boolean \| cdktf.IResolvable
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace_run#wait_for_run WorkspaceRun#wait_for_run}. |
---
@@ -828,7 +828,7 @@ public readonly manualConfirm: boolean | IResolvable;
- *Type:* boolean | cdktf.IResolvable
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace_run#manual_confirm WorkspaceRun#manual_confirm}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace_run#manual_confirm WorkspaceRun#manual_confirm}.
---
@@ -840,7 +840,7 @@ public readonly retry: boolean | IResolvable;
- *Type:* boolean | cdktf.IResolvable
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace_run#retry WorkspaceRun#retry}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace_run#retry WorkspaceRun#retry}.
---
@@ -852,7 +852,7 @@ public readonly retryAttempts: number;
- *Type:* number
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace_run#retry_attempts WorkspaceRun#retry_attempts}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace_run#retry_attempts WorkspaceRun#retry_attempts}.
---
@@ -864,7 +864,7 @@ public readonly retryBackoffMax: number;
- *Type:* number
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace_run#retry_backoff_max WorkspaceRun#retry_backoff_max}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace_run#retry_backoff_max WorkspaceRun#retry_backoff_max}.
---
@@ -876,7 +876,7 @@ public readonly retryBackoffMin: number;
- *Type:* number
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace_run#retry_backoff_min WorkspaceRun#retry_backoff_min}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace_run#retry_backoff_min WorkspaceRun#retry_backoff_min}.
---
@@ -888,7 +888,7 @@ public readonly waitForRun: boolean | IResolvable;
- *Type:* boolean | cdktf.IResolvable
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace_run#wait_for_run WorkspaceRun#wait_for_run}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace_run#wait_for_run WorkspaceRun#wait_for_run}.
---
@@ -913,10 +913,10 @@ const workspaceRunConfig: workspaceRun.WorkspaceRunConfig = { ... }
| lifecycle
| cdktf.TerraformResourceLifecycle
| *No description.* |
| provider
| cdktf.TerraformProvider
| *No description.* |
| provisioners
| cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[]
| *No description.* |
-| workspaceId
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace_run#workspace_id WorkspaceRun#workspace_id}. |
+| workspaceId
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace_run#workspace_id WorkspaceRun#workspace_id}. |
| apply
| WorkspaceRunApply
| apply block. |
| destroy
| WorkspaceRunDestroy
| destroy block. |
-| id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace_run#id WorkspaceRun#id}. |
+| id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace_run#id WorkspaceRun#id}. |
---
@@ -998,7 +998,7 @@ public readonly workspaceId: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace_run#workspace_id WorkspaceRun#workspace_id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace_run#workspace_id WorkspaceRun#workspace_id}.
---
@@ -1012,7 +1012,7 @@ public readonly apply: WorkspaceRunApply;
apply block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace_run#apply WorkspaceRun#apply}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace_run#apply WorkspaceRun#apply}
---
@@ -1026,7 +1026,7 @@ public readonly destroy: WorkspaceRunDestroy;
destroy block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace_run#destroy WorkspaceRun#destroy}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace_run#destroy WorkspaceRun#destroy}
---
@@ -1038,7 +1038,7 @@ public readonly id: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace_run#id WorkspaceRun#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace_run#id WorkspaceRun#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -1059,12 +1059,12 @@ const workspaceRunDestroy: workspaceRun.WorkspaceRunDestroy = { ... }
| **Name** | **Type** | **Description** |
| --- | --- | --- |
-| manualConfirm
| boolean \| cdktf.IResolvable
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace_run#manual_confirm WorkspaceRun#manual_confirm}. |
-| retry
| boolean \| cdktf.IResolvable
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace_run#retry WorkspaceRun#retry}. |
-| retryAttempts
| number
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace_run#retry_attempts WorkspaceRun#retry_attempts}. |
-| retryBackoffMax
| number
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace_run#retry_backoff_max WorkspaceRun#retry_backoff_max}. |
-| retryBackoffMin
| number
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace_run#retry_backoff_min WorkspaceRun#retry_backoff_min}. |
-| waitForRun
| boolean \| cdktf.IResolvable
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace_run#wait_for_run WorkspaceRun#wait_for_run}. |
+| manualConfirm
| boolean \| cdktf.IResolvable
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace_run#manual_confirm WorkspaceRun#manual_confirm}. |
+| retry
| boolean \| cdktf.IResolvable
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace_run#retry WorkspaceRun#retry}. |
+| retryAttempts
| number
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace_run#retry_attempts WorkspaceRun#retry_attempts}. |
+| retryBackoffMax
| number
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace_run#retry_backoff_max WorkspaceRun#retry_backoff_max}. |
+| retryBackoffMin
| number
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace_run#retry_backoff_min WorkspaceRun#retry_backoff_min}. |
+| waitForRun
| boolean \| cdktf.IResolvable
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace_run#wait_for_run WorkspaceRun#wait_for_run}. |
---
@@ -1076,7 +1076,7 @@ public readonly manualConfirm: boolean | IResolvable;
- *Type:* boolean | cdktf.IResolvable
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace_run#manual_confirm WorkspaceRun#manual_confirm}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace_run#manual_confirm WorkspaceRun#manual_confirm}.
---
@@ -1088,7 +1088,7 @@ public readonly retry: boolean | IResolvable;
- *Type:* boolean | cdktf.IResolvable
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace_run#retry WorkspaceRun#retry}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace_run#retry WorkspaceRun#retry}.
---
@@ -1100,7 +1100,7 @@ public readonly retryAttempts: number;
- *Type:* number
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace_run#retry_attempts WorkspaceRun#retry_attempts}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace_run#retry_attempts WorkspaceRun#retry_attempts}.
---
@@ -1112,7 +1112,7 @@ public readonly retryBackoffMax: number;
- *Type:* number
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace_run#retry_backoff_max WorkspaceRun#retry_backoff_max}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace_run#retry_backoff_max WorkspaceRun#retry_backoff_max}.
---
@@ -1124,7 +1124,7 @@ public readonly retryBackoffMin: number;
- *Type:* number
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace_run#retry_backoff_min WorkspaceRun#retry_backoff_min}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace_run#retry_backoff_min WorkspaceRun#retry_backoff_min}.
---
@@ -1136,7 +1136,7 @@ public readonly waitForRun: boolean | IResolvable;
- *Type:* boolean | cdktf.IResolvable
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace_run#wait_for_run WorkspaceRun#wait_for_run}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace_run#wait_for_run WorkspaceRun#wait_for_run}.
---
diff --git a/docs/workspaceRunTask.csharp.md b/docs/workspaceRunTask.csharp.md
index 4dcab24a8..8eb5f533d 100644
--- a/docs/workspaceRunTask.csharp.md
+++ b/docs/workspaceRunTask.csharp.md
@@ -4,7 +4,7 @@
### WorkspaceRunTask
-Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace_run_task tfe_workspace_run_task}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace_run_task tfe_workspace_run_task}.
#### Initializers
@@ -481,7 +481,7 @@ The construct id used in the generated config for the WorkspaceRunTask to import
The id of the existing WorkspaceRunTask that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace_run_task#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace_run_task#import import section} in the documentation of this resource for the id to use
---
@@ -919,7 +919,7 @@ public string EnforcementLevel { get; set; }
The enforcement level of the task. Valid values are `advisory` and `mandatory`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace_run_task#enforcement_level WorkspaceRunTask#enforcement_level}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace_run_task#enforcement_level WorkspaceRunTask#enforcement_level}
---
@@ -933,7 +933,7 @@ public string TaskId { get; set; }
The id of the Run task to associate to the Workspace.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace_run_task#task_id WorkspaceRunTask#task_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace_run_task#task_id WorkspaceRunTask#task_id}
---
@@ -947,7 +947,7 @@ public string WorkspaceId { get; set; }
The id of the workspace to associate the Run task to.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace_run_task#workspace_id WorkspaceRunTask#workspace_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace_run_task#workspace_id WorkspaceRunTask#workspace_id}
---
@@ -961,7 +961,7 @@ public string Stage { get; set; }
The stage to run the task in. Valid values are `pre_plan`, `post_plan`, `pre_apply` and `post_apply`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace_run_task#stage WorkspaceRunTask#stage}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace_run_task#stage WorkspaceRunTask#stage}
---
@@ -975,7 +975,7 @@ public string[] Stages { get; set; }
The stages to run the task in. Valid values are `pre_plan`, `post_plan`, `pre_apply` and `post_apply`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace_run_task#stages WorkspaceRunTask#stages}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace_run_task#stages WorkspaceRunTask#stages}
---
diff --git a/docs/workspaceRunTask.go.md b/docs/workspaceRunTask.go.md
index d4e1fd8c5..01b7d958b 100644
--- a/docs/workspaceRunTask.go.md
+++ b/docs/workspaceRunTask.go.md
@@ -4,7 +4,7 @@
### WorkspaceRunTask
-Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace_run_task tfe_workspace_run_task}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace_run_task tfe_workspace_run_task}.
#### Initializers
@@ -481,7 +481,7 @@ The construct id used in the generated config for the WorkspaceRunTask to import
The id of the existing WorkspaceRunTask that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace_run_task#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace_run_task#import import section} in the documentation of this resource for the id to use
---
@@ -919,7 +919,7 @@ EnforcementLevel *string
The enforcement level of the task. Valid values are `advisory` and `mandatory`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace_run_task#enforcement_level WorkspaceRunTask#enforcement_level}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace_run_task#enforcement_level WorkspaceRunTask#enforcement_level}
---
@@ -933,7 +933,7 @@ TaskId *string
The id of the Run task to associate to the Workspace.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace_run_task#task_id WorkspaceRunTask#task_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace_run_task#task_id WorkspaceRunTask#task_id}
---
@@ -947,7 +947,7 @@ WorkspaceId *string
The id of the workspace to associate the Run task to.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace_run_task#workspace_id WorkspaceRunTask#workspace_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace_run_task#workspace_id WorkspaceRunTask#workspace_id}
---
@@ -961,7 +961,7 @@ Stage *string
The stage to run the task in. Valid values are `pre_plan`, `post_plan`, `pre_apply` and `post_apply`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace_run_task#stage WorkspaceRunTask#stage}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace_run_task#stage WorkspaceRunTask#stage}
---
@@ -975,7 +975,7 @@ Stages *[]*string
The stages to run the task in. Valid values are `pre_plan`, `post_plan`, `pre_apply` and `post_apply`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace_run_task#stages WorkspaceRunTask#stages}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace_run_task#stages WorkspaceRunTask#stages}
---
diff --git a/docs/workspaceRunTask.java.md b/docs/workspaceRunTask.java.md
index 071b2722c..2d180b349 100644
--- a/docs/workspaceRunTask.java.md
+++ b/docs/workspaceRunTask.java.md
@@ -4,7 +4,7 @@
### WorkspaceRunTask
-Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace_run_task tfe_workspace_run_task}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace_run_task tfe_workspace_run_task}.
#### Initializers
@@ -116,7 +116,7 @@ Must be unique amongst siblings in the same scope
The enforcement level of the task. Valid values are `advisory` and `mandatory`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace_run_task#enforcement_level WorkspaceRunTask#enforcement_level}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace_run_task#enforcement_level WorkspaceRunTask#enforcement_level}
---
@@ -126,7 +126,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
The id of the Run task to associate to the Workspace.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace_run_task#task_id WorkspaceRunTask#task_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace_run_task#task_id WorkspaceRunTask#task_id}
---
@@ -136,7 +136,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
The id of the workspace to associate the Run task to.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace_run_task#workspace_id WorkspaceRunTask#workspace_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace_run_task#workspace_id WorkspaceRunTask#workspace_id}
---
@@ -146,7 +146,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
The stage to run the task in. Valid values are `pre_plan`, `post_plan`, `pre_apply` and `post_apply`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace_run_task#stage WorkspaceRunTask#stage}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace_run_task#stage WorkspaceRunTask#stage}
---
@@ -156,7 +156,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
The stages to run the task in. Valid values are `pre_plan`, `post_plan`, `pre_apply` and `post_apply`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace_run_task#stages WorkspaceRunTask#stages}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace_run_task#stages WorkspaceRunTask#stages}
---
@@ -597,7 +597,7 @@ The construct id used in the generated config for the WorkspaceRunTask to import
The id of the existing WorkspaceRunTask that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace_run_task#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace_run_task#import import section} in the documentation of this resource for the id to use
---
@@ -1039,7 +1039,7 @@ public java.lang.String getEnforcementLevel();
The enforcement level of the task. Valid values are `advisory` and `mandatory`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace_run_task#enforcement_level WorkspaceRunTask#enforcement_level}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace_run_task#enforcement_level WorkspaceRunTask#enforcement_level}
---
@@ -1053,7 +1053,7 @@ public java.lang.String getTaskId();
The id of the Run task to associate to the Workspace.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace_run_task#task_id WorkspaceRunTask#task_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace_run_task#task_id WorkspaceRunTask#task_id}
---
@@ -1067,7 +1067,7 @@ public java.lang.String getWorkspaceId();
The id of the workspace to associate the Run task to.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace_run_task#workspace_id WorkspaceRunTask#workspace_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace_run_task#workspace_id WorkspaceRunTask#workspace_id}
---
@@ -1081,7 +1081,7 @@ public java.lang.String getStage();
The stage to run the task in. Valid values are `pre_plan`, `post_plan`, `pre_apply` and `post_apply`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace_run_task#stage WorkspaceRunTask#stage}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace_run_task#stage WorkspaceRunTask#stage}
---
@@ -1095,7 +1095,7 @@ public java.util.List getStages();
The stages to run the task in. Valid values are `pre_plan`, `post_plan`, `pre_apply` and `post_apply`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace_run_task#stages WorkspaceRunTask#stages}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace_run_task#stages WorkspaceRunTask#stages}
---
diff --git a/docs/workspaceRunTask.python.md b/docs/workspaceRunTask.python.md
index d68f8b8c5..b6c66cb51 100644
--- a/docs/workspaceRunTask.python.md
+++ b/docs/workspaceRunTask.python.md
@@ -4,7 +4,7 @@
### WorkspaceRunTask
-Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace_run_task tfe_workspace_run_task}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace_run_task tfe_workspace_run_task}.
#### Initializers
@@ -114,7 +114,7 @@ Must be unique amongst siblings in the same scope
The enforcement level of the task. Valid values are `advisory` and `mandatory`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace_run_task#enforcement_level WorkspaceRunTask#enforcement_level}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace_run_task#enforcement_level WorkspaceRunTask#enforcement_level}
---
@@ -124,7 +124,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
The id of the Run task to associate to the Workspace.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace_run_task#task_id WorkspaceRunTask#task_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace_run_task#task_id WorkspaceRunTask#task_id}
---
@@ -134,7 +134,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
The id of the workspace to associate the Run task to.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace_run_task#workspace_id WorkspaceRunTask#workspace_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace_run_task#workspace_id WorkspaceRunTask#workspace_id}
---
@@ -144,7 +144,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
The stage to run the task in. Valid values are `pre_plan`, `post_plan`, `pre_apply` and `post_apply`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace_run_task#stage WorkspaceRunTask#stage}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace_run_task#stage WorkspaceRunTask#stage}
---
@@ -154,7 +154,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
The stages to run the task in. Valid values are `pre_plan`, `post_plan`, `pre_apply` and `post_apply`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace_run_task#stages WorkspaceRunTask#stages}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace_run_task#stages WorkspaceRunTask#stages}
---
@@ -641,7 +641,7 @@ The construct id used in the generated config for the WorkspaceRunTask to import
The id of the existing WorkspaceRunTask that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace_run_task#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace_run_task#import import section} in the documentation of this resource for the id to use
---
@@ -1079,7 +1079,7 @@ enforcement_level: str
The enforcement level of the task. Valid values are `advisory` and `mandatory`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace_run_task#enforcement_level WorkspaceRunTask#enforcement_level}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace_run_task#enforcement_level WorkspaceRunTask#enforcement_level}
---
@@ -1093,7 +1093,7 @@ task_id: str
The id of the Run task to associate to the Workspace.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace_run_task#task_id WorkspaceRunTask#task_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace_run_task#task_id WorkspaceRunTask#task_id}
---
@@ -1107,7 +1107,7 @@ workspace_id: str
The id of the workspace to associate the Run task to.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace_run_task#workspace_id WorkspaceRunTask#workspace_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace_run_task#workspace_id WorkspaceRunTask#workspace_id}
---
@@ -1121,7 +1121,7 @@ stage: str
The stage to run the task in. Valid values are `pre_plan`, `post_plan`, `pre_apply` and `post_apply`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace_run_task#stage WorkspaceRunTask#stage}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace_run_task#stage WorkspaceRunTask#stage}
---
@@ -1135,7 +1135,7 @@ stages: typing.List[str]
The stages to run the task in. Valid values are `pre_plan`, `post_plan`, `pre_apply` and `post_apply`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace_run_task#stages WorkspaceRunTask#stages}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace_run_task#stages WorkspaceRunTask#stages}
---
diff --git a/docs/workspaceRunTask.typescript.md b/docs/workspaceRunTask.typescript.md
index 0de2102a6..0badbf8a2 100644
--- a/docs/workspaceRunTask.typescript.md
+++ b/docs/workspaceRunTask.typescript.md
@@ -4,7 +4,7 @@
### WorkspaceRunTask
-Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace_run_task tfe_workspace_run_task}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace_run_task tfe_workspace_run_task}.
#### Initializers
@@ -481,7 +481,7 @@ The construct id used in the generated config for the WorkspaceRunTask to import
The id of the existing WorkspaceRunTask that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace_run_task#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace_run_task#import import section} in the documentation of this resource for the id to use
---
@@ -906,7 +906,7 @@ public readonly enforcementLevel: string;
The enforcement level of the task. Valid values are `advisory` and `mandatory`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace_run_task#enforcement_level WorkspaceRunTask#enforcement_level}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace_run_task#enforcement_level WorkspaceRunTask#enforcement_level}
---
@@ -920,7 +920,7 @@ public readonly taskId: string;
The id of the Run task to associate to the Workspace.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace_run_task#task_id WorkspaceRunTask#task_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace_run_task#task_id WorkspaceRunTask#task_id}
---
@@ -934,7 +934,7 @@ public readonly workspaceId: string;
The id of the workspace to associate the Run task to.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace_run_task#workspace_id WorkspaceRunTask#workspace_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace_run_task#workspace_id WorkspaceRunTask#workspace_id}
---
@@ -948,7 +948,7 @@ public readonly stage: string;
The stage to run the task in. Valid values are `pre_plan`, `post_plan`, `pre_apply` and `post_apply`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace_run_task#stage WorkspaceRunTask#stage}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace_run_task#stage WorkspaceRunTask#stage}
---
@@ -962,7 +962,7 @@ public readonly stages: string[];
The stages to run the task in. Valid values are `pre_plan`, `post_plan`, `pre_apply` and `post_apply`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace_run_task#stages WorkspaceRunTask#stages}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace_run_task#stages WorkspaceRunTask#stages}
---
diff --git a/docs/workspaceSettings.csharp.md b/docs/workspaceSettings.csharp.md
index 8867fec60..74b336864 100644
--- a/docs/workspaceSettings.csharp.md
+++ b/docs/workspaceSettings.csharp.md
@@ -4,7 +4,7 @@
### WorkspaceSettings
-Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace_settings tfe_workspace_settings}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace_settings tfe_workspace_settings}.
#### Initializers
@@ -75,6 +75,8 @@ Must be unique amongst siblings in the same scope
| MoveToId
| Moves this resource to the resource corresponding to "id". |
| ResetAgentPoolId
| *No description.* |
| ResetExecutionMode
| *No description.* |
+| ResetGlobalRemoteState
| *No description.* |
+| ResetRemoteStateConsumerIds
| *No description.* |
---
@@ -378,6 +380,18 @@ private void ResetAgentPoolId()
private void ResetExecutionMode()
```
+##### `ResetGlobalRemoteState`
+
+```csharp
+private void ResetGlobalRemoteState()
+```
+
+##### `ResetRemoteStateConsumerIds`
+
+```csharp
+private void ResetRemoteStateConsumerIds()
+```
+
#### Static Functions
| **Name** | **Description** |
@@ -481,7 +495,7 @@ The construct id used in the generated config for the WorkspaceSettings to impor
The id of the existing WorkspaceSettings that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace_settings#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace_settings#import import section} in the documentation of this resource for the id to use
---
@@ -515,9 +529,13 @@ Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1
| Overwrites
| WorkspaceSettingsOverwritesList
| *No description.* |
| AgentPoolIdInput
| string
| *No description.* |
| ExecutionModeInput
| string
| *No description.* |
+| GlobalRemoteStateInput
| object
| *No description.* |
+| RemoteStateConsumerIdsInput
| string[]
| *No description.* |
| WorkspaceIdInput
| string
| *No description.* |
| AgentPoolId
| string
| *No description.* |
| ExecutionMode
| string
| *No description.* |
+| GlobalRemoteState
| object
| *No description.* |
+| RemoteStateConsumerIds
| string[]
| *No description.* |
| WorkspaceId
| string
| *No description.* |
---
@@ -704,6 +722,26 @@ public string ExecutionModeInput { get; }
---
+##### `GlobalRemoteStateInput`Optional
+
+```csharp
+public object GlobalRemoteStateInput { get; }
+```
+
+- *Type:* object
+
+---
+
+##### `RemoteStateConsumerIdsInput`Optional
+
+```csharp
+public string[] RemoteStateConsumerIdsInput { get; }
+```
+
+- *Type:* string[]
+
+---
+
##### `WorkspaceIdInput`Optional
```csharp
@@ -734,6 +772,26 @@ public string ExecutionMode { get; }
---
+##### `GlobalRemoteState`Required
+
+```csharp
+public object GlobalRemoteState { get; }
+```
+
+- *Type:* object
+
+---
+
+##### `RemoteStateConsumerIds`Required
+
+```csharp
+public string[] RemoteStateConsumerIds { get; }
+```
+
+- *Type:* string[]
+
+---
+
##### `WorkspaceId`Required
```csharp
@@ -781,7 +839,9 @@ new WorkspaceSettingsConfig {
object[] Provisioners = null,
string WorkspaceId,
string AgentPoolId = null,
- string ExecutionMode = null
+ string ExecutionMode = null,
+ object GlobalRemoteState = null,
+ string[] RemoteStateConsumerIds = null
};
```
@@ -796,9 +856,11 @@ new WorkspaceSettingsConfig {
| Lifecycle
| HashiCorp.Cdktf.TerraformResourceLifecycle
| *No description.* |
| Provider
| HashiCorp.Cdktf.TerraformProvider
| *No description.* |
| Provisioners
| object[]
| *No description.* |
-| WorkspaceId
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace_settings#workspace_id WorkspaceSettings#workspace_id}. |
-| AgentPoolId
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace_settings#agent_pool_id WorkspaceSettings#agent_pool_id}. |
-| ExecutionMode
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace_settings#execution_mode WorkspaceSettings#execution_mode}. |
+| WorkspaceId
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace_settings#workspace_id WorkspaceSettings#workspace_id}. |
+| AgentPoolId
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace_settings#agent_pool_id WorkspaceSettings#agent_pool_id}. |
+| ExecutionMode
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace_settings#execution_mode WorkspaceSettings#execution_mode}. |
+| GlobalRemoteState
| object
| Whether the workspace allows all workspaces in the organization to access its state data during runs. |
+| RemoteStateConsumerIds
| string[]
| The set of workspace IDs set as explicit remote state consumers for the given workspace. |
---
@@ -880,7 +942,7 @@ public string WorkspaceId { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace_settings#workspace_id WorkspaceSettings#workspace_id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace_settings#workspace_id WorkspaceSettings#workspace_id}.
---
@@ -892,7 +954,7 @@ public string AgentPoolId { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace_settings#agent_pool_id WorkspaceSettings#agent_pool_id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace_settings#agent_pool_id WorkspaceSettings#agent_pool_id}.
---
@@ -904,7 +966,37 @@ public string ExecutionMode { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace_settings#execution_mode WorkspaceSettings#execution_mode}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace_settings#execution_mode WorkspaceSettings#execution_mode}.
+
+---
+
+##### `GlobalRemoteState`Optional
+
+```csharp
+public object GlobalRemoteState { get; set; }
+```
+
+- *Type:* object
+
+Whether the workspace allows all workspaces in the organization to access its state data during runs.
+
+If false, then only workspaces defined in `remote_state_consumer_ids` can access its state.
+
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace_settings#global_remote_state WorkspaceSettings#global_remote_state}
+
+---
+
+##### `RemoteStateConsumerIds`Optional
+
+```csharp
+public string[] RemoteStateConsumerIds { get; set; }
+```
+
+- *Type:* string[]
+
+The set of workspace IDs set as explicit remote state consumers for the given workspace.
+
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace_settings#remote_state_consumer_ids WorkspaceSettings#remote_state_consumer_ids}
---
diff --git a/docs/workspaceSettings.go.md b/docs/workspaceSettings.go.md
index 317f239c2..f23ae35cb 100644
--- a/docs/workspaceSettings.go.md
+++ b/docs/workspaceSettings.go.md
@@ -4,7 +4,7 @@
### WorkspaceSettings
-Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace_settings tfe_workspace_settings}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace_settings tfe_workspace_settings}.
#### Initializers
@@ -75,6 +75,8 @@ Must be unique amongst siblings in the same scope
| MoveToId
| Moves this resource to the resource corresponding to "id". |
| ResetAgentPoolId
| *No description.* |
| ResetExecutionMode
| *No description.* |
+| ResetGlobalRemoteState
| *No description.* |
+| ResetRemoteStateConsumerIds
| *No description.* |
---
@@ -378,6 +380,18 @@ func ResetAgentPoolId()
func ResetExecutionMode()
```
+##### `ResetGlobalRemoteState`
+
+```go
+func ResetGlobalRemoteState()
+```
+
+##### `ResetRemoteStateConsumerIds`
+
+```go
+func ResetRemoteStateConsumerIds()
+```
+
#### Static Functions
| **Name** | **Description** |
@@ -481,7 +495,7 @@ The construct id used in the generated config for the WorkspaceSettings to impor
The id of the existing WorkspaceSettings that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace_settings#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace_settings#import import section} in the documentation of this resource for the id to use
---
@@ -515,9 +529,13 @@ Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1
| Overwrites
| WorkspaceSettingsOverwritesList
| *No description.* |
| AgentPoolIdInput
| *string
| *No description.* |
| ExecutionModeInput
| *string
| *No description.* |
+| GlobalRemoteStateInput
| interface{}
| *No description.* |
+| RemoteStateConsumerIdsInput
| *[]*string
| *No description.* |
| WorkspaceIdInput
| *string
| *No description.* |
| AgentPoolId
| *string
| *No description.* |
| ExecutionMode
| *string
| *No description.* |
+| GlobalRemoteState
| interface{}
| *No description.* |
+| RemoteStateConsumerIds
| *[]*string
| *No description.* |
| WorkspaceId
| *string
| *No description.* |
---
@@ -704,6 +722,26 @@ func ExecutionModeInput() *string
---
+##### `GlobalRemoteStateInput`Optional
+
+```go
+func GlobalRemoteStateInput() interface{}
+```
+
+- *Type:* interface{}
+
+---
+
+##### `RemoteStateConsumerIdsInput`Optional
+
+```go
+func RemoteStateConsumerIdsInput() *[]*string
+```
+
+- *Type:* *[]*string
+
+---
+
##### `WorkspaceIdInput`Optional
```go
@@ -734,6 +772,26 @@ func ExecutionMode() *string
---
+##### `GlobalRemoteState`Required
+
+```go
+func GlobalRemoteState() interface{}
+```
+
+- *Type:* interface{}
+
+---
+
+##### `RemoteStateConsumerIds`Required
+
+```go
+func RemoteStateConsumerIds() *[]*string
+```
+
+- *Type:* *[]*string
+
+---
+
##### `WorkspaceId`Required
```go
@@ -782,6 +840,8 @@ import "github.com/cdktf/cdktf-provider-tfe-go/tfe/v11/workspacesettings"
WorkspaceId: *string,
AgentPoolId: *string,
ExecutionMode: *string,
+ GlobalRemoteState: interface{},
+ RemoteStateConsumerIds: *[]*string,
}
```
@@ -796,9 +856,11 @@ import "github.com/cdktf/cdktf-provider-tfe-go/tfe/v11/workspacesettings"
| 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.* |
-| WorkspaceId
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace_settings#workspace_id WorkspaceSettings#workspace_id}. |
-| AgentPoolId
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace_settings#agent_pool_id WorkspaceSettings#agent_pool_id}. |
-| ExecutionMode
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace_settings#execution_mode WorkspaceSettings#execution_mode}. |
+| WorkspaceId
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace_settings#workspace_id WorkspaceSettings#workspace_id}. |
+| AgentPoolId
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace_settings#agent_pool_id WorkspaceSettings#agent_pool_id}. |
+| ExecutionMode
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace_settings#execution_mode WorkspaceSettings#execution_mode}. |
+| GlobalRemoteState
| interface{}
| Whether the workspace allows all workspaces in the organization to access its state data during runs. |
+| RemoteStateConsumerIds
| *[]*string
| The set of workspace IDs set as explicit remote state consumers for the given workspace. |
---
@@ -880,7 +942,7 @@ WorkspaceId *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace_settings#workspace_id WorkspaceSettings#workspace_id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace_settings#workspace_id WorkspaceSettings#workspace_id}.
---
@@ -892,7 +954,7 @@ AgentPoolId *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace_settings#agent_pool_id WorkspaceSettings#agent_pool_id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace_settings#agent_pool_id WorkspaceSettings#agent_pool_id}.
---
@@ -904,7 +966,37 @@ ExecutionMode *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace_settings#execution_mode WorkspaceSettings#execution_mode}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace_settings#execution_mode WorkspaceSettings#execution_mode}.
+
+---
+
+##### `GlobalRemoteState`Optional
+
+```go
+GlobalRemoteState interface{}
+```
+
+- *Type:* interface{}
+
+Whether the workspace allows all workspaces in the organization to access its state data during runs.
+
+If false, then only workspaces defined in `remote_state_consumer_ids` can access its state.
+
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace_settings#global_remote_state WorkspaceSettings#global_remote_state}
+
+---
+
+##### `RemoteStateConsumerIds`Optional
+
+```go
+RemoteStateConsumerIds *[]*string
+```
+
+- *Type:* *[]*string
+
+The set of workspace IDs set as explicit remote state consumers for the given workspace.
+
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace_settings#remote_state_consumer_ids WorkspaceSettings#remote_state_consumer_ids}
---
diff --git a/docs/workspaceSettings.java.md b/docs/workspaceSettings.java.md
index e967ca454..e1b196adc 100644
--- a/docs/workspaceSettings.java.md
+++ b/docs/workspaceSettings.java.md
@@ -4,7 +4,7 @@
### WorkspaceSettings
-Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace_settings tfe_workspace_settings}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace_settings tfe_workspace_settings}.
#### Initializers
@@ -26,6 +26,9 @@ WorkspaceSettings.Builder.create(Construct scope, java.lang.String id)
.workspaceId(java.lang.String)
// .agentPoolId(java.lang.String)
// .executionMode(java.lang.String)
+// .globalRemoteState(java.lang.Boolean)
+// .globalRemoteState(IResolvable)
+// .remoteStateConsumerIds(java.util.List)
.build();
```
@@ -40,9 +43,11 @@ WorkspaceSettings.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.* |
-| workspaceId
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace_settings#workspace_id WorkspaceSettings#workspace_id}. |
-| agentPoolId
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace_settings#agent_pool_id WorkspaceSettings#agent_pool_id}. |
-| executionMode
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace_settings#execution_mode WorkspaceSettings#execution_mode}. |
+| workspaceId
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace_settings#workspace_id WorkspaceSettings#workspace_id}. |
+| agentPoolId
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace_settings#agent_pool_id WorkspaceSettings#agent_pool_id}. |
+| executionMode
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace_settings#execution_mode WorkspaceSettings#execution_mode}. |
+| globalRemoteState
| java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
| Whether the workspace allows all workspaces in the organization to access its state data during runs. |
+| remoteStateConsumerIds
| java.util.List
| The set of workspace IDs set as explicit remote state consumers for the given workspace. |
---
@@ -110,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/hashicorp/tfe/0.60.1/docs/resources/workspace_settings#workspace_id WorkspaceSettings#workspace_id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace_settings#workspace_id WorkspaceSettings#workspace_id}.
---
@@ -118,7 +123,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace_settings#agent_pool_id WorkspaceSettings#agent_pool_id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace_settings#agent_pool_id WorkspaceSettings#agent_pool_id}.
---
@@ -126,7 +131,29 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace_settings#execution_mode WorkspaceSettings#execution_mode}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace_settings#execution_mode WorkspaceSettings#execution_mode}.
+
+---
+
+##### `globalRemoteState`Optional
+
+- *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
+
+Whether the workspace allows all workspaces in the organization to access its state data during runs.
+
+If false, then only workspaces defined in `remote_state_consumer_ids` can access its state.
+
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace_settings#global_remote_state WorkspaceSettings#global_remote_state}
+
+---
+
+##### `remoteStateConsumerIds`Optional
+
+- *Type:* java.util.List
+
+The set of workspace IDs set as explicit remote state consumers for the given workspace.
+
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace_settings#remote_state_consumer_ids WorkspaceSettings#remote_state_consumer_ids}
---
@@ -159,6 +186,8 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
| moveToId
| Moves this resource to the resource corresponding to "id". |
| resetAgentPoolId
| *No description.* |
| resetExecutionMode
| *No description.* |
+| resetGlobalRemoteState
| *No description.* |
+| resetRemoteStateConsumerIds
| *No description.* |
---
@@ -464,6 +493,18 @@ public void resetAgentPoolId()
public void resetExecutionMode()
```
+##### `resetGlobalRemoteState`
+
+```java
+public void resetGlobalRemoteState()
+```
+
+##### `resetRemoteStateConsumerIds`
+
+```java
+public void resetRemoteStateConsumerIds()
+```
+
#### Static Functions
| **Name** | **Description** |
@@ -567,7 +608,7 @@ The construct id used in the generated config for the WorkspaceSettings to impor
The id of the existing WorkspaceSettings that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace_settings#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace_settings#import import section} in the documentation of this resource for the id to use
---
@@ -601,9 +642,13 @@ Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1
| overwrites
| WorkspaceSettingsOverwritesList
| *No description.* |
| agentPoolIdInput
| java.lang.String
| *No description.* |
| executionModeInput
| java.lang.String
| *No description.* |
+| globalRemoteStateInput
| java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
| *No description.* |
+| remoteStateConsumerIdsInput
| java.util.List
| *No description.* |
| workspaceIdInput
| java.lang.String
| *No description.* |
| agentPoolId
| java.lang.String
| *No description.* |
| executionMode
| java.lang.String
| *No description.* |
+| globalRemoteState
| java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
| *No description.* |
+| remoteStateConsumerIds
| java.util.List
| *No description.* |
| workspaceId
| java.lang.String
| *No description.* |
---
@@ -790,6 +835,26 @@ public java.lang.String getExecutionModeInput();
---
+##### `globalRemoteStateInput`Optional
+
+```java
+public java.lang.Object getGlobalRemoteStateInput();
+```
+
+- *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
+
+---
+
+##### `remoteStateConsumerIdsInput`Optional
+
+```java
+public java.util.List getRemoteStateConsumerIdsInput();
+```
+
+- *Type:* java.util.List
+
+---
+
##### `workspaceIdInput`Optional
```java
@@ -820,6 +885,26 @@ public java.lang.String getExecutionMode();
---
+##### `globalRemoteState`Required
+
+```java
+public java.lang.Object getGlobalRemoteState();
+```
+
+- *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
+
+---
+
+##### `remoteStateConsumerIds`Required
+
+```java
+public java.util.List getRemoteStateConsumerIds();
+```
+
+- *Type:* java.util.List
+
+---
+
##### `workspaceId`Required
```java
@@ -872,6 +957,9 @@ WorkspaceSettingsConfig.builder()
.workspaceId(java.lang.String)
// .agentPoolId(java.lang.String)
// .executionMode(java.lang.String)
+// .globalRemoteState(java.lang.Boolean)
+// .globalRemoteState(IResolvable)
+// .remoteStateConsumerIds(java.util.List)
.build();
```
@@ -886,9 +974,11 @@ WorkspaceSettingsConfig.builder()
| lifecycle
| com.hashicorp.cdktf.TerraformResourceLifecycle
| *No description.* |
| provider
| com.hashicorp.cdktf.TerraformProvider
| *No description.* |
| provisioners
| java.util.List
| *No description.* |
-| workspaceId
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace_settings#workspace_id WorkspaceSettings#workspace_id}. |
-| agentPoolId
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace_settings#agent_pool_id WorkspaceSettings#agent_pool_id}. |
-| executionMode
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace_settings#execution_mode WorkspaceSettings#execution_mode}. |
+| workspaceId
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace_settings#workspace_id WorkspaceSettings#workspace_id}. |
+| agentPoolId
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace_settings#agent_pool_id WorkspaceSettings#agent_pool_id}. |
+| executionMode
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace_settings#execution_mode WorkspaceSettings#execution_mode}. |
+| globalRemoteState
| java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
| Whether the workspace allows all workspaces in the organization to access its state data during runs. |
+| remoteStateConsumerIds
| java.util.List
| The set of workspace IDs set as explicit remote state consumers for the given workspace. |
---
@@ -970,7 +1060,7 @@ public java.lang.String getWorkspaceId();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace_settings#workspace_id WorkspaceSettings#workspace_id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace_settings#workspace_id WorkspaceSettings#workspace_id}.
---
@@ -982,7 +1072,7 @@ public java.lang.String getAgentPoolId();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace_settings#agent_pool_id WorkspaceSettings#agent_pool_id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace_settings#agent_pool_id WorkspaceSettings#agent_pool_id}.
---
@@ -994,7 +1084,37 @@ public java.lang.String getExecutionMode();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace_settings#execution_mode WorkspaceSettings#execution_mode}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace_settings#execution_mode WorkspaceSettings#execution_mode}.
+
+---
+
+##### `globalRemoteState`Optional
+
+```java
+public java.lang.Object getGlobalRemoteState();
+```
+
+- *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
+
+Whether the workspace allows all workspaces in the organization to access its state data during runs.
+
+If false, then only workspaces defined in `remote_state_consumer_ids` can access its state.
+
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace_settings#global_remote_state WorkspaceSettings#global_remote_state}
+
+---
+
+##### `remoteStateConsumerIds`Optional
+
+```java
+public java.util.List getRemoteStateConsumerIds();
+```
+
+- *Type:* java.util.List
+
+The set of workspace IDs set as explicit remote state consumers for the given workspace.
+
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace_settings#remote_state_consumer_ids WorkspaceSettings#remote_state_consumer_ids}
---
diff --git a/docs/workspaceSettings.python.md b/docs/workspaceSettings.python.md
index e8366c513..aaada5df5 100644
--- a/docs/workspaceSettings.python.md
+++ b/docs/workspaceSettings.python.md
@@ -4,7 +4,7 @@
### WorkspaceSettings
-Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace_settings tfe_workspace_settings}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace_settings tfe_workspace_settings}.
#### Initializers
@@ -23,7 +23,9 @@ workspaceSettings.WorkspaceSettings(
provisioners: typing.List[typing.Union[FileProvisioner, LocalExecProvisioner, RemoteExecProvisioner]] = None,
workspace_id: str,
agent_pool_id: str = None,
- execution_mode: str = None
+ execution_mode: str = None,
+ global_remote_state: typing.Union[bool, IResolvable] = None,
+ remote_state_consumer_ids: typing.List[str] = None
)
```
@@ -38,9 +40,11 @@ workspaceSettings.WorkspaceSettings(
| lifecycle
| cdktf.TerraformResourceLifecycle
| *No description.* |
| provider
| cdktf.TerraformProvider
| *No description.* |
| provisioners
| typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]]
| *No description.* |
-| workspace_id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace_settings#workspace_id WorkspaceSettings#workspace_id}. |
-| agent_pool_id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace_settings#agent_pool_id WorkspaceSettings#agent_pool_id}. |
-| execution_mode
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace_settings#execution_mode WorkspaceSettings#execution_mode}. |
+| workspace_id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace_settings#workspace_id WorkspaceSettings#workspace_id}. |
+| agent_pool_id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace_settings#agent_pool_id WorkspaceSettings#agent_pool_id}. |
+| execution_mode
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace_settings#execution_mode WorkspaceSettings#execution_mode}. |
+| global_remote_state
| typing.Union[bool, cdktf.IResolvable]
| Whether the workspace allows all workspaces in the organization to access its state data during runs. |
+| remote_state_consumer_ids
| typing.List[str]
| The set of workspace IDs set as explicit remote state consumers for the given workspace. |
---
@@ -108,7 +112,7 @@ Must be unique amongst siblings in the same scope
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace_settings#workspace_id WorkspaceSettings#workspace_id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace_settings#workspace_id WorkspaceSettings#workspace_id}.
---
@@ -116,7 +120,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace_settings#agent_pool_id WorkspaceSettings#agent_pool_id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace_settings#agent_pool_id WorkspaceSettings#agent_pool_id}.
---
@@ -124,7 +128,29 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace_settings#execution_mode WorkspaceSettings#execution_mode}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace_settings#execution_mode WorkspaceSettings#execution_mode}.
+
+---
+
+##### `global_remote_state`Optional
+
+- *Type:* typing.Union[bool, cdktf.IResolvable]
+
+Whether the workspace allows all workspaces in the organization to access its state data during runs.
+
+If false, then only workspaces defined in `remote_state_consumer_ids` can access its state.
+
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace_settings#global_remote_state WorkspaceSettings#global_remote_state}
+
+---
+
+##### `remote_state_consumer_ids`Optional
+
+- *Type:* typing.List[str]
+
+The set of workspace IDs set as explicit remote state consumers for the given workspace.
+
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace_settings#remote_state_consumer_ids WorkspaceSettings#remote_state_consumer_ids}
---
@@ -157,6 +183,8 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
| move_to_id
| Moves this resource to the resource corresponding to "id". |
| reset_agent_pool_id
| *No description.* |
| reset_execution_mode
| *No description.* |
+| reset_global_remote_state
| *No description.* |
+| reset_remote_state_consumer_ids
| *No description.* |
---
@@ -497,6 +525,18 @@ def reset_agent_pool_id() -> None
def reset_execution_mode() -> None
```
+##### `reset_global_remote_state`
+
+```python
+def reset_global_remote_state() -> None
+```
+
+##### `reset_remote_state_consumer_ids`
+
+```python
+def reset_remote_state_consumer_ids() -> None
+```
+
#### Static Functions
| **Name** | **Description** |
@@ -611,7 +651,7 @@ The construct id used in the generated config for the WorkspaceSettings to impor
The id of the existing WorkspaceSettings that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace_settings#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace_settings#import import section} in the documentation of this resource for the id to use
---
@@ -645,9 +685,13 @@ Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1
| overwrites
| WorkspaceSettingsOverwritesList
| *No description.* |
| agent_pool_id_input
| str
| *No description.* |
| execution_mode_input
| str
| *No description.* |
+| global_remote_state_input
| typing.Union[bool, cdktf.IResolvable]
| *No description.* |
+| remote_state_consumer_ids_input
| typing.List[str]
| *No description.* |
| workspace_id_input
| str
| *No description.* |
| agent_pool_id
| str
| *No description.* |
| execution_mode
| str
| *No description.* |
+| global_remote_state
| typing.Union[bool, cdktf.IResolvable]
| *No description.* |
+| remote_state_consumer_ids
| typing.List[str]
| *No description.* |
| workspace_id
| str
| *No description.* |
---
@@ -834,6 +878,26 @@ execution_mode_input: str
---
+##### `global_remote_state_input`Optional
+
+```python
+global_remote_state_input: typing.Union[bool, IResolvable]
+```
+
+- *Type:* typing.Union[bool, cdktf.IResolvable]
+
+---
+
+##### `remote_state_consumer_ids_input`Optional
+
+```python
+remote_state_consumer_ids_input: typing.List[str]
+```
+
+- *Type:* typing.List[str]
+
+---
+
##### `workspace_id_input`Optional
```python
@@ -864,6 +928,26 @@ execution_mode: str
---
+##### `global_remote_state`Required
+
+```python
+global_remote_state: typing.Union[bool, IResolvable]
+```
+
+- *Type:* typing.Union[bool, cdktf.IResolvable]
+
+---
+
+##### `remote_state_consumer_ids`Required
+
+```python
+remote_state_consumer_ids: typing.List[str]
+```
+
+- *Type:* typing.List[str]
+
+---
+
##### `workspace_id`Required
```python
@@ -911,7 +995,9 @@ workspaceSettings.WorkspaceSettingsConfig(
provisioners: typing.List[typing.Union[FileProvisioner, LocalExecProvisioner, RemoteExecProvisioner]] = None,
workspace_id: str,
agent_pool_id: str = None,
- execution_mode: str = None
+ execution_mode: str = None,
+ global_remote_state: typing.Union[bool, IResolvable] = None,
+ remote_state_consumer_ids: typing.List[str] = None
)
```
@@ -926,9 +1012,11 @@ workspaceSettings.WorkspaceSettingsConfig(
| lifecycle
| cdktf.TerraformResourceLifecycle
| *No description.* |
| provider
| cdktf.TerraformProvider
| *No description.* |
| provisioners
| typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]]
| *No description.* |
-| workspace_id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace_settings#workspace_id WorkspaceSettings#workspace_id}. |
-| agent_pool_id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace_settings#agent_pool_id WorkspaceSettings#agent_pool_id}. |
-| execution_mode
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace_settings#execution_mode WorkspaceSettings#execution_mode}. |
+| workspace_id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace_settings#workspace_id WorkspaceSettings#workspace_id}. |
+| agent_pool_id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace_settings#agent_pool_id WorkspaceSettings#agent_pool_id}. |
+| execution_mode
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace_settings#execution_mode WorkspaceSettings#execution_mode}. |
+| global_remote_state
| typing.Union[bool, cdktf.IResolvable]
| Whether the workspace allows all workspaces in the organization to access its state data during runs. |
+| remote_state_consumer_ids
| typing.List[str]
| The set of workspace IDs set as explicit remote state consumers for the given workspace. |
---
@@ -1010,7 +1098,7 @@ workspace_id: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace_settings#workspace_id WorkspaceSettings#workspace_id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace_settings#workspace_id WorkspaceSettings#workspace_id}.
---
@@ -1022,7 +1110,7 @@ agent_pool_id: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace_settings#agent_pool_id WorkspaceSettings#agent_pool_id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace_settings#agent_pool_id WorkspaceSettings#agent_pool_id}.
---
@@ -1034,7 +1122,37 @@ execution_mode: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace_settings#execution_mode WorkspaceSettings#execution_mode}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace_settings#execution_mode WorkspaceSettings#execution_mode}.
+
+---
+
+##### `global_remote_state`Optional
+
+```python
+global_remote_state: typing.Union[bool, IResolvable]
+```
+
+- *Type:* typing.Union[bool, cdktf.IResolvable]
+
+Whether the workspace allows all workspaces in the organization to access its state data during runs.
+
+If false, then only workspaces defined in `remote_state_consumer_ids` can access its state.
+
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace_settings#global_remote_state WorkspaceSettings#global_remote_state}
+
+---
+
+##### `remote_state_consumer_ids`Optional
+
+```python
+remote_state_consumer_ids: typing.List[str]
+```
+
+- *Type:* typing.List[str]
+
+The set of workspace IDs set as explicit remote state consumers for the given workspace.
+
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace_settings#remote_state_consumer_ids WorkspaceSettings#remote_state_consumer_ids}
---
diff --git a/docs/workspaceSettings.typescript.md b/docs/workspaceSettings.typescript.md
index 1d4a1b67a..ccc4dfc35 100644
--- a/docs/workspaceSettings.typescript.md
+++ b/docs/workspaceSettings.typescript.md
@@ -4,7 +4,7 @@
### WorkspaceSettings
-Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace_settings tfe_workspace_settings}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace_settings tfe_workspace_settings}.
#### Initializers
@@ -75,6 +75,8 @@ Must be unique amongst siblings in the same scope
| moveToId
| Moves this resource to the resource corresponding to "id". |
| resetAgentPoolId
| *No description.* |
| resetExecutionMode
| *No description.* |
+| resetGlobalRemoteState
| *No description.* |
+| resetRemoteStateConsumerIds
| *No description.* |
---
@@ -378,6 +380,18 @@ public resetAgentPoolId(): void
public resetExecutionMode(): void
```
+##### `resetGlobalRemoteState`
+
+```typescript
+public resetGlobalRemoteState(): void
+```
+
+##### `resetRemoteStateConsumerIds`
+
+```typescript
+public resetRemoteStateConsumerIds(): void
+```
+
#### Static Functions
| **Name** | **Description** |
@@ -481,7 +495,7 @@ The construct id used in the generated config for the WorkspaceSettings to impor
The id of the existing WorkspaceSettings that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace_settings#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace_settings#import import section} in the documentation of this resource for the id to use
---
@@ -515,9 +529,13 @@ Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1
| overwrites
| WorkspaceSettingsOverwritesList
| *No description.* |
| agentPoolIdInput
| string
| *No description.* |
| executionModeInput
| string
| *No description.* |
+| globalRemoteStateInput
| boolean \| cdktf.IResolvable
| *No description.* |
+| remoteStateConsumerIdsInput
| string[]
| *No description.* |
| workspaceIdInput
| string
| *No description.* |
| agentPoolId
| string
| *No description.* |
| executionMode
| string
| *No description.* |
+| globalRemoteState
| boolean \| cdktf.IResolvable
| *No description.* |
+| remoteStateConsumerIds
| string[]
| *No description.* |
| workspaceId
| string
| *No description.* |
---
@@ -704,6 +722,26 @@ public readonly executionModeInput: string;
---
+##### `globalRemoteStateInput`Optional
+
+```typescript
+public readonly globalRemoteStateInput: boolean | IResolvable;
+```
+
+- *Type:* boolean | cdktf.IResolvable
+
+---
+
+##### `remoteStateConsumerIdsInput`Optional
+
+```typescript
+public readonly remoteStateConsumerIdsInput: string[];
+```
+
+- *Type:* string[]
+
+---
+
##### `workspaceIdInput`Optional
```typescript
@@ -734,6 +772,26 @@ public readonly executionMode: string;
---
+##### `globalRemoteState`Required
+
+```typescript
+public readonly globalRemoteState: boolean | IResolvable;
+```
+
+- *Type:* boolean | cdktf.IResolvable
+
+---
+
+##### `remoteStateConsumerIds`Required
+
+```typescript
+public readonly remoteStateConsumerIds: string[];
+```
+
+- *Type:* string[]
+
+---
+
##### `workspaceId`Required
```typescript
@@ -785,9 +843,11 @@ const workspaceSettingsConfig: workspaceSettings.WorkspaceSettingsConfig = { ...
| lifecycle
| cdktf.TerraformResourceLifecycle
| *No description.* |
| provider
| cdktf.TerraformProvider
| *No description.* |
| provisioners
| cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[]
| *No description.* |
-| workspaceId
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace_settings#workspace_id WorkspaceSettings#workspace_id}. |
-| agentPoolId
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace_settings#agent_pool_id WorkspaceSettings#agent_pool_id}. |
-| executionMode
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace_settings#execution_mode WorkspaceSettings#execution_mode}. |
+| workspaceId
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace_settings#workspace_id WorkspaceSettings#workspace_id}. |
+| agentPoolId
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace_settings#agent_pool_id WorkspaceSettings#agent_pool_id}. |
+| executionMode
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace_settings#execution_mode WorkspaceSettings#execution_mode}. |
+| globalRemoteState
| boolean \| cdktf.IResolvable
| Whether the workspace allows all workspaces in the organization to access its state data during runs. |
+| remoteStateConsumerIds
| string[]
| The set of workspace IDs set as explicit remote state consumers for the given workspace. |
---
@@ -869,7 +929,7 @@ public readonly workspaceId: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace_settings#workspace_id WorkspaceSettings#workspace_id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace_settings#workspace_id WorkspaceSettings#workspace_id}.
---
@@ -881,7 +941,7 @@ public readonly agentPoolId: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace_settings#agent_pool_id WorkspaceSettings#agent_pool_id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace_settings#agent_pool_id WorkspaceSettings#agent_pool_id}.
---
@@ -893,7 +953,37 @@ public readonly executionMode: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace_settings#execution_mode WorkspaceSettings#execution_mode}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace_settings#execution_mode WorkspaceSettings#execution_mode}.
+
+---
+
+##### `globalRemoteState`Optional
+
+```typescript
+public readonly globalRemoteState: boolean | IResolvable;
+```
+
+- *Type:* boolean | cdktf.IResolvable
+
+Whether the workspace allows all workspaces in the organization to access its state data during runs.
+
+If false, then only workspaces defined in `remote_state_consumer_ids` can access its state.
+
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace_settings#global_remote_state WorkspaceSettings#global_remote_state}
+
+---
+
+##### `remoteStateConsumerIds`Optional
+
+```typescript
+public readonly remoteStateConsumerIds: string[];
+```
+
+- *Type:* string[]
+
+The set of workspace IDs set as explicit remote state consumers for the given workspace.
+
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace_settings#remote_state_consumer_ids WorkspaceSettings#remote_state_consumer_ids}
---
diff --git a/docs/workspaceVariableSet.csharp.md b/docs/workspaceVariableSet.csharp.md
index ccb0d0015..49bf56eb9 100644
--- a/docs/workspaceVariableSet.csharp.md
+++ b/docs/workspaceVariableSet.csharp.md
@@ -4,7 +4,7 @@
### WorkspaceVariableSet
-Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace_variable_set tfe_workspace_variable_set}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace_variable_set tfe_workspace_variable_set}.
#### Initializers
@@ -474,7 +474,7 @@ The construct id used in the generated config for the WorkspaceVariableSet to im
The id of the existing WorkspaceVariableSet that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace_variable_set#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace_variable_set#import import section} in the documentation of this resource for the id to use
---
@@ -767,9 +767,9 @@ new WorkspaceVariableSetConfig {
| Lifecycle
| HashiCorp.Cdktf.TerraformResourceLifecycle
| *No description.* |
| Provider
| HashiCorp.Cdktf.TerraformProvider
| *No description.* |
| Provisioners
| object[]
| *No description.* |
-| VariableSetId
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace_variable_set#variable_set_id WorkspaceVariableSet#variable_set_id}. |
-| WorkspaceId
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace_variable_set#workspace_id WorkspaceVariableSet#workspace_id}. |
-| Id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace_variable_set#id WorkspaceVariableSet#id}. |
+| VariableSetId
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace_variable_set#variable_set_id WorkspaceVariableSet#variable_set_id}. |
+| WorkspaceId
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace_variable_set#workspace_id WorkspaceVariableSet#workspace_id}. |
+| Id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace_variable_set#id WorkspaceVariableSet#id}. |
---
@@ -851,7 +851,7 @@ public string VariableSetId { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace_variable_set#variable_set_id WorkspaceVariableSet#variable_set_id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace_variable_set#variable_set_id WorkspaceVariableSet#variable_set_id}.
---
@@ -863,7 +863,7 @@ public string WorkspaceId { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace_variable_set#workspace_id WorkspaceVariableSet#workspace_id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace_variable_set#workspace_id WorkspaceVariableSet#workspace_id}.
---
@@ -875,7 +875,7 @@ public string Id { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace_variable_set#id WorkspaceVariableSet#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace_variable_set#id WorkspaceVariableSet#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
diff --git a/docs/workspaceVariableSet.go.md b/docs/workspaceVariableSet.go.md
index 9d72a7629..e3282a90b 100644
--- a/docs/workspaceVariableSet.go.md
+++ b/docs/workspaceVariableSet.go.md
@@ -4,7 +4,7 @@
### WorkspaceVariableSet
-Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace_variable_set tfe_workspace_variable_set}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace_variable_set tfe_workspace_variable_set}.
#### Initializers
@@ -474,7 +474,7 @@ The construct id used in the generated config for the WorkspaceVariableSet to im
The id of the existing WorkspaceVariableSet that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace_variable_set#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace_variable_set#import import section} in the documentation of this resource for the id to use
---
@@ -767,9 +767,9 @@ import "github.com/cdktf/cdktf-provider-tfe-go/tfe/v11/workspacevariableset"
| 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.* |
-| VariableSetId
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace_variable_set#variable_set_id WorkspaceVariableSet#variable_set_id}. |
-| WorkspaceId
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace_variable_set#workspace_id WorkspaceVariableSet#workspace_id}. |
-| Id
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace_variable_set#id WorkspaceVariableSet#id}. |
+| VariableSetId
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace_variable_set#variable_set_id WorkspaceVariableSet#variable_set_id}. |
+| WorkspaceId
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace_variable_set#workspace_id WorkspaceVariableSet#workspace_id}. |
+| Id
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace_variable_set#id WorkspaceVariableSet#id}. |
---
@@ -851,7 +851,7 @@ VariableSetId *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace_variable_set#variable_set_id WorkspaceVariableSet#variable_set_id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace_variable_set#variable_set_id WorkspaceVariableSet#variable_set_id}.
---
@@ -863,7 +863,7 @@ WorkspaceId *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace_variable_set#workspace_id WorkspaceVariableSet#workspace_id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace_variable_set#workspace_id WorkspaceVariableSet#workspace_id}.
---
@@ -875,7 +875,7 @@ Id *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace_variable_set#id WorkspaceVariableSet#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace_variable_set#id WorkspaceVariableSet#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
diff --git a/docs/workspaceVariableSet.java.md b/docs/workspaceVariableSet.java.md
index 75fbe7d78..96a3f7911 100644
--- a/docs/workspaceVariableSet.java.md
+++ b/docs/workspaceVariableSet.java.md
@@ -4,7 +4,7 @@
### WorkspaceVariableSet
-Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace_variable_set tfe_workspace_variable_set}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace_variable_set tfe_workspace_variable_set}.
#### Initializers
@@ -40,9 +40,9 @@ WorkspaceVariableSet.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.* |
-| variableSetId
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace_variable_set#variable_set_id WorkspaceVariableSet#variable_set_id}. |
-| workspaceId
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace_variable_set#workspace_id WorkspaceVariableSet#workspace_id}. |
-| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace_variable_set#id WorkspaceVariableSet#id}. |
+| variableSetId
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace_variable_set#variable_set_id WorkspaceVariableSet#variable_set_id}. |
+| workspaceId
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace_variable_set#workspace_id WorkspaceVariableSet#workspace_id}. |
+| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace_variable_set#id WorkspaceVariableSet#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/hashicorp/tfe/0.60.1/docs/resources/workspace_variable_set#variable_set_id WorkspaceVariableSet#variable_set_id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace_variable_set#variable_set_id WorkspaceVariableSet#variable_set_id}.
---
@@ -118,7 +118,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace_variable_set#workspace_id WorkspaceVariableSet#workspace_id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace_variable_set#workspace_id WorkspaceVariableSet#workspace_id}.
---
@@ -126,7 +126,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace_variable_set#id WorkspaceVariableSet#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace_variable_set#id WorkspaceVariableSet#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -563,7 +563,7 @@ The construct id used in the generated config for the WorkspaceVariableSet to im
The id of the existing WorkspaceVariableSet that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace_variable_set#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace_variable_set#import import section} in the documentation of this resource for the id to use
---
@@ -860,9 +860,9 @@ WorkspaceVariableSetConfig.builder()
| lifecycle
| com.hashicorp.cdktf.TerraformResourceLifecycle
| *No description.* |
| provider
| com.hashicorp.cdktf.TerraformProvider
| *No description.* |
| provisioners
| java.util.List
| *No description.* |
-| variableSetId
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace_variable_set#variable_set_id WorkspaceVariableSet#variable_set_id}. |
-| workspaceId
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace_variable_set#workspace_id WorkspaceVariableSet#workspace_id}. |
-| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace_variable_set#id WorkspaceVariableSet#id}. |
+| variableSetId
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace_variable_set#variable_set_id WorkspaceVariableSet#variable_set_id}. |
+| workspaceId
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace_variable_set#workspace_id WorkspaceVariableSet#workspace_id}. |
+| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace_variable_set#id WorkspaceVariableSet#id}. |
---
@@ -944,7 +944,7 @@ public java.lang.String getVariableSetId();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace_variable_set#variable_set_id WorkspaceVariableSet#variable_set_id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace_variable_set#variable_set_id WorkspaceVariableSet#variable_set_id}.
---
@@ -956,7 +956,7 @@ public java.lang.String getWorkspaceId();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace_variable_set#workspace_id WorkspaceVariableSet#workspace_id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace_variable_set#workspace_id WorkspaceVariableSet#workspace_id}.
---
@@ -968,7 +968,7 @@ public java.lang.String getId();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace_variable_set#id WorkspaceVariableSet#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace_variable_set#id WorkspaceVariableSet#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
diff --git a/docs/workspaceVariableSet.python.md b/docs/workspaceVariableSet.python.md
index e7d92e486..30d20fb01 100644
--- a/docs/workspaceVariableSet.python.md
+++ b/docs/workspaceVariableSet.python.md
@@ -4,7 +4,7 @@
### WorkspaceVariableSet
-Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace_variable_set tfe_workspace_variable_set}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace_variable_set tfe_workspace_variable_set}.
#### Initializers
@@ -38,9 +38,9 @@ workspaceVariableSet.WorkspaceVariableSet(
| lifecycle
| cdktf.TerraformResourceLifecycle
| *No description.* |
| provider
| cdktf.TerraformProvider
| *No description.* |
| provisioners
| typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]]
| *No description.* |
-| variable_set_id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace_variable_set#variable_set_id WorkspaceVariableSet#variable_set_id}. |
-| workspace_id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace_variable_set#workspace_id WorkspaceVariableSet#workspace_id}. |
-| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace_variable_set#id WorkspaceVariableSet#id}. |
+| variable_set_id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace_variable_set#variable_set_id WorkspaceVariableSet#variable_set_id}. |
+| workspace_id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace_variable_set#workspace_id WorkspaceVariableSet#workspace_id}. |
+| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace_variable_set#id WorkspaceVariableSet#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/hashicorp/tfe/0.60.1/docs/resources/workspace_variable_set#variable_set_id WorkspaceVariableSet#variable_set_id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace_variable_set#variable_set_id WorkspaceVariableSet#variable_set_id}.
---
@@ -116,7 +116,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace_variable_set#workspace_id WorkspaceVariableSet#workspace_id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace_variable_set#workspace_id WorkspaceVariableSet#workspace_id}.
---
@@ -124,7 +124,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace_variable_set#id WorkspaceVariableSet#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace_variable_set#id WorkspaceVariableSet#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -607,7 +607,7 @@ The construct id used in the generated config for the WorkspaceVariableSet to im
The id of the existing WorkspaceVariableSet that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace_variable_set#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace_variable_set#import import section} in the documentation of this resource for the id to use
---
@@ -900,9 +900,9 @@ workspaceVariableSet.WorkspaceVariableSetConfig(
| lifecycle
| cdktf.TerraformResourceLifecycle
| *No description.* |
| provider
| cdktf.TerraformProvider
| *No description.* |
| provisioners
| typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]]
| *No description.* |
-| variable_set_id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace_variable_set#variable_set_id WorkspaceVariableSet#variable_set_id}. |
-| workspace_id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace_variable_set#workspace_id WorkspaceVariableSet#workspace_id}. |
-| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace_variable_set#id WorkspaceVariableSet#id}. |
+| variable_set_id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace_variable_set#variable_set_id WorkspaceVariableSet#variable_set_id}. |
+| workspace_id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace_variable_set#workspace_id WorkspaceVariableSet#workspace_id}. |
+| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace_variable_set#id WorkspaceVariableSet#id}. |
---
@@ -984,7 +984,7 @@ variable_set_id: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace_variable_set#variable_set_id WorkspaceVariableSet#variable_set_id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace_variable_set#variable_set_id WorkspaceVariableSet#variable_set_id}.
---
@@ -996,7 +996,7 @@ workspace_id: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace_variable_set#workspace_id WorkspaceVariableSet#workspace_id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace_variable_set#workspace_id WorkspaceVariableSet#workspace_id}.
---
@@ -1008,7 +1008,7 @@ id: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace_variable_set#id WorkspaceVariableSet#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace_variable_set#id WorkspaceVariableSet#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
diff --git a/docs/workspaceVariableSet.typescript.md b/docs/workspaceVariableSet.typescript.md
index b32ad534e..1a201974c 100644
--- a/docs/workspaceVariableSet.typescript.md
+++ b/docs/workspaceVariableSet.typescript.md
@@ -4,7 +4,7 @@
### WorkspaceVariableSet
-Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace_variable_set tfe_workspace_variable_set}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace_variable_set tfe_workspace_variable_set}.
#### Initializers
@@ -474,7 +474,7 @@ The construct id used in the generated config for the WorkspaceVariableSet to im
The id of the existing WorkspaceVariableSet that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace_variable_set#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace_variable_set#import import section} in the documentation of this resource for the id to use
---
@@ -756,9 +756,9 @@ const workspaceVariableSetConfig: workspaceVariableSet.WorkspaceVariableSetConfi
| lifecycle
| cdktf.TerraformResourceLifecycle
| *No description.* |
| provider
| cdktf.TerraformProvider
| *No description.* |
| provisioners
| cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[]
| *No description.* |
-| variableSetId
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace_variable_set#variable_set_id WorkspaceVariableSet#variable_set_id}. |
-| workspaceId
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace_variable_set#workspace_id WorkspaceVariableSet#workspace_id}. |
-| id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace_variable_set#id WorkspaceVariableSet#id}. |
+| variableSetId
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace_variable_set#variable_set_id WorkspaceVariableSet#variable_set_id}. |
+| workspaceId
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace_variable_set#workspace_id WorkspaceVariableSet#workspace_id}. |
+| id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace_variable_set#id WorkspaceVariableSet#id}. |
---
@@ -840,7 +840,7 @@ public readonly variableSetId: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace_variable_set#variable_set_id WorkspaceVariableSet#variable_set_id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace_variable_set#variable_set_id WorkspaceVariableSet#variable_set_id}.
---
@@ -852,7 +852,7 @@ public readonly workspaceId: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace_variable_set#workspace_id WorkspaceVariableSet#workspace_id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace_variable_set#workspace_id WorkspaceVariableSet#workspace_id}.
---
@@ -864,7 +864,7 @@ public readonly id: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace_variable_set#id WorkspaceVariableSet#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace_variable_set#id WorkspaceVariableSet#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting 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 5c0c37b10..d82beac3a 100644
--- a/package.json
+++ b/package.json
@@ -157,7 +157,7 @@
"isDeprecated": false,
"provider": {
"name": "registry.terraform.io/hashicorp/tfe",
- "version": "0.60.1"
+ "version": "0.61.0"
}
},
"//": "~~ Generated by projen. To modify, edit .projenrc.js and run \"npx projen\"."
diff --git a/src/admin-organization-settings/README.md b/src/admin-organization-settings/README.md
index 0bf525a04..9542acbd0 100644
--- a/src/admin-organization-settings/README.md
+++ b/src/admin-organization-settings/README.md
@@ -1,3 +1,3 @@
# `tfe_admin_organization_settings`
-Refer to the Terraform Registry for docs: [`tfe_admin_organization_settings`](https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/admin_organization_settings).
+Refer to the Terraform Registry for docs: [`tfe_admin_organization_settings`](https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/admin_organization_settings).
diff --git a/src/admin-organization-settings/index.ts b/src/admin-organization-settings/index.ts
index 182930ab0..a899af099 100644
--- a/src/admin-organization-settings/index.ts
+++ b/src/admin-organization-settings/index.ts
@@ -3,7 +3,7 @@
* SPDX-License-Identifier: MPL-2.0
*/
-// https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/admin_organization_settings
+// https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/admin_organization_settings
// generated from terraform resource schema
import { Construct } from 'constructs';
@@ -13,36 +13,36 @@ import * as cdktf from 'cdktf';
export interface AdminOrganizationSettingsConfig extends cdktf.TerraformMetaArguments {
/**
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/admin_organization_settings#access_beta_tools AdminOrganizationSettings#access_beta_tools}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/admin_organization_settings#access_beta_tools AdminOrganizationSettings#access_beta_tools}
*/
readonly accessBetaTools?: boolean | cdktf.IResolvable;
/**
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/admin_organization_settings#global_module_sharing AdminOrganizationSettings#global_module_sharing}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/admin_organization_settings#global_module_sharing AdminOrganizationSettings#global_module_sharing}
*/
readonly globalModuleSharing?: boolean | cdktf.IResolvable;
/**
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/admin_organization_settings#id AdminOrganizationSettings#id}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/admin_organization_settings#id AdminOrganizationSettings#id}
*
* Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
* If you 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/hashicorp/tfe/0.60.1/docs/resources/admin_organization_settings#module_sharing_consumer_organizations AdminOrganizationSettings#module_sharing_consumer_organizations}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/admin_organization_settings#module_sharing_consumer_organizations AdminOrganizationSettings#module_sharing_consumer_organizations}
*/
readonly moduleSharingConsumerOrganizations?: string[];
/**
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/admin_organization_settings#organization AdminOrganizationSettings#organization}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/admin_organization_settings#organization AdminOrganizationSettings#organization}
*/
readonly organization?: string;
/**
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/admin_organization_settings#workspace_limit AdminOrganizationSettings#workspace_limit}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/admin_organization_settings#workspace_limit AdminOrganizationSettings#workspace_limit}
*/
readonly workspaceLimit?: number;
}
/**
-* Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/admin_organization_settings tfe_admin_organization_settings}
+* Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/admin_organization_settings tfe_admin_organization_settings}
*/
export class AdminOrganizationSettings extends cdktf.TerraformResource {
@@ -58,7 +58,7 @@ export class AdminOrganizationSettings extends cdktf.TerraformResource {
* Generates CDKTF code for importing a AdminOrganizationSettings resource upon running "cdktf plan "
* @param scope The scope in which to define this construct
* @param importToId The construct id used in the generated config for the AdminOrganizationSettings to import
- * @param importFromId The id of the existing AdminOrganizationSettings that should be imported. Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/admin_organization_settings#import import section} in the documentation of this resource for the id to use
+ * @param importFromId The id of the existing AdminOrganizationSettings that should be imported. Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/admin_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 AdminOrganizationSettings to import is found
*/
public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) {
@@ -70,7 +70,7 @@ export class AdminOrganizationSettings extends cdktf.TerraformResource {
// ===========
/**
- * Create a new {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/admin_organization_settings tfe_admin_organization_settings} Resource
+ * Create a new {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/admin_organization_settings tfe_admin_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
@@ -81,7 +81,7 @@ export class AdminOrganizationSettings extends cdktf.TerraformResource {
terraformResourceType: 'tfe_admin_organization_settings',
terraformGeneratorMetadata: {
providerName: 'tfe',
- providerVersion: '0.60.1',
+ providerVersion: '0.61.0',
providerVersionConstraint: '~> 0.33'
},
provider: config.provider,
diff --git a/src/agent-pool-allowed-workspaces/README.md b/src/agent-pool-allowed-workspaces/README.md
index c7a888179..6726da0d7 100644
--- a/src/agent-pool-allowed-workspaces/README.md
+++ b/src/agent-pool-allowed-workspaces/README.md
@@ -1,3 +1,3 @@
# `tfe_agent_pool_allowed_workspaces`
-Refer to the Terraform Registry for docs: [`tfe_agent_pool_allowed_workspaces`](https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/agent_pool_allowed_workspaces).
+Refer to the Terraform Registry for docs: [`tfe_agent_pool_allowed_workspaces`](https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/agent_pool_allowed_workspaces).
diff --git a/src/agent-pool-allowed-workspaces/index.ts b/src/agent-pool-allowed-workspaces/index.ts
index b80d9638a..68708e2ad 100644
--- a/src/agent-pool-allowed-workspaces/index.ts
+++ b/src/agent-pool-allowed-workspaces/index.ts
@@ -3,7 +3,7 @@
* SPDX-License-Identifier: MPL-2.0
*/
-// https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/agent_pool_allowed_workspaces
+// https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/agent_pool_allowed_workspaces
// generated from terraform resource schema
import { Construct } from 'constructs';
@@ -13,15 +13,15 @@ import * as cdktf from 'cdktf';
export interface AgentPoolAllowedWorkspacesConfig extends cdktf.TerraformMetaArguments {
/**
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/agent_pool_allowed_workspaces#agent_pool_id AgentPoolAllowedWorkspaces#agent_pool_id}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/agent_pool_allowed_workspaces#agent_pool_id AgentPoolAllowedWorkspaces#agent_pool_id}
*/
readonly agentPoolId: string;
/**
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/agent_pool_allowed_workspaces#allowed_workspace_ids AgentPoolAllowedWorkspaces#allowed_workspace_ids}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/agent_pool_allowed_workspaces#allowed_workspace_ids AgentPoolAllowedWorkspaces#allowed_workspace_ids}
*/
readonly allowedWorkspaceIds: string[];
/**
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/agent_pool_allowed_workspaces#id AgentPoolAllowedWorkspaces#id}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/agent_pool_allowed_workspaces#id AgentPoolAllowedWorkspaces#id}
*
* Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
* If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -30,7 +30,7 @@ export interface AgentPoolAllowedWorkspacesConfig extends cdktf.TerraformMetaArg
}
/**
-* Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/agent_pool_allowed_workspaces tfe_agent_pool_allowed_workspaces}
+* Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/agent_pool_allowed_workspaces tfe_agent_pool_allowed_workspaces}
*/
export class AgentPoolAllowedWorkspaces extends cdktf.TerraformResource {
@@ -46,7 +46,7 @@ export class AgentPoolAllowedWorkspaces extends cdktf.TerraformResource {
* Generates CDKTF code for importing a AgentPoolAllowedWorkspaces resource upon running "cdktf plan "
* @param scope The scope in which to define this construct
* @param importToId The construct id used in the generated config for the AgentPoolAllowedWorkspaces to import
- * @param importFromId The id of the existing AgentPoolAllowedWorkspaces that should be imported. Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/agent_pool_allowed_workspaces#import import section} in the documentation of this resource for the id to use
+ * @param importFromId The id of the existing AgentPoolAllowedWorkspaces that should be imported. Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/agent_pool_allowed_workspaces#import import section} in the documentation of this resource for the id to use
* @param provider? Optional instance of the provider where the AgentPoolAllowedWorkspaces to import is found
*/
public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) {
@@ -58,7 +58,7 @@ export class AgentPoolAllowedWorkspaces extends cdktf.TerraformResource {
// ===========
/**
- * Create a new {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/agent_pool_allowed_workspaces tfe_agent_pool_allowed_workspaces} Resource
+ * Create a new {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/agent_pool_allowed_workspaces tfe_agent_pool_allowed_workspaces} 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
@@ -69,7 +69,7 @@ export class AgentPoolAllowedWorkspaces extends cdktf.TerraformResource {
terraformResourceType: 'tfe_agent_pool_allowed_workspaces',
terraformGeneratorMetadata: {
providerName: 'tfe',
- providerVersion: '0.60.1',
+ providerVersion: '0.61.0',
providerVersionConstraint: '~> 0.33'
},
provider: config.provider,
diff --git a/src/agent-pool/README.md b/src/agent-pool/README.md
index 60111e1ad..a9c0ba997 100644
--- a/src/agent-pool/README.md
+++ b/src/agent-pool/README.md
@@ -1,3 +1,3 @@
# `tfe_agent_pool`
-Refer to the Terraform Registry for docs: [`tfe_agent_pool`](https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/agent_pool).
+Refer to the Terraform Registry for docs: [`tfe_agent_pool`](https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/agent_pool).
diff --git a/src/agent-pool/index.ts b/src/agent-pool/index.ts
index befed1b8b..6f2bc8929 100644
--- a/src/agent-pool/index.ts
+++ b/src/agent-pool/index.ts
@@ -3,7 +3,7 @@
* SPDX-License-Identifier: MPL-2.0
*/
-// https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/agent_pool
+// https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/agent_pool
// generated from terraform resource schema
import { Construct } from 'constructs';
@@ -13,28 +13,28 @@ import * as cdktf from 'cdktf';
export interface AgentPoolConfig extends cdktf.TerraformMetaArguments {
/**
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/agent_pool#id AgentPool#id}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/agent_pool#id AgentPool#id}
*
* Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
* If you 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/hashicorp/tfe/0.60.1/docs/resources/agent_pool#name AgentPool#name}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/agent_pool#name AgentPool#name}
*/
readonly name: string;
/**
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/agent_pool#organization AgentPool#organization}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/agent_pool#organization AgentPool#organization}
*/
readonly organization?: string;
/**
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/agent_pool#organization_scoped AgentPool#organization_scoped}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/agent_pool#organization_scoped AgentPool#organization_scoped}
*/
readonly organizationScoped?: boolean | cdktf.IResolvable;
}
/**
-* Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/agent_pool tfe_agent_pool}
+* Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/agent_pool tfe_agent_pool}
*/
export class AgentPool extends cdktf.TerraformResource {
@@ -50,7 +50,7 @@ export class AgentPool extends cdktf.TerraformResource {
* Generates CDKTF code for importing a AgentPool resource upon running "cdktf plan "
* @param scope The scope in which to define this construct
* @param importToId The construct id used in the generated config for the AgentPool to import
- * @param importFromId The id of the existing AgentPool that should be imported. Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/agent_pool#import import section} in the documentation of this resource for the id to use
+ * @param importFromId The id of the existing AgentPool that should be imported. Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/agent_pool#import import section} in the documentation of this resource for the id to use
* @param provider? Optional instance of the provider where the AgentPool to import is found
*/
public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) {
@@ -62,7 +62,7 @@ export class AgentPool extends cdktf.TerraformResource {
// ===========
/**
- * Create a new {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/agent_pool tfe_agent_pool} Resource
+ * Create a new {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/agent_pool tfe_agent_pool} Resource
*
* @param scope The scope in which to define this construct
* @param id The scoped construct ID. Must be unique amongst siblings in the same scope
@@ -73,7 +73,7 @@ export class AgentPool extends cdktf.TerraformResource {
terraformResourceType: 'tfe_agent_pool',
terraformGeneratorMetadata: {
providerName: 'tfe',
- providerVersion: '0.60.1',
+ providerVersion: '0.61.0',
providerVersionConstraint: '~> 0.33'
},
provider: config.provider,
diff --git a/src/agent-token/README.md b/src/agent-token/README.md
index f2626f2be..302803146 100644
--- a/src/agent-token/README.md
+++ b/src/agent-token/README.md
@@ -1,3 +1,3 @@
# `tfe_agent_token`
-Refer to the Terraform Registry for docs: [`tfe_agent_token`](https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/agent_token).
+Refer to the Terraform Registry for docs: [`tfe_agent_token`](https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/agent_token).
diff --git a/src/agent-token/index.ts b/src/agent-token/index.ts
index 089116616..10442567a 100644
--- a/src/agent-token/index.ts
+++ b/src/agent-token/index.ts
@@ -3,7 +3,7 @@
* SPDX-License-Identifier: MPL-2.0
*/
-// https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/agent_token
+// https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/agent_token
// generated from terraform resource schema
import { Construct } from 'constructs';
@@ -13,15 +13,15 @@ import * as cdktf from 'cdktf';
export interface AgentTokenConfig extends cdktf.TerraformMetaArguments {
/**
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/agent_token#agent_pool_id AgentToken#agent_pool_id}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/agent_token#agent_pool_id AgentToken#agent_pool_id}
*/
readonly agentPoolId: string;
/**
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/agent_token#description AgentToken#description}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/agent_token#description AgentToken#description}
*/
readonly description: string;
/**
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/agent_token#id AgentToken#id}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/agent_token#id AgentToken#id}
*
* Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
* If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -30,7 +30,7 @@ export interface AgentTokenConfig extends cdktf.TerraformMetaArguments {
}
/**
-* Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/agent_token tfe_agent_token}
+* Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/agent_token tfe_agent_token}
*/
export class AgentToken extends cdktf.TerraformResource {
@@ -46,7 +46,7 @@ export class AgentToken extends cdktf.TerraformResource {
* Generates CDKTF code for importing a AgentToken resource upon running "cdktf plan "
* @param scope The scope in which to define this construct
* @param importToId The construct id used in the generated config for the AgentToken to import
- * @param importFromId The id of the existing AgentToken that should be imported. Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/agent_token#import import section} in the documentation of this resource for the id to use
+ * @param importFromId The id of the existing AgentToken that should be imported. Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/agent_token#import import section} in the documentation of this resource for the id to use
* @param provider? Optional instance of the provider where the AgentToken to import is found
*/
public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) {
@@ -58,7 +58,7 @@ export class AgentToken extends cdktf.TerraformResource {
// ===========
/**
- * Create a new {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/agent_token tfe_agent_token} Resource
+ * Create a new {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/agent_token tfe_agent_token} Resource
*
* @param scope The scope in which to define this construct
* @param id The scoped construct ID. Must be unique amongst siblings in the same scope
@@ -69,7 +69,7 @@ export class AgentToken extends cdktf.TerraformResource {
terraformResourceType: 'tfe_agent_token',
terraformGeneratorMetadata: {
providerName: 'tfe',
- providerVersion: '0.60.1',
+ providerVersion: '0.61.0',
providerVersionConstraint: '~> 0.33'
},
provider: config.provider,
diff --git a/src/audit-trail-token/README.md b/src/audit-trail-token/README.md
new file mode 100644
index 000000000..1351317f9
--- /dev/null
+++ b/src/audit-trail-token/README.md
@@ -0,0 +1,3 @@
+# `tfe_audit_trail_token`
+
+Refer to the Terraform Registry for docs: [`tfe_audit_trail_token`](https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/audit_trail_token).
diff --git a/src/audit-trail-token/index.ts b/src/audit-trail-token/index.ts
new file mode 100644
index 000000000..f78516544
--- /dev/null
+++ b/src/audit-trail-token/index.ts
@@ -0,0 +1,190 @@
+/**
+ * Copyright (c) HashiCorp, Inc.
+ * SPDX-License-Identifier: MPL-2.0
+ */
+
+// https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/audit_trail_token
+// generated from terraform resource schema
+
+import { Construct } from 'constructs';
+import * as cdktf from 'cdktf';
+
+// Configuration
+
+export interface AuditTrailTokenConfig extends cdktf.TerraformMetaArguments {
+ /**
+ * The time when the audit trail token will expire. This must be a valid ISO8601 timestamp.
+ *
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/audit_trail_token#expired_at AuditTrailToken#expired_at}
+ */
+ readonly expiredAt?: string;
+ /**
+ * When set to true will force the audit trail token to be recreated.
+ *
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/audit_trail_token#force_regenerate AuditTrailToken#force_regenerate}
+ */
+ readonly forceRegenerate?: boolean | cdktf.IResolvable;
+ /**
+ * Name of the organization. If omitted, organization must be defined in the provider config.
+ *
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/audit_trail_token#organization AuditTrailToken#organization}
+ */
+ readonly organization?: string;
+}
+
+/**
+* Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/audit_trail_token tfe_audit_trail_token}
+*/
+export class AuditTrailToken extends cdktf.TerraformResource {
+
+ // =================
+ // STATIC PROPERTIES
+ // =================
+ public static readonly tfResourceType = "tfe_audit_trail_token";
+
+ // ==============
+ // STATIC Methods
+ // ==============
+ /**
+ * Generates CDKTF code for importing a AuditTrailToken resource upon running "cdktf plan "
+ * @param scope The scope in which to define this construct
+ * @param importToId The construct id used in the generated config for the AuditTrailToken to import
+ * @param importFromId The id of the existing AuditTrailToken that should be imported. Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/audit_trail_token#import import section} in the documentation of this resource for the id to use
+ * @param provider? Optional instance of the provider where the AuditTrailToken to import is found
+ */
+ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) {
+ return new cdktf.ImportableResource(scope, importToId, { terraformResourceType: "tfe_audit_trail_token", importId: importFromId, provider });
+ }
+
+ // ===========
+ // INITIALIZER
+ // ===========
+
+ /**
+ * Create a new {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/audit_trail_token tfe_audit_trail_token} Resource
+ *
+ * @param scope The scope in which to define this construct
+ * @param id The scoped construct ID. Must be unique amongst siblings in the same scope
+ * @param options AuditTrailTokenConfig = {}
+ */
+ public constructor(scope: Construct, id: string, config: AuditTrailTokenConfig = {}) {
+ super(scope, id, {
+ terraformResourceType: 'tfe_audit_trail_token',
+ terraformGeneratorMetadata: {
+ providerName: 'tfe',
+ providerVersion: '0.61.0',
+ providerVersionConstraint: '~> 0.33'
+ },
+ provider: config.provider,
+ dependsOn: config.dependsOn,
+ count: config.count,
+ lifecycle: config.lifecycle,
+ provisioners: config.provisioners,
+ connection: config.connection,
+ forEach: config.forEach
+ });
+ this._expiredAt = config.expiredAt;
+ this._forceRegenerate = config.forceRegenerate;
+ this._organization = config.organization;
+ }
+
+ // ==========
+ // ATTRIBUTES
+ // ==========
+
+ // expired_at - computed: false, optional: true, required: false
+ private _expiredAt?: string;
+ public get expiredAt() {
+ return this.getStringAttribute('expired_at');
+ }
+ public set expiredAt(value: string) {
+ this._expiredAt = value;
+ }
+ public resetExpiredAt() {
+ this._expiredAt = undefined;
+ }
+ // Temporarily expose input value. Use with caution.
+ public get expiredAtInput() {
+ return this._expiredAt;
+ }
+
+ // force_regenerate - computed: false, optional: true, required: false
+ private _forceRegenerate?: boolean | cdktf.IResolvable;
+ public get forceRegenerate() {
+ return this.getBooleanAttribute('force_regenerate');
+ }
+ public set forceRegenerate(value: boolean | cdktf.IResolvable) {
+ this._forceRegenerate = value;
+ }
+ public resetForceRegenerate() {
+ this._forceRegenerate = undefined;
+ }
+ // Temporarily expose input value. Use with caution.
+ public get forceRegenerateInput() {
+ return this._forceRegenerate;
+ }
+
+ // id - computed: true, optional: false, required: false
+ public get id() {
+ return this.getStringAttribute('id');
+ }
+
+ // organization - computed: true, optional: true, required: false
+ private _organization?: string;
+ public get organization() {
+ return this.getStringAttribute('organization');
+ }
+ public set organization(value: string) {
+ this._organization = value;
+ }
+ public resetOrganization() {
+ this._organization = undefined;
+ }
+ // Temporarily expose input value. Use with caution.
+ public get organizationInput() {
+ return this._organization;
+ }
+
+ // token - computed: true, optional: false, required: false
+ public get token() {
+ return this.getStringAttribute('token');
+ }
+
+ // =========
+ // SYNTHESIS
+ // =========
+
+ protected synthesizeAttributes(): { [name: string]: any } {
+ return {
+ expired_at: cdktf.stringToTerraform(this._expiredAt),
+ force_regenerate: cdktf.booleanToTerraform(this._forceRegenerate),
+ organization: cdktf.stringToTerraform(this._organization),
+ };
+ }
+
+ protected synthesizeHclAttributes(): { [name: string]: any } {
+ const attrs = {
+ expired_at: {
+ value: cdktf.stringToHclTerraform(this._expiredAt),
+ isBlock: false,
+ type: "simple",
+ storageClassType: "string",
+ },
+ force_regenerate: {
+ value: cdktf.booleanToHclTerraform(this._forceRegenerate),
+ isBlock: false,
+ type: "simple",
+ storageClassType: "boolean",
+ },
+ organization: {
+ value: cdktf.stringToHclTerraform(this._organization),
+ isBlock: false,
+ type: "simple",
+ storageClassType: "string",
+ },
+ };
+
+ // remove undefined attributes
+ return Object.fromEntries(Object.entries(attrs).filter(([_, value]) => value !== undefined && value.value !== undefined ))
+ }
+}
diff --git a/src/data-retention-policy/README.md b/src/data-retention-policy/README.md
index efc106396..ce1835a41 100644
--- a/src/data-retention-policy/README.md
+++ b/src/data-retention-policy/README.md
@@ -1,3 +1,3 @@
# `tfe_data_retention_policy`
-Refer to the Terraform Registry for docs: [`tfe_data_retention_policy`](https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/data_retention_policy).
+Refer to the Terraform Registry for docs: [`tfe_data_retention_policy`](https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/data_retention_policy).
diff --git a/src/data-retention-policy/index.ts b/src/data-retention-policy/index.ts
index c55fb8bd5..0827448a3 100644
--- a/src/data-retention-policy/index.ts
+++ b/src/data-retention-policy/index.ts
@@ -3,7 +3,7 @@
* SPDX-License-Identifier: MPL-2.0
*/
-// https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/data_retention_policy
+// https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/data_retention_policy
// generated from terraform resource schema
import { Construct } from 'constructs';
@@ -15,25 +15,25 @@ export interface DataRetentionPolicyConfig extends cdktf.TerraformMetaArguments
/**
* Name of the organization. If omitted, organization must be defined in the provider config.
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/data_retention_policy#organization DataRetentionPolicy#organization}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/data_retention_policy#organization DataRetentionPolicy#organization}
*/
readonly organization?: string;
/**
* ID of the workspace that the data retention policy should apply to. If omitted, the data retention policy will apply to the entire organization.
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/data_retention_policy#workspace_id DataRetentionPolicy#workspace_id}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/data_retention_policy#workspace_id DataRetentionPolicy#workspace_id}
*/
readonly workspaceId?: string;
/**
* delete_older_than block
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/data_retention_policy#delete_older_than DataRetentionPolicy#delete_older_than}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/data_retention_policy#delete_older_than DataRetentionPolicy#delete_older_than}
*/
readonly deleteOlderThan?: DataRetentionPolicyDeleteOlderThan;
/**
* dont_delete block
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/data_retention_policy#dont_delete DataRetentionPolicy#dont_delete}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/data_retention_policy#dont_delete DataRetentionPolicy#dont_delete}
*/
readonly dontDelete?: DataRetentionPolicyDontDelete;
}
@@ -41,7 +41,7 @@ export interface DataRetentionPolicyDeleteOlderThan {
/**
* Number of days
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/data_retention_policy#days DataRetentionPolicy#days}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/data_retention_policy#days DataRetentionPolicy#days}
*/
readonly days?: number;
}
@@ -194,7 +194,7 @@ export class DataRetentionPolicyDontDeleteOutputReference extends cdktf.ComplexO
}
/**
-* Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/data_retention_policy tfe_data_retention_policy}
+* Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/data_retention_policy tfe_data_retention_policy}
*/
export class DataRetentionPolicy extends cdktf.TerraformResource {
@@ -210,7 +210,7 @@ export class DataRetentionPolicy extends cdktf.TerraformResource {
* Generates CDKTF code for importing a DataRetentionPolicy resource upon running "cdktf plan "
* @param scope The scope in which to define this construct
* @param importToId The construct id used in the generated config for the DataRetentionPolicy to import
- * @param importFromId The id of the existing DataRetentionPolicy that should be imported. Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/data_retention_policy#import import section} in the documentation of this resource for the id to use
+ * @param importFromId The id of the existing DataRetentionPolicy that should be imported. Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/data_retention_policy#import import section} in the documentation of this resource for the id to use
* @param provider? Optional instance of the provider where the DataRetentionPolicy to import is found
*/
public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) {
@@ -222,7 +222,7 @@ export class DataRetentionPolicy extends cdktf.TerraformResource {
// ===========
/**
- * Create a new {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/data_retention_policy tfe_data_retention_policy} Resource
+ * Create a new {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/data_retention_policy tfe_data_retention_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
@@ -233,7 +233,7 @@ export class DataRetentionPolicy extends cdktf.TerraformResource {
terraformResourceType: 'tfe_data_retention_policy',
terraformGeneratorMetadata: {
providerName: 'tfe',
- providerVersion: '0.60.1',
+ providerVersion: '0.61.0',
providerVersionConstraint: '~> 0.33'
},
provider: config.provider,
diff --git a/src/data-tfe-agent-pool/README.md b/src/data-tfe-agent-pool/README.md
index f6ada8dbd..4c6f89255 100644
--- a/src/data-tfe-agent-pool/README.md
+++ b/src/data-tfe-agent-pool/README.md
@@ -1,3 +1,3 @@
# `data_tfe_agent_pool`
-Refer to the Terraform Registry for docs: [`data_tfe_agent_pool`](https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/agent_pool).
+Refer to the Terraform Registry for docs: [`data_tfe_agent_pool`](https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/agent_pool).
diff --git a/src/data-tfe-agent-pool/index.ts b/src/data-tfe-agent-pool/index.ts
index 4ff253b3a..13ab022bd 100644
--- a/src/data-tfe-agent-pool/index.ts
+++ b/src/data-tfe-agent-pool/index.ts
@@ -3,7 +3,7 @@
* SPDX-License-Identifier: MPL-2.0
*/
-// https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/agent_pool
+// https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/agent_pool
// generated from terraform resource schema
import { Construct } from 'constructs';
@@ -13,24 +13,24 @@ import * as cdktf from 'cdktf';
export interface DataTfeAgentPoolConfig extends cdktf.TerraformMetaArguments {
/**
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/agent_pool#id DataTfeAgentPool#id}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/agent_pool#id DataTfeAgentPool#id}
*
* Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
* If you 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/hashicorp/tfe/0.60.1/docs/data-sources/agent_pool#name DataTfeAgentPool#name}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/agent_pool#name DataTfeAgentPool#name}
*/
readonly name: string;
/**
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/agent_pool#organization DataTfeAgentPool#organization}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/agent_pool#organization DataTfeAgentPool#organization}
*/
readonly organization?: string;
}
/**
-* Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/agent_pool tfe_agent_pool}
+* Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/agent_pool tfe_agent_pool}
*/
export class DataTfeAgentPool extends cdktf.TerraformDataSource {
@@ -46,7 +46,7 @@ export class DataTfeAgentPool extends cdktf.TerraformDataSource {
* Generates CDKTF code for importing a DataTfeAgentPool resource upon running "cdktf plan "
* @param scope The scope in which to define this construct
* @param importToId The construct id used in the generated config for the DataTfeAgentPool to import
- * @param importFromId The id of the existing DataTfeAgentPool that should be imported. Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/agent_pool#import import section} in the documentation of this resource for the id to use
+ * @param importFromId The id of the existing DataTfeAgentPool that should be imported. Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/agent_pool#import import section} in the documentation of this resource for the id to use
* @param provider? Optional instance of the provider where the DataTfeAgentPool to import is found
*/
public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) {
@@ -58,7 +58,7 @@ export class DataTfeAgentPool extends cdktf.TerraformDataSource {
// ===========
/**
- * Create a new {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/agent_pool tfe_agent_pool} Data Source
+ * Create a new {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/agent_pool tfe_agent_pool} 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,7 +69,7 @@ export class DataTfeAgentPool extends cdktf.TerraformDataSource {
terraformResourceType: 'tfe_agent_pool',
terraformGeneratorMetadata: {
providerName: 'tfe',
- providerVersion: '0.60.1',
+ providerVersion: '0.61.0',
providerVersionConstraint: '~> 0.33'
},
provider: config.provider,
diff --git a/src/data-tfe-github-app-installation/README.md b/src/data-tfe-github-app-installation/README.md
index 8e8054082..c19d94914 100644
--- a/src/data-tfe-github-app-installation/README.md
+++ b/src/data-tfe-github-app-installation/README.md
@@ -1,3 +1,3 @@
# `data_tfe_github_app_installation`
-Refer to the Terraform Registry for docs: [`data_tfe_github_app_installation`](https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/github_app_installation).
+Refer to the Terraform Registry for docs: [`data_tfe_github_app_installation`](https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/github_app_installation).
diff --git a/src/data-tfe-github-app-installation/index.ts b/src/data-tfe-github-app-installation/index.ts
index 48eb0cd06..641b60408 100644
--- a/src/data-tfe-github-app-installation/index.ts
+++ b/src/data-tfe-github-app-installation/index.ts
@@ -3,7 +3,7 @@
* SPDX-License-Identifier: MPL-2.0
*/
-// https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/github_app_installation
+// https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/github_app_installation
// generated from terraform resource schema
import { Construct } from 'constructs';
@@ -13,17 +13,17 @@ import * as cdktf from 'cdktf';
export interface DataTfeGithubAppInstallationConfig extends cdktf.TerraformMetaArguments {
/**
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/github_app_installation#installation_id DataTfeGithubAppInstallation#installation_id}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/github_app_installation#installation_id DataTfeGithubAppInstallation#installation_id}
*/
readonly installationId?: number;
/**
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/github_app_installation#name DataTfeGithubAppInstallation#name}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/github_app_installation#name DataTfeGithubAppInstallation#name}
*/
readonly name?: string;
}
/**
-* Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/github_app_installation tfe_github_app_installation}
+* Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/github_app_installation tfe_github_app_installation}
*/
export class DataTfeGithubAppInstallation extends cdktf.TerraformDataSource {
@@ -39,7 +39,7 @@ export class DataTfeGithubAppInstallation extends cdktf.TerraformDataSource {
* Generates CDKTF code for importing a DataTfeGithubAppInstallation resource upon running "cdktf plan "
* @param scope The scope in which to define this construct
* @param importToId The construct id used in the generated config for the DataTfeGithubAppInstallation to import
- * @param importFromId The id of the existing DataTfeGithubAppInstallation that should be imported. Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/github_app_installation#import import section} in the documentation of this resource for the id to use
+ * @param importFromId The id of the existing DataTfeGithubAppInstallation that should be imported. Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/github_app_installation#import import section} in the documentation of this resource for the id to use
* @param provider? Optional instance of the provider where the DataTfeGithubAppInstallation to import is found
*/
public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) {
@@ -51,7 +51,7 @@ export class DataTfeGithubAppInstallation extends cdktf.TerraformDataSource {
// ===========
/**
- * Create a new {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/github_app_installation tfe_github_app_installation} Data Source
+ * Create a new {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/github_app_installation tfe_github_app_installation} 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
@@ -62,7 +62,7 @@ export class DataTfeGithubAppInstallation extends cdktf.TerraformDataSource {
terraformResourceType: 'tfe_github_app_installation',
terraformGeneratorMetadata: {
providerName: 'tfe',
- providerVersion: '0.60.1',
+ providerVersion: '0.61.0',
providerVersionConstraint: '~> 0.33'
},
provider: config.provider,
diff --git a/src/data-tfe-ip-ranges/README.md b/src/data-tfe-ip-ranges/README.md
index c300bb663..3cd7a186e 100644
--- a/src/data-tfe-ip-ranges/README.md
+++ b/src/data-tfe-ip-ranges/README.md
@@ -1,3 +1,3 @@
# `data_tfe_ip_ranges`
-Refer to the Terraform Registry for docs: [`data_tfe_ip_ranges`](https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/ip_ranges).
+Refer to the Terraform Registry for docs: [`data_tfe_ip_ranges`](https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/ip_ranges).
diff --git a/src/data-tfe-ip-ranges/index.ts b/src/data-tfe-ip-ranges/index.ts
index 7a2068a9b..85430823f 100644
--- a/src/data-tfe-ip-ranges/index.ts
+++ b/src/data-tfe-ip-ranges/index.ts
@@ -3,7 +3,7 @@
* SPDX-License-Identifier: MPL-2.0
*/
-// https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/ip_ranges
+// https://registry.terraform.io/providers/hashicorp/tfe/0.61.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 DataTfeIpRangesConfig extends cdktf.TerraformMetaArguments {
/**
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/ip_ranges#id DataTfeIpRanges#id}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/ip_ranges#id DataTfeIpRanges#id}
*
* Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
* If you 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 DataTfeIpRangesConfig extends cdktf.TerraformMetaArguments {
}
/**
-* Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/ip_ranges tfe_ip_ranges}
+* Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/ip_ranges tfe_ip_ranges}
*/
export class DataTfeIpRanges extends cdktf.TerraformDataSource {
@@ -38,7 +38,7 @@ export class DataTfeIpRanges extends cdktf.TerraformDataSource {
* Generates CDKTF code for importing a DataTfeIpRanges resource upon running "cdktf plan "
* @param scope The scope in which to define this construct
* @param importToId The construct id used in the generated config for the DataTfeIpRanges to import
- * @param importFromId The id of the existing DataTfeIpRanges that should be imported. Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/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 DataTfeIpRanges that should be imported. Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.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 DataTfeIpRanges to import is found
*/
public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) {
@@ -50,7 +50,7 @@ export class DataTfeIpRanges extends cdktf.TerraformDataSource {
// ===========
/**
- * Create a new {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/ip_ranges tfe_ip_ranges} Data Source
+ * Create a new {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/ip_ranges tfe_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,7 +61,7 @@ export class DataTfeIpRanges extends cdktf.TerraformDataSource {
terraformResourceType: 'tfe_ip_ranges',
terraformGeneratorMetadata: {
providerName: 'tfe',
- providerVersion: '0.60.1',
+ providerVersion: '0.61.0',
providerVersionConstraint: '~> 0.33'
},
provider: config.provider,
diff --git a/src/data-tfe-no-code-module/README.md b/src/data-tfe-no-code-module/README.md
index 8fc8126a3..72dbc76b0 100644
--- a/src/data-tfe-no-code-module/README.md
+++ b/src/data-tfe-no-code-module/README.md
@@ -1,3 +1,3 @@
# `data_tfe_no_code_module`
-Refer to the Terraform Registry for docs: [`data_tfe_no_code_module`](https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/no_code_module).
+Refer to the Terraform Registry for docs: [`data_tfe_no_code_module`](https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/no_code_module).
diff --git a/src/data-tfe-no-code-module/index.ts b/src/data-tfe-no-code-module/index.ts
index 37521b33a..4694109fe 100644
--- a/src/data-tfe-no-code-module/index.ts
+++ b/src/data-tfe-no-code-module/index.ts
@@ -3,7 +3,7 @@
* SPDX-License-Identifier: MPL-2.0
*/
-// https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/no_code_module
+// https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/no_code_module
// generated from terraform resource schema
import { Construct } from 'constructs';
@@ -15,7 +15,7 @@ export interface DataTfeNoCodeModuleConfig extends cdktf.TerraformMetaArguments
/**
* ID of the no-code module.
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/no_code_module#id DataTfeNoCodeModule#id}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/no_code_module#id DataTfeNoCodeModule#id}
*
* Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
* If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -24,7 +24,7 @@ export interface DataTfeNoCodeModuleConfig extends cdktf.TerraformMetaArguments
}
/**
-* Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/no_code_module tfe_no_code_module}
+* Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/no_code_module tfe_no_code_module}
*/
export class DataTfeNoCodeModule extends cdktf.TerraformDataSource {
@@ -40,7 +40,7 @@ export class DataTfeNoCodeModule extends cdktf.TerraformDataSource {
* Generates CDKTF code for importing a DataTfeNoCodeModule resource upon running "cdktf plan "
* @param scope The scope in which to define this construct
* @param importToId The construct id used in the generated config for the DataTfeNoCodeModule to import
- * @param importFromId The id of the existing DataTfeNoCodeModule that should be imported. Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/no_code_module#import import section} in the documentation of this resource for the id to use
+ * @param importFromId The id of the existing DataTfeNoCodeModule that should be imported. Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/no_code_module#import import section} in the documentation of this resource for the id to use
* @param provider? Optional instance of the provider where the DataTfeNoCodeModule to import is found
*/
public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) {
@@ -52,7 +52,7 @@ export class DataTfeNoCodeModule extends cdktf.TerraformDataSource {
// ===========
/**
- * Create a new {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/no_code_module tfe_no_code_module} Data Source
+ * Create a new {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/no_code_module tfe_no_code_module} Data Source
*
* @param scope The scope in which to define this construct
* @param id The scoped construct ID. Must be unique amongst siblings in the same scope
@@ -63,7 +63,7 @@ export class DataTfeNoCodeModule extends cdktf.TerraformDataSource {
terraformResourceType: 'tfe_no_code_module',
terraformGeneratorMetadata: {
providerName: 'tfe',
- providerVersion: '0.60.1',
+ providerVersion: '0.61.0',
providerVersionConstraint: '~> 0.33'
},
provider: config.provider,
diff --git a/src/data-tfe-oauth-client/README.md b/src/data-tfe-oauth-client/README.md
index c9ea78dd3..c641a0cad 100644
--- a/src/data-tfe-oauth-client/README.md
+++ b/src/data-tfe-oauth-client/README.md
@@ -1,3 +1,3 @@
# `data_tfe_oauth_client`
-Refer to the Terraform Registry for docs: [`data_tfe_oauth_client`](https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/oauth_client).
+Refer to the Terraform Registry for docs: [`data_tfe_oauth_client`](https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/oauth_client).
diff --git a/src/data-tfe-oauth-client/index.ts b/src/data-tfe-oauth-client/index.ts
index 9c2a2bc0d..fccbdce9c 100644
--- a/src/data-tfe-oauth-client/index.ts
+++ b/src/data-tfe-oauth-client/index.ts
@@ -3,7 +3,7 @@
* SPDX-License-Identifier: MPL-2.0
*/
-// https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/oauth_client
+// https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/oauth_client
// generated from terraform resource schema
import { Construct } from 'constructs';
@@ -13,32 +13,32 @@ import * as cdktf from 'cdktf';
export interface DataTfeOauthClientConfig extends cdktf.TerraformMetaArguments {
/**
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/oauth_client#id DataTfeOauthClient#id}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/oauth_client#id DataTfeOauthClient#id}
*
* Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
* If you 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/hashicorp/tfe/0.60.1/docs/data-sources/oauth_client#name DataTfeOauthClient#name}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/oauth_client#name DataTfeOauthClient#name}
*/
readonly name?: string;
/**
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/oauth_client#oauth_client_id DataTfeOauthClient#oauth_client_id}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/oauth_client#oauth_client_id DataTfeOauthClient#oauth_client_id}
*/
readonly oauthClientId?: string;
/**
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/oauth_client#organization DataTfeOauthClient#organization}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/oauth_client#organization DataTfeOauthClient#organization}
*/
readonly organization?: string;
/**
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/oauth_client#service_provider DataTfeOauthClient#service_provider}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/oauth_client#service_provider DataTfeOauthClient#service_provider}
*/
readonly serviceProvider?: string;
}
/**
-* Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/oauth_client tfe_oauth_client}
+* Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/oauth_client tfe_oauth_client}
*/
export class DataTfeOauthClient extends cdktf.TerraformDataSource {
@@ -54,7 +54,7 @@ export class DataTfeOauthClient extends cdktf.TerraformDataSource {
* Generates CDKTF code for importing a DataTfeOauthClient resource upon running "cdktf plan "
* @param scope The scope in which to define this construct
* @param importToId The construct id used in the generated config for the DataTfeOauthClient to import
- * @param importFromId The id of the existing DataTfeOauthClient that should be imported. Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/oauth_client#import import section} in the documentation of this resource for the id to use
+ * @param importFromId The id of the existing DataTfeOauthClient that should be imported. Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/oauth_client#import import section} in the documentation of this resource for the id to use
* @param provider? Optional instance of the provider where the DataTfeOauthClient to import is found
*/
public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) {
@@ -66,7 +66,7 @@ export class DataTfeOauthClient extends cdktf.TerraformDataSource {
// ===========
/**
- * Create a new {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/oauth_client tfe_oauth_client} Data Source
+ * Create a new {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/oauth_client tfe_oauth_client} 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,7 +77,7 @@ export class DataTfeOauthClient extends cdktf.TerraformDataSource {
terraformResourceType: 'tfe_oauth_client',
terraformGeneratorMetadata: {
providerName: 'tfe',
- providerVersion: '0.60.1',
+ providerVersion: '0.61.0',
providerVersionConstraint: '~> 0.33'
},
provider: config.provider,
diff --git a/src/data-tfe-organization-members/README.md b/src/data-tfe-organization-members/README.md
index 3bdbbe26c..8442b85cb 100644
--- a/src/data-tfe-organization-members/README.md
+++ b/src/data-tfe-organization-members/README.md
@@ -1,3 +1,3 @@
# `data_tfe_organization_members`
-Refer to the Terraform Registry for docs: [`data_tfe_organization_members`](https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/organization_members).
+Refer to the Terraform Registry for docs: [`data_tfe_organization_members`](https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/organization_members).
diff --git a/src/data-tfe-organization-members/index.ts b/src/data-tfe-organization-members/index.ts
index 1bac0a9ed..4ac8e04a4 100644
--- a/src/data-tfe-organization-members/index.ts
+++ b/src/data-tfe-organization-members/index.ts
@@ -3,7 +3,7 @@
* SPDX-License-Identifier: MPL-2.0
*/
-// https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/organization_members
+// https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/organization_members
// generated from terraform resource schema
import { Construct } from 'constructs';
@@ -13,14 +13,14 @@ import * as cdktf from 'cdktf';
export interface DataTfeOrganizationMembersConfig extends cdktf.TerraformMetaArguments {
/**
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/organization_members#id DataTfeOrganizationMembers#id}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/organization_members#id DataTfeOrganizationMembers#id}
*
* Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
* If you 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/hashicorp/tfe/0.60.1/docs/data-sources/organization_members#organization DataTfeOrganizationMembers#organization}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/organization_members#organization DataTfeOrganizationMembers#organization}
*/
readonly organization?: string;
}
@@ -186,7 +186,7 @@ export class DataTfeOrganizationMembersMembersWaitingList extends cdktf.ComplexL
}
/**
-* Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/organization_members tfe_organization_members}
+* Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/organization_members tfe_organization_members}
*/
export class DataTfeOrganizationMembers extends cdktf.TerraformDataSource {
@@ -202,7 +202,7 @@ export class DataTfeOrganizationMembers extends cdktf.TerraformDataSource {
* Generates CDKTF code for importing a DataTfeOrganizationMembers resource upon running "cdktf plan "
* @param scope The scope in which to define this construct
* @param importToId The construct id used in the generated config for the DataTfeOrganizationMembers to import
- * @param importFromId The id of the existing DataTfeOrganizationMembers that should be imported. Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/organization_members#import import section} in the documentation of this resource for the id to use
+ * @param importFromId The id of the existing DataTfeOrganizationMembers that should be imported. Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/organization_members#import import section} in the documentation of this resource for the id to use
* @param provider? Optional instance of the provider where the DataTfeOrganizationMembers to import is found
*/
public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) {
@@ -214,7 +214,7 @@ export class DataTfeOrganizationMembers extends cdktf.TerraformDataSource {
// ===========
/**
- * Create a new {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/organization_members tfe_organization_members} Data Source
+ * Create a new {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/organization_members tfe_organization_members} 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
@@ -225,7 +225,7 @@ export class DataTfeOrganizationMembers extends cdktf.TerraformDataSource {
terraformResourceType: 'tfe_organization_members',
terraformGeneratorMetadata: {
providerName: 'tfe',
- providerVersion: '0.60.1',
+ providerVersion: '0.61.0',
providerVersionConstraint: '~> 0.33'
},
provider: config.provider,
diff --git a/src/data-tfe-organization-membership/README.md b/src/data-tfe-organization-membership/README.md
index 36b170a5f..51362627c 100644
--- a/src/data-tfe-organization-membership/README.md
+++ b/src/data-tfe-organization-membership/README.md
@@ -1,3 +1,3 @@
# `data_tfe_organization_membership`
-Refer to the Terraform Registry for docs: [`data_tfe_organization_membership`](https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/organization_membership).
+Refer to the Terraform Registry for docs: [`data_tfe_organization_membership`](https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/organization_membership).
diff --git a/src/data-tfe-organization-membership/index.ts b/src/data-tfe-organization-membership/index.ts
index 6ff37481e..94d3fd185 100644
--- a/src/data-tfe-organization-membership/index.ts
+++ b/src/data-tfe-organization-membership/index.ts
@@ -3,7 +3,7 @@
* SPDX-License-Identifier: MPL-2.0
*/
-// https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/organization_membership
+// https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/organization_membership
// generated from terraform resource schema
import { Construct } from 'constructs';
@@ -13,32 +13,32 @@ import * as cdktf from 'cdktf';
export interface DataTfeOrganizationMembershipConfig extends cdktf.TerraformMetaArguments {
/**
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/organization_membership#email DataTfeOrganizationMembership#email}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/organization_membership#email DataTfeOrganizationMembership#email}
*/
readonly email?: string;
/**
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/organization_membership#id DataTfeOrganizationMembership#id}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/organization_membership#id DataTfeOrganizationMembership#id}
*
* Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
* If you 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/hashicorp/tfe/0.60.1/docs/data-sources/organization_membership#organization DataTfeOrganizationMembership#organization}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/organization_membership#organization DataTfeOrganizationMembership#organization}
*/
readonly organization?: string;
/**
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/organization_membership#organization_membership_id DataTfeOrganizationMembership#organization_membership_id}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/organization_membership#organization_membership_id DataTfeOrganizationMembership#organization_membership_id}
*/
readonly organizationMembershipId?: string;
/**
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/organization_membership#username DataTfeOrganizationMembership#username}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/organization_membership#username DataTfeOrganizationMembership#username}
*/
readonly username?: string;
}
/**
-* Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/organization_membership tfe_organization_membership}
+* Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/organization_membership tfe_organization_membership}
*/
export class DataTfeOrganizationMembership extends cdktf.TerraformDataSource {
@@ -54,7 +54,7 @@ export class DataTfeOrganizationMembership extends cdktf.TerraformDataSource {
* Generates CDKTF code for importing a DataTfeOrganizationMembership resource upon running "cdktf plan "
* @param scope The scope in which to define this construct
* @param importToId The construct id used in the generated config for the DataTfeOrganizationMembership to import
- * @param importFromId The id of the existing DataTfeOrganizationMembership that should be imported. Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/organization_membership#import import section} in the documentation of this resource for the id to use
+ * @param importFromId The id of the existing DataTfeOrganizationMembership that should be imported. Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/organization_membership#import import section} in the documentation of this resource for the id to use
* @param provider? Optional instance of the provider where the DataTfeOrganizationMembership to import is found
*/
public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) {
@@ -66,7 +66,7 @@ export class DataTfeOrganizationMembership extends cdktf.TerraformDataSource {
// ===========
/**
- * Create a new {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/organization_membership tfe_organization_membership} Data Source
+ * Create a new {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/organization_membership tfe_organization_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
@@ -77,7 +77,7 @@ export class DataTfeOrganizationMembership extends cdktf.TerraformDataSource {
terraformResourceType: 'tfe_organization_membership',
terraformGeneratorMetadata: {
providerName: 'tfe',
- providerVersion: '0.60.1',
+ providerVersion: '0.61.0',
providerVersionConstraint: '~> 0.33'
},
provider: config.provider,
diff --git a/src/data-tfe-organization-run-task-global-settings/README.md b/src/data-tfe-organization-run-task-global-settings/README.md
index bdf35ed3e..fa45a4015 100644
--- a/src/data-tfe-organization-run-task-global-settings/README.md
+++ b/src/data-tfe-organization-run-task-global-settings/README.md
@@ -1,3 +1,3 @@
# `data_tfe_organization_run_task_global_settings`
-Refer to the Terraform Registry for docs: [`data_tfe_organization_run_task_global_settings`](https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/organization_run_task_global_settings).
+Refer to the Terraform Registry for docs: [`data_tfe_organization_run_task_global_settings`](https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/organization_run_task_global_settings).
diff --git a/src/data-tfe-organization-run-task-global-settings/index.ts b/src/data-tfe-organization-run-task-global-settings/index.ts
index 8c326c603..49d8a21c2 100644
--- a/src/data-tfe-organization-run-task-global-settings/index.ts
+++ b/src/data-tfe-organization-run-task-global-settings/index.ts
@@ -3,7 +3,7 @@
* SPDX-License-Identifier: MPL-2.0
*/
-// https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/organization_run_task_global_settings
+// https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/organization_run_task_global_settings
// generated from terraform resource schema
import { Construct } from 'constructs';
@@ -15,31 +15,31 @@ export interface DataTfeOrganizationRunTaskGlobalSettingsConfig extends cdktf.Te
/**
* Whether the run task will be applied globally
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/organization_run_task_global_settings#enabled DataTfeOrganizationRunTaskGlobalSettings#enabled}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/organization_run_task_global_settings#enabled DataTfeOrganizationRunTaskGlobalSettings#enabled}
*/
readonly enabled?: boolean | cdktf.IResolvable;
/**
* The enforcement level of the global task.
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/organization_run_task_global_settings#enforcement_level DataTfeOrganizationRunTaskGlobalSettings#enforcement_level}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/organization_run_task_global_settings#enforcement_level DataTfeOrganizationRunTaskGlobalSettings#enforcement_level}
*/
readonly enforcementLevel?: string;
/**
* Which stages the task will run in.
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/organization_run_task_global_settings#stages DataTfeOrganizationRunTaskGlobalSettings#stages}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/organization_run_task_global_settings#stages DataTfeOrganizationRunTaskGlobalSettings#stages}
*/
readonly stages?: string[];
/**
* The id of the run task.
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/organization_run_task_global_settings#task_id DataTfeOrganizationRunTaskGlobalSettings#task_id}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/organization_run_task_global_settings#task_id DataTfeOrganizationRunTaskGlobalSettings#task_id}
*/
readonly taskId: string;
}
/**
-* Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/organization_run_task_global_settings tfe_organization_run_task_global_settings}
+* Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/organization_run_task_global_settings tfe_organization_run_task_global_settings}
*/
export class DataTfeOrganizationRunTaskGlobalSettings extends cdktf.TerraformDataSource {
@@ -55,7 +55,7 @@ export class DataTfeOrganizationRunTaskGlobalSettings extends cdktf.TerraformDat
* Generates CDKTF code for importing a DataTfeOrganizationRunTaskGlobalSettings resource upon running "cdktf plan "
* @param scope The scope in which to define this construct
* @param importToId The construct id used in the generated config for the DataTfeOrganizationRunTaskGlobalSettings to import
- * @param importFromId The id of the existing DataTfeOrganizationRunTaskGlobalSettings that should be imported. Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/organization_run_task_global_settings#import import section} in the documentation of this resource for the id to use
+ * @param importFromId The id of the existing DataTfeOrganizationRunTaskGlobalSettings that should be imported. Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/organization_run_task_global_settings#import import section} in the documentation of this resource for the id to use
* @param provider? Optional instance of the provider where the DataTfeOrganizationRunTaskGlobalSettings to import is found
*/
public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) {
@@ -67,7 +67,7 @@ export class DataTfeOrganizationRunTaskGlobalSettings extends cdktf.TerraformDat
// ===========
/**
- * Create a new {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/organization_run_task_global_settings tfe_organization_run_task_global_settings} Data Source
+ * Create a new {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/organization_run_task_global_settings tfe_organization_run_task_global_settings} Data Source
*
* @param scope The scope in which to define this construct
* @param id The scoped construct ID. Must be unique amongst siblings in the same scope
@@ -78,7 +78,7 @@ export class DataTfeOrganizationRunTaskGlobalSettings extends cdktf.TerraformDat
terraformResourceType: 'tfe_organization_run_task_global_settings',
terraformGeneratorMetadata: {
providerName: 'tfe',
- providerVersion: '0.60.1',
+ providerVersion: '0.61.0',
providerVersionConstraint: '~> 0.33'
},
provider: config.provider,
diff --git a/src/data-tfe-organization-run-task/README.md b/src/data-tfe-organization-run-task/README.md
index c7d8ed628..cb4812aea 100644
--- a/src/data-tfe-organization-run-task/README.md
+++ b/src/data-tfe-organization-run-task/README.md
@@ -1,3 +1,3 @@
# `data_tfe_organization_run_task`
-Refer to the Terraform Registry for docs: [`data_tfe_organization_run_task`](https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/organization_run_task).
+Refer to the Terraform Registry for docs: [`data_tfe_organization_run_task`](https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/organization_run_task).
diff --git a/src/data-tfe-organization-run-task/index.ts b/src/data-tfe-organization-run-task/index.ts
index f80f2239c..848788522 100644
--- a/src/data-tfe-organization-run-task/index.ts
+++ b/src/data-tfe-organization-run-task/index.ts
@@ -3,7 +3,7 @@
* SPDX-License-Identifier: MPL-2.0
*/
-// https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/organization_run_task
+// https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/organization_run_task
// generated from terraform resource schema
import { Construct } from 'constructs';
@@ -13,33 +13,33 @@ import * as cdktf from 'cdktf';
export interface DataTfeOrganizationRunTaskConfig extends cdktf.TerraformMetaArguments {
/**
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/organization_run_task#category DataTfeOrganizationRunTask#category}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/organization_run_task#category DataTfeOrganizationRunTask#category}
*/
readonly category?: string;
/**
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/organization_run_task#description DataTfeOrganizationRunTask#description}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/organization_run_task#description DataTfeOrganizationRunTask#description}
*/
readonly description?: string;
/**
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/organization_run_task#enabled DataTfeOrganizationRunTask#enabled}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/organization_run_task#enabled DataTfeOrganizationRunTask#enabled}
*/
readonly enabled?: boolean | cdktf.IResolvable;
/**
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/organization_run_task#name DataTfeOrganizationRunTask#name}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/organization_run_task#name DataTfeOrganizationRunTask#name}
*/
readonly name: string;
/**
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/organization_run_task#organization DataTfeOrganizationRunTask#organization}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/organization_run_task#organization DataTfeOrganizationRunTask#organization}
*/
readonly organization?: string;
/**
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/organization_run_task#url DataTfeOrganizationRunTask#url}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/organization_run_task#url DataTfeOrganizationRunTask#url}
*/
readonly url?: string;
}
/**
-* Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/organization_run_task tfe_organization_run_task}
+* Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/organization_run_task tfe_organization_run_task}
*/
export class DataTfeOrganizationRunTask extends cdktf.TerraformDataSource {
@@ -55,7 +55,7 @@ export class DataTfeOrganizationRunTask extends cdktf.TerraformDataSource {
* Generates CDKTF code for importing a DataTfeOrganizationRunTask resource upon running "cdktf plan "
* @param scope The scope in which to define this construct
* @param importToId The construct id used in the generated config for the DataTfeOrganizationRunTask to import
- * @param importFromId The id of the existing DataTfeOrganizationRunTask that should be imported. Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/organization_run_task#import import section} in the documentation of this resource for the id to use
+ * @param importFromId The id of the existing DataTfeOrganizationRunTask that should be imported. Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/organization_run_task#import import section} in the documentation of this resource for the id to use
* @param provider? Optional instance of the provider where the DataTfeOrganizationRunTask to import is found
*/
public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) {
@@ -67,7 +67,7 @@ export class DataTfeOrganizationRunTask extends cdktf.TerraformDataSource {
// ===========
/**
- * Create a new {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/organization_run_task tfe_organization_run_task} Data Source
+ * Create a new {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/organization_run_task tfe_organization_run_task} Data Source
*
* @param scope The scope in which to define this construct
* @param id The scoped construct ID. Must be unique amongst siblings in the same scope
@@ -78,7 +78,7 @@ export class DataTfeOrganizationRunTask extends cdktf.TerraformDataSource {
terraformResourceType: 'tfe_organization_run_task',
terraformGeneratorMetadata: {
providerName: 'tfe',
- providerVersion: '0.60.1',
+ providerVersion: '0.61.0',
providerVersionConstraint: '~> 0.33'
},
provider: config.provider,
diff --git a/src/data-tfe-organization-tags/README.md b/src/data-tfe-organization-tags/README.md
index fac61bfc6..972bed7cf 100644
--- a/src/data-tfe-organization-tags/README.md
+++ b/src/data-tfe-organization-tags/README.md
@@ -1,3 +1,3 @@
# `data_tfe_organization_tags`
-Refer to the Terraform Registry for docs: [`data_tfe_organization_tags`](https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/organization_tags).
+Refer to the Terraform Registry for docs: [`data_tfe_organization_tags`](https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/organization_tags).
diff --git a/src/data-tfe-organization-tags/index.ts b/src/data-tfe-organization-tags/index.ts
index 4fb729a1c..111933ba9 100644
--- a/src/data-tfe-organization-tags/index.ts
+++ b/src/data-tfe-organization-tags/index.ts
@@ -3,7 +3,7 @@
* SPDX-License-Identifier: MPL-2.0
*/
-// https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/organization_tags
+// https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/organization_tags
// generated from terraform resource schema
import { Construct } from 'constructs';
@@ -13,14 +13,14 @@ import * as cdktf from 'cdktf';
export interface DataTfeOrganizationTagsConfig extends cdktf.TerraformMetaArguments {
/**
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/organization_tags#id DataTfeOrganizationTags#id}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/organization_tags#id DataTfeOrganizationTags#id}
*
* Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
* If you 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/hashicorp/tfe/0.60.1/docs/data-sources/organization_tags#organization DataTfeOrganizationTags#organization}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/organization_tags#organization DataTfeOrganizationTags#organization}
*/
readonly organization?: string;
}
@@ -111,7 +111,7 @@ export class DataTfeOrganizationTagsTagsList extends cdktf.ComplexList {
}
/**
-* Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/organization_tags tfe_organization_tags}
+* Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/organization_tags tfe_organization_tags}
*/
export class DataTfeOrganizationTags extends cdktf.TerraformDataSource {
@@ -127,7 +127,7 @@ export class DataTfeOrganizationTags extends cdktf.TerraformDataSource {
* Generates CDKTF code for importing a DataTfeOrganizationTags resource upon running "cdktf plan "
* @param scope The scope in which to define this construct
* @param importToId The construct id used in the generated config for the DataTfeOrganizationTags to import
- * @param importFromId The id of the existing DataTfeOrganizationTags that should be imported. Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/organization_tags#import import section} in the documentation of this resource for the id to use
+ * @param importFromId The id of the existing DataTfeOrganizationTags that should be imported. Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/organization_tags#import import section} in the documentation of this resource for the id to use
* @param provider? Optional instance of the provider where the DataTfeOrganizationTags to import is found
*/
public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) {
@@ -139,7 +139,7 @@ export class DataTfeOrganizationTags extends cdktf.TerraformDataSource {
// ===========
/**
- * Create a new {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/organization_tags tfe_organization_tags} Data Source
+ * Create a new {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/organization_tags tfe_organization_tags} Data Source
*
* @param scope The scope in which to define this construct
* @param id The scoped construct ID. Must be unique amongst siblings in the same scope
@@ -150,7 +150,7 @@ export class DataTfeOrganizationTags extends cdktf.TerraformDataSource {
terraformResourceType: 'tfe_organization_tags',
terraformGeneratorMetadata: {
providerName: 'tfe',
- providerVersion: '0.60.1',
+ providerVersion: '0.61.0',
providerVersionConstraint: '~> 0.33'
},
provider: config.provider,
diff --git a/src/data-tfe-organization/README.md b/src/data-tfe-organization/README.md
index 3f9272c1b..0e6d8f1dd 100644
--- a/src/data-tfe-organization/README.md
+++ b/src/data-tfe-organization/README.md
@@ -1,3 +1,3 @@
# `data_tfe_organization`
-Refer to the Terraform Registry for docs: [`data_tfe_organization`](https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/organization).
+Refer to the Terraform Registry for docs: [`data_tfe_organization`](https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/organization).
diff --git a/src/data-tfe-organization/index.ts b/src/data-tfe-organization/index.ts
index 77c3882e6..53355395c 100644
--- a/src/data-tfe-organization/index.ts
+++ b/src/data-tfe-organization/index.ts
@@ -3,7 +3,7 @@
* SPDX-License-Identifier: MPL-2.0
*/
-// https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/organization
+// https://registry.terraform.io/providers/hashicorp/tfe/0.61.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 DataTfeOrganizationConfig extends cdktf.TerraformMetaArguments {
/**
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/organization#id DataTfeOrganization#id}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/organization#id DataTfeOrganization#id}
*
* Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
* If you 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/hashicorp/tfe/0.60.1/docs/data-sources/organization#name DataTfeOrganization#name}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/organization#name DataTfeOrganization#name}
*/
readonly name?: string;
}
/**
-* Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/organization tfe_organization}
+* Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/organization tfe_organization}
*/
export class DataTfeOrganization extends cdktf.TerraformDataSource {
@@ -42,7 +42,7 @@ export class DataTfeOrganization extends cdktf.TerraformDataSource {
* Generates CDKTF code for importing a DataTfeOrganization resource upon running "cdktf plan "
* @param scope The scope in which to define this construct
* @param importToId The construct id used in the generated config for the DataTfeOrganization to import
- * @param importFromId The id of the existing DataTfeOrganization that should be imported. Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/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 DataTfeOrganization that should be imported. Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.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 DataTfeOrganization to import is found
*/
public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) {
@@ -54,7 +54,7 @@ export class DataTfeOrganization extends cdktf.TerraformDataSource {
// ===========
/**
- * Create a new {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/organization tfe_organization} Data Source
+ * Create a new {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/organization tfe_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,7 +65,7 @@ export class DataTfeOrganization extends cdktf.TerraformDataSource {
terraformResourceType: 'tfe_organization',
terraformGeneratorMetadata: {
providerName: 'tfe',
- providerVersion: '0.60.1',
+ providerVersion: '0.61.0',
providerVersionConstraint: '~> 0.33'
},
provider: config.provider,
diff --git a/src/data-tfe-organizations/README.md b/src/data-tfe-organizations/README.md
index 470ac61e5..1cd3c0270 100644
--- a/src/data-tfe-organizations/README.md
+++ b/src/data-tfe-organizations/README.md
@@ -1,3 +1,3 @@
# `data_tfe_organizations`
-Refer to the Terraform Registry for docs: [`data_tfe_organizations`](https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/organizations).
+Refer to the Terraform Registry for docs: [`data_tfe_organizations`](https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/organizations).
diff --git a/src/data-tfe-organizations/index.ts b/src/data-tfe-organizations/index.ts
index 25b198eb8..49c3300fb 100644
--- a/src/data-tfe-organizations/index.ts
+++ b/src/data-tfe-organizations/index.ts
@@ -3,7 +3,7 @@
* SPDX-License-Identifier: MPL-2.0
*/
-// https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/organizations
+// https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/organizations
// generated from terraform resource schema
import { Construct } from 'constructs';
@@ -13,11 +13,11 @@ import * as cdktf from 'cdktf';
export interface DataTfeOrganizationsConfig extends cdktf.TerraformMetaArguments {
/**
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/organizations#admin DataTfeOrganizations#admin}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/organizations#admin DataTfeOrganizations#admin}
*/
readonly admin?: boolean | cdktf.IResolvable;
/**
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/organizations#id DataTfeOrganizations#id}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/organizations#id DataTfeOrganizations#id}
*
* Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
* If you 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 DataTfeOrganizationsConfig extends cdktf.TerraformMetaArguments
}
/**
-* Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/organizations tfe_organizations}
+* Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/organizations tfe_organizations}
*/
export class DataTfeOrganizations extends cdktf.TerraformDataSource {
@@ -42,7 +42,7 @@ export class DataTfeOrganizations extends cdktf.TerraformDataSource {
* Generates CDKTF code for importing a DataTfeOrganizations resource upon running "cdktf plan "
* @param scope The scope in which to define this construct
* @param importToId The construct id used in the generated config for the DataTfeOrganizations to import
- * @param importFromId The id of the existing DataTfeOrganizations that should be imported. Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/organizations#import import section} in the documentation of this resource for the id to use
+ * @param importFromId The id of the existing DataTfeOrganizations that should be imported. Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/organizations#import import section} in the documentation of this resource for the id to use
* @param provider? Optional instance of the provider where the DataTfeOrganizations to import is found
*/
public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) {
@@ -54,7 +54,7 @@ export class DataTfeOrganizations extends cdktf.TerraformDataSource {
// ===========
/**
- * Create a new {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/organizations tfe_organizations} Data Source
+ * Create a new {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/organizations tfe_organizations} 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,7 +65,7 @@ export class DataTfeOrganizations extends cdktf.TerraformDataSource {
terraformResourceType: 'tfe_organizations',
terraformGeneratorMetadata: {
providerName: 'tfe',
- providerVersion: '0.60.1',
+ providerVersion: '0.61.0',
providerVersionConstraint: '~> 0.33'
},
provider: config.provider,
diff --git a/src/data-tfe-outputs/README.md b/src/data-tfe-outputs/README.md
index 15c5a49e9..f00546c26 100644
--- a/src/data-tfe-outputs/README.md
+++ b/src/data-tfe-outputs/README.md
@@ -1,3 +1,3 @@
# `data_tfe_outputs`
-Refer to the Terraform Registry for docs: [`data_tfe_outputs`](https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/outputs).
+Refer to the Terraform Registry for docs: [`data_tfe_outputs`](https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/outputs).
diff --git a/src/data-tfe-outputs/index.ts b/src/data-tfe-outputs/index.ts
index 7675b62d9..761cfda93 100644
--- a/src/data-tfe-outputs/index.ts
+++ b/src/data-tfe-outputs/index.ts
@@ -3,7 +3,7 @@
* SPDX-License-Identifier: MPL-2.0
*/
-// https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/outputs
+// https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/outputs
// generated from terraform resource schema
import { Construct } from 'constructs';
@@ -15,23 +15,23 @@ export interface DataTfeOutputsConfig extends cdktf.TerraformMetaArguments {
/**
* The organization to fetch the remote state from.
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/outputs#organization DataTfeOutputs#organization}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/outputs#organization DataTfeOutputs#organization}
*/
readonly organization?: string;
/**
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/outputs#values DataTfeOutputs#values}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/outputs#values DataTfeOutputs#values}
*/
readonly values?: { [key: string]: any };
/**
* The workspace to fetch the remote state from.
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/outputs#workspace DataTfeOutputs#workspace}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/outputs#workspace DataTfeOutputs#workspace}
*/
readonly workspace: string;
}
/**
-* Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/outputs tfe_outputs}
+* Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/outputs tfe_outputs}
*/
export class DataTfeOutputs extends cdktf.TerraformDataSource {
@@ -47,7 +47,7 @@ export class DataTfeOutputs extends cdktf.TerraformDataSource {
* Generates CDKTF code for importing a DataTfeOutputs resource upon running "cdktf plan "
* @param scope The scope in which to define this construct
* @param importToId The construct id used in the generated config for the DataTfeOutputs to import
- * @param importFromId The id of the existing DataTfeOutputs that should be imported. Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/outputs#import import section} in the documentation of this resource for the id to use
+ * @param importFromId The id of the existing DataTfeOutputs that should be imported. Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/outputs#import import section} in the documentation of this resource for the id to use
* @param provider? Optional instance of the provider where the DataTfeOutputs to import is found
*/
public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) {
@@ -59,7 +59,7 @@ export class DataTfeOutputs extends cdktf.TerraformDataSource {
// ===========
/**
- * Create a new {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/outputs tfe_outputs} Data Source
+ * Create a new {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/outputs tfe_outputs} 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
@@ -70,7 +70,7 @@ export class DataTfeOutputs extends cdktf.TerraformDataSource {
terraformResourceType: 'tfe_outputs',
terraformGeneratorMetadata: {
providerName: 'tfe',
- providerVersion: '0.60.1',
+ providerVersion: '0.61.0',
providerVersionConstraint: '~> 0.33'
},
provider: config.provider,
diff --git a/src/data-tfe-policy-set/README.md b/src/data-tfe-policy-set/README.md
index aad3300ad..2572bd953 100644
--- a/src/data-tfe-policy-set/README.md
+++ b/src/data-tfe-policy-set/README.md
@@ -1,3 +1,3 @@
# `data_tfe_policy_set`
-Refer to the Terraform Registry for docs: [`data_tfe_policy_set`](https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/policy_set).
+Refer to the Terraform Registry for docs: [`data_tfe_policy_set`](https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/policy_set).
diff --git a/src/data-tfe-policy-set/index.ts b/src/data-tfe-policy-set/index.ts
index cc2056acc..9d1cca314 100644
--- a/src/data-tfe-policy-set/index.ts
+++ b/src/data-tfe-policy-set/index.ts
@@ -3,7 +3,7 @@
* SPDX-License-Identifier: MPL-2.0
*/
-// https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/policy_set
+// https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/policy_set
// generated from terraform resource schema
import { Construct } from 'constructs';
@@ -13,7 +13,7 @@ import * as cdktf from 'cdktf';
export interface DataTfePolicySetConfig extends cdktf.TerraformMetaArguments {
/**
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/policy_set#id DataTfePolicySet#id}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/policy_set#id DataTfePolicySet#id}
*
* Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
* If you 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,21 +22,21 @@ export interface DataTfePolicySetConfig extends cdktf.TerraformMetaArguments {
/**
* The policy-as-code framework for the policy. Valid values are sentinel and opa
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/policy_set#kind DataTfePolicySet#kind}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/policy_set#kind DataTfePolicySet#kind}
*/
readonly kind?: string;
/**
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/policy_set#name DataTfePolicySet#name}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/policy_set#name DataTfePolicySet#name}
*/
readonly name: string;
/**
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/policy_set#organization DataTfePolicySet#organization}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/policy_set#organization DataTfePolicySet#organization}
*/
readonly organization?: string;
/**
* Whether users can override this policy when it fails during a run. Only valid for OPA policies
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/policy_set#overridable DataTfePolicySet#overridable}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/policy_set#overridable DataTfePolicySet#overridable}
*/
readonly overridable?: boolean | cdktf.IResolvable;
}
@@ -137,7 +137,7 @@ export class DataTfePolicySetVcsRepoList extends cdktf.ComplexList {
}
/**
-* Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/policy_set tfe_policy_set}
+* Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/policy_set tfe_policy_set}
*/
export class DataTfePolicySet extends cdktf.TerraformDataSource {
@@ -153,7 +153,7 @@ export class DataTfePolicySet extends cdktf.TerraformDataSource {
* Generates CDKTF code for importing a DataTfePolicySet resource upon running "cdktf plan "
* @param scope The scope in which to define this construct
* @param importToId The construct id used in the generated config for the DataTfePolicySet to import
- * @param importFromId The id of the existing DataTfePolicySet that should be imported. Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/policy_set#import import section} in the documentation of this resource for the id to use
+ * @param importFromId The id of the existing DataTfePolicySet that should be imported. Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/policy_set#import import section} in the documentation of this resource for the id to use
* @param provider? Optional instance of the provider where the DataTfePolicySet to import is found
*/
public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) {
@@ -165,7 +165,7 @@ export class DataTfePolicySet extends cdktf.TerraformDataSource {
// ===========
/**
- * Create a new {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/policy_set tfe_policy_set} Data Source
+ * Create a new {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/policy_set tfe_policy_set} 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
@@ -176,7 +176,7 @@ export class DataTfePolicySet extends cdktf.TerraformDataSource {
terraformResourceType: 'tfe_policy_set',
terraformGeneratorMetadata: {
providerName: 'tfe',
- providerVersion: '0.60.1',
+ providerVersion: '0.61.0',
providerVersionConstraint: '~> 0.33'
},
provider: config.provider,
diff --git a/src/data-tfe-project/README.md b/src/data-tfe-project/README.md
index 4af2db18f..921c3c8d0 100644
--- a/src/data-tfe-project/README.md
+++ b/src/data-tfe-project/README.md
@@ -1,3 +1,3 @@
# `data_tfe_project`
-Refer to the Terraform Registry for docs: [`data_tfe_project`](https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/project).
+Refer to the Terraform Registry for docs: [`data_tfe_project`](https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/project).
diff --git a/src/data-tfe-project/index.ts b/src/data-tfe-project/index.ts
index 06b1037ef..47951634c 100644
--- a/src/data-tfe-project/index.ts
+++ b/src/data-tfe-project/index.ts
@@ -3,7 +3,7 @@
* SPDX-License-Identifier: MPL-2.0
*/
-// https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/project
+// https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/project
// generated from terraform resource schema
import { Construct } from 'constructs';
@@ -13,32 +13,32 @@ import * as cdktf from 'cdktf';
export interface DataTfeProjectConfig extends cdktf.TerraformMetaArguments {
/**
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/project#id DataTfeProject#id}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/project#id DataTfeProject#id}
*
* Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
* If you 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/hashicorp/tfe/0.60.1/docs/data-sources/project#name DataTfeProject#name}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/project#name DataTfeProject#name}
*/
readonly name: string;
/**
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/project#organization DataTfeProject#organization}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/project#organization DataTfeProject#organization}
*/
readonly organization?: string;
/**
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/project#workspace_ids DataTfeProject#workspace_ids}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/project#workspace_ids DataTfeProject#workspace_ids}
*/
readonly workspaceIds?: string[];
/**
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/project#workspace_names DataTfeProject#workspace_names}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/project#workspace_names DataTfeProject#workspace_names}
*/
readonly workspaceNames?: string[];
}
/**
-* Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/project tfe_project}
+* Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/project tfe_project}
*/
export class DataTfeProject extends cdktf.TerraformDataSource {
@@ -54,7 +54,7 @@ export class DataTfeProject extends cdktf.TerraformDataSource {
* Generates CDKTF code for importing a DataTfeProject resource upon running "cdktf plan "
* @param scope The scope in which to define this construct
* @param importToId The construct id used in the generated config for the DataTfeProject to import
- * @param importFromId The id of the existing DataTfeProject that should be imported. Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/project#import import section} in the documentation of this resource for the id to use
+ * @param importFromId The id of the existing DataTfeProject that should be imported. Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/project#import import section} in the documentation of this resource for the id to use
* @param provider? Optional instance of the provider where the DataTfeProject to import is found
*/
public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) {
@@ -66,7 +66,7 @@ export class DataTfeProject extends cdktf.TerraformDataSource {
// ===========
/**
- * Create a new {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/project tfe_project} Data Source
+ * Create a new {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/project tfe_project} Data Source
*
* @param scope The scope in which to define this construct
* @param id The scoped construct ID. Must be unique amongst siblings in the same scope
@@ -77,7 +77,7 @@ export class DataTfeProject extends cdktf.TerraformDataSource {
terraformResourceType: 'tfe_project',
terraformGeneratorMetadata: {
providerName: 'tfe',
- providerVersion: '0.60.1',
+ providerVersion: '0.61.0',
providerVersionConstraint: '~> 0.33'
},
provider: config.provider,
diff --git a/src/data-tfe-projects/README.md b/src/data-tfe-projects/README.md
index 131955d60..85d8ed11e 100644
--- a/src/data-tfe-projects/README.md
+++ b/src/data-tfe-projects/README.md
@@ -1,3 +1,3 @@
# `data_tfe_projects`
-Refer to the Terraform Registry for docs: [`data_tfe_projects`](https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/projects).
+Refer to the Terraform Registry for docs: [`data_tfe_projects`](https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/projects).
diff --git a/src/data-tfe-projects/index.ts b/src/data-tfe-projects/index.ts
index 431165e18..daa774566 100644
--- a/src/data-tfe-projects/index.ts
+++ b/src/data-tfe-projects/index.ts
@@ -3,7 +3,7 @@
* SPDX-License-Identifier: MPL-2.0
*/
-// https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/projects
+// https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/projects
// generated from terraform resource schema
import { Construct } from 'constructs';
@@ -15,7 +15,7 @@ export interface DataTfeProjectsConfig extends cdktf.TerraformMetaArguments {
/**
* Name of the organization. If omitted, organization must be defined in the provider config.
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/projects#organization DataTfeProjects#organization}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/projects#organization DataTfeProjects#organization}
*/
readonly organization?: string;
}
@@ -111,7 +111,7 @@ export class DataTfeProjectsProjectsList extends cdktf.ComplexList {
}
/**
-* Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/projects tfe_projects}
+* Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/projects tfe_projects}
*/
export class DataTfeProjects extends cdktf.TerraformDataSource {
@@ -127,7 +127,7 @@ export class DataTfeProjects extends cdktf.TerraformDataSource {
* Generates CDKTF code for importing a DataTfeProjects resource upon running "cdktf plan "
* @param scope The scope in which to define this construct
* @param importToId The construct id used in the generated config for the DataTfeProjects to import
- * @param importFromId The id of the existing DataTfeProjects that should be imported. Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/projects#import import section} in the documentation of this resource for the id to use
+ * @param importFromId The id of the existing DataTfeProjects that should be imported. Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/projects#import import section} in the documentation of this resource for the id to use
* @param provider? Optional instance of the provider where the DataTfeProjects to import is found
*/
public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) {
@@ -139,7 +139,7 @@ export class DataTfeProjects extends cdktf.TerraformDataSource {
// ===========
/**
- * Create a new {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/projects tfe_projects} Data Source
+ * Create a new {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/projects tfe_projects} Data Source
*
* @param scope The scope in which to define this construct
* @param id The scoped construct ID. Must be unique amongst siblings in the same scope
@@ -150,7 +150,7 @@ export class DataTfeProjects extends cdktf.TerraformDataSource {
terraformResourceType: 'tfe_projects',
terraformGeneratorMetadata: {
providerName: 'tfe',
- providerVersion: '0.60.1',
+ providerVersion: '0.61.0',
providerVersionConstraint: '~> 0.33'
},
provider: config.provider,
diff --git a/src/data-tfe-registry-gpg-key/README.md b/src/data-tfe-registry-gpg-key/README.md
index e2267638e..f1627a747 100644
--- a/src/data-tfe-registry-gpg-key/README.md
+++ b/src/data-tfe-registry-gpg-key/README.md
@@ -1,3 +1,3 @@
# `data_tfe_registry_gpg_key`
-Refer to the Terraform Registry for docs: [`data_tfe_registry_gpg_key`](https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/registry_gpg_key).
+Refer to the Terraform Registry for docs: [`data_tfe_registry_gpg_key`](https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/registry_gpg_key).
diff --git a/src/data-tfe-registry-gpg-key/index.ts b/src/data-tfe-registry-gpg-key/index.ts
index b9b0aa94c..8e272b62a 100644
--- a/src/data-tfe-registry-gpg-key/index.ts
+++ b/src/data-tfe-registry-gpg-key/index.ts
@@ -3,7 +3,7 @@
* SPDX-License-Identifier: MPL-2.0
*/
-// https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/registry_gpg_key
+// https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/registry_gpg_key
// generated from terraform resource schema
import { Construct } from 'constructs';
@@ -13,7 +13,7 @@ import * as cdktf from 'cdktf';
export interface DataTfeRegistryGpgKeyConfig extends cdktf.TerraformMetaArguments {
/**
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/registry_gpg_key#id DataTfeRegistryGpgKey#id}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/registry_gpg_key#id DataTfeRegistryGpgKey#id}
*
* Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
* If you 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 DataTfeRegistryGpgKeyConfig extends cdktf.TerraformMetaArgument
/**
* Name of the organization. If omitted, organization must be defined in the provider config.
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/registry_gpg_key#organization DataTfeRegistryGpgKey#organization}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/registry_gpg_key#organization DataTfeRegistryGpgKey#organization}
*/
readonly organization?: string;
}
/**
-* Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/registry_gpg_key tfe_registry_gpg_key}
+* Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/registry_gpg_key tfe_registry_gpg_key}
*/
export class DataTfeRegistryGpgKey extends cdktf.TerraformDataSource {
@@ -44,7 +44,7 @@ export class DataTfeRegistryGpgKey extends cdktf.TerraformDataSource {
* Generates CDKTF code for importing a DataTfeRegistryGpgKey resource upon running "cdktf plan "
* @param scope The scope in which to define this construct
* @param importToId The construct id used in the generated config for the DataTfeRegistryGpgKey to import
- * @param importFromId The id of the existing DataTfeRegistryGpgKey that should be imported. Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/registry_gpg_key#import import section} in the documentation of this resource for the id to use
+ * @param importFromId The id of the existing DataTfeRegistryGpgKey that should be imported. Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/registry_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 DataTfeRegistryGpgKey to import is found
*/
public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) {
@@ -56,7 +56,7 @@ export class DataTfeRegistryGpgKey extends cdktf.TerraformDataSource {
// ===========
/**
- * Create a new {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/registry_gpg_key tfe_registry_gpg_key} Data Source
+ * Create a new {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/registry_gpg_key tfe_registry_gpg_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
@@ -67,7 +67,7 @@ export class DataTfeRegistryGpgKey extends cdktf.TerraformDataSource {
terraformResourceType: 'tfe_registry_gpg_key',
terraformGeneratorMetadata: {
providerName: 'tfe',
- providerVersion: '0.60.1',
+ providerVersion: '0.61.0',
providerVersionConstraint: '~> 0.33'
},
provider: config.provider,
diff --git a/src/data-tfe-registry-gpg-keys/README.md b/src/data-tfe-registry-gpg-keys/README.md
index cc5c67463..3c0baaf76 100644
--- a/src/data-tfe-registry-gpg-keys/README.md
+++ b/src/data-tfe-registry-gpg-keys/README.md
@@ -1,3 +1,3 @@
# `data_tfe_registry_gpg_keys`
-Refer to the Terraform Registry for docs: [`data_tfe_registry_gpg_keys`](https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/registry_gpg_keys).
+Refer to the Terraform Registry for docs: [`data_tfe_registry_gpg_keys`](https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/registry_gpg_keys).
diff --git a/src/data-tfe-registry-gpg-keys/index.ts b/src/data-tfe-registry-gpg-keys/index.ts
index 37d975d1e..e057badb5 100644
--- a/src/data-tfe-registry-gpg-keys/index.ts
+++ b/src/data-tfe-registry-gpg-keys/index.ts
@@ -3,7 +3,7 @@
* SPDX-License-Identifier: MPL-2.0
*/
-// https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/registry_gpg_keys
+// https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/registry_gpg_keys
// generated from terraform resource schema
import { Construct } from 'constructs';
@@ -15,7 +15,7 @@ export interface DataTfeRegistryGpgKeysConfig extends cdktf.TerraformMetaArgumen
/**
* Name of the organization. If omitted, organization must be defined in the provider config.
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/registry_gpg_keys#organization DataTfeRegistryGpgKeys#organization}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/registry_gpg_keys#organization DataTfeRegistryGpgKeys#organization}
*/
readonly organization?: string;
}
@@ -116,7 +116,7 @@ export class DataTfeRegistryGpgKeysKeysList extends cdktf.ComplexList {
}
/**
-* Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/registry_gpg_keys tfe_registry_gpg_keys}
+* Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/registry_gpg_keys tfe_registry_gpg_keys}
*/
export class DataTfeRegistryGpgKeys extends cdktf.TerraformDataSource {
@@ -132,7 +132,7 @@ export class DataTfeRegistryGpgKeys extends cdktf.TerraformDataSource {
* Generates CDKTF code for importing a DataTfeRegistryGpgKeys resource upon running "cdktf plan "
* @param scope The scope in which to define this construct
* @param importToId The construct id used in the generated config for the DataTfeRegistryGpgKeys to import
- * @param importFromId The id of the existing DataTfeRegistryGpgKeys that should be imported. Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/registry_gpg_keys#import import section} in the documentation of this resource for the id to use
+ * @param importFromId The id of the existing DataTfeRegistryGpgKeys that should be imported. Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/registry_gpg_keys#import import section} in the documentation of this resource for the id to use
* @param provider? Optional instance of the provider where the DataTfeRegistryGpgKeys to import is found
*/
public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) {
@@ -144,7 +144,7 @@ export class DataTfeRegistryGpgKeys extends cdktf.TerraformDataSource {
// ===========
/**
- * Create a new {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/registry_gpg_keys tfe_registry_gpg_keys} Data Source
+ * Create a new {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/registry_gpg_keys tfe_registry_gpg_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,7 +155,7 @@ export class DataTfeRegistryGpgKeys extends cdktf.TerraformDataSource {
terraformResourceType: 'tfe_registry_gpg_keys',
terraformGeneratorMetadata: {
providerName: 'tfe',
- providerVersion: '0.60.1',
+ providerVersion: '0.61.0',
providerVersionConstraint: '~> 0.33'
},
provider: config.provider,
diff --git a/src/data-tfe-registry-provider/README.md b/src/data-tfe-registry-provider/README.md
index f8339a3fa..26506309e 100644
--- a/src/data-tfe-registry-provider/README.md
+++ b/src/data-tfe-registry-provider/README.md
@@ -1,3 +1,3 @@
# `data_tfe_registry_provider`
-Refer to the Terraform Registry for docs: [`data_tfe_registry_provider`](https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/registry_provider).
+Refer to the Terraform Registry for docs: [`data_tfe_registry_provider`](https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/registry_provider).
diff --git a/src/data-tfe-registry-provider/index.ts b/src/data-tfe-registry-provider/index.ts
index a83137062..5418ce414 100644
--- a/src/data-tfe-registry-provider/index.ts
+++ b/src/data-tfe-registry-provider/index.ts
@@ -3,7 +3,7 @@
* SPDX-License-Identifier: MPL-2.0
*/
-// https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/registry_provider
+// https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/registry_provider
// generated from terraform resource schema
import { Construct } from 'constructs';
@@ -15,31 +15,31 @@ export interface DataTfeRegistryProviderConfig extends cdktf.TerraformMetaArgume
/**
* Name of the provider.
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/registry_provider#name DataTfeRegistryProvider#name}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/registry_provider#name DataTfeRegistryProvider#name}
*/
readonly name: string;
/**
* The namespace of the provider. For private providers this is the same as the oraganization.
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/registry_provider#namespace DataTfeRegistryProvider#namespace}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/registry_provider#namespace DataTfeRegistryProvider#namespace}
*/
readonly namespace?: string;
/**
* Name of the organization. If omitted, organization must be defined in the provider config.
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/registry_provider#organization DataTfeRegistryProvider#organization}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/registry_provider#organization DataTfeRegistryProvider#organization}
*/
readonly organization?: string;
/**
* Whether this is a publicly maintained provider or private. Must be either `public` or `private`.
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/registry_provider#registry_name DataTfeRegistryProvider#registry_name}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/registry_provider#registry_name DataTfeRegistryProvider#registry_name}
*/
readonly registryName?: string;
}
/**
-* Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/registry_provider tfe_registry_provider}
+* Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/registry_provider tfe_registry_provider}
*/
export class DataTfeRegistryProvider extends cdktf.TerraformDataSource {
@@ -55,7 +55,7 @@ export class DataTfeRegistryProvider extends cdktf.TerraformDataSource {
* Generates CDKTF code for importing a DataTfeRegistryProvider resource upon running "cdktf plan "
* @param scope The scope in which to define this construct
* @param importToId The construct id used in the generated config for the DataTfeRegistryProvider to import
- * @param importFromId The id of the existing DataTfeRegistryProvider that should be imported. Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/registry_provider#import import section} in the documentation of this resource for the id to use
+ * @param importFromId The id of the existing DataTfeRegistryProvider that should be imported. Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/registry_provider#import import section} in the documentation of this resource for the id to use
* @param provider? Optional instance of the provider where the DataTfeRegistryProvider to import is found
*/
public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) {
@@ -67,7 +67,7 @@ export class DataTfeRegistryProvider extends cdktf.TerraformDataSource {
// ===========
/**
- * Create a new {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/registry_provider tfe_registry_provider} Data Source
+ * Create a new {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/registry_provider tfe_registry_provider} Data Source
*
* @param scope The scope in which to define this construct
* @param id The scoped construct ID. Must be unique amongst siblings in the same scope
@@ -78,7 +78,7 @@ export class DataTfeRegistryProvider extends cdktf.TerraformDataSource {
terraformResourceType: 'tfe_registry_provider',
terraformGeneratorMetadata: {
providerName: 'tfe',
- providerVersion: '0.60.1',
+ providerVersion: '0.61.0',
providerVersionConstraint: '~> 0.33'
},
provider: config.provider,
diff --git a/src/data-tfe-registry-providers/README.md b/src/data-tfe-registry-providers/README.md
index f3008e221..30bbc419a 100644
--- a/src/data-tfe-registry-providers/README.md
+++ b/src/data-tfe-registry-providers/README.md
@@ -1,3 +1,3 @@
# `data_tfe_registry_providers`
-Refer to the Terraform Registry for docs: [`data_tfe_registry_providers`](https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/registry_providers).
+Refer to the Terraform Registry for docs: [`data_tfe_registry_providers`](https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/registry_providers).
diff --git a/src/data-tfe-registry-providers/index.ts b/src/data-tfe-registry-providers/index.ts
index ceb9853b0..764443e9d 100644
--- a/src/data-tfe-registry-providers/index.ts
+++ b/src/data-tfe-registry-providers/index.ts
@@ -3,7 +3,7 @@
* SPDX-License-Identifier: MPL-2.0
*/
-// https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/registry_providers
+// https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/registry_providers
// generated from terraform resource schema
import { Construct } from 'constructs';
@@ -15,19 +15,19 @@ export interface DataTfeRegistryProvidersConfig extends cdktf.TerraformMetaArgum
/**
* Name of the organization. If omitted, organization must be defined in the provider config.
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/registry_providers#organization DataTfeRegistryProviders#organization}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/registry_providers#organization DataTfeRegistryProviders#organization}
*/
readonly organization?: string;
/**
* Whether to list only public or private providers. Must be either `public` or `private`.
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/registry_providers#registry_name DataTfeRegistryProviders#registry_name}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/registry_providers#registry_name DataTfeRegistryProviders#registry_name}
*/
readonly registryName?: string;
/**
* A query string to do a fuzzy search on provider name and namespace.
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/registry_providers#search DataTfeRegistryProviders#search}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/registry_providers#search DataTfeRegistryProviders#search}
*/
readonly search?: string;
}
@@ -138,7 +138,7 @@ export class DataTfeRegistryProvidersProvidersList extends cdktf.ComplexList {
}
/**
-* Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/registry_providers tfe_registry_providers}
+* Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/registry_providers tfe_registry_providers}
*/
export class DataTfeRegistryProviders extends cdktf.TerraformDataSource {
@@ -154,7 +154,7 @@ export class DataTfeRegistryProviders extends cdktf.TerraformDataSource {
* Generates CDKTF code for importing a DataTfeRegistryProviders resource upon running "cdktf plan "
* @param scope The scope in which to define this construct
* @param importToId The construct id used in the generated config for the DataTfeRegistryProviders to import
- * @param importFromId The id of the existing DataTfeRegistryProviders that should be imported. Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/registry_providers#import import section} in the documentation of this resource for the id to use
+ * @param importFromId The id of the existing DataTfeRegistryProviders that should be imported. Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/registry_providers#import import section} in the documentation of this resource for the id to use
* @param provider? Optional instance of the provider where the DataTfeRegistryProviders to import is found
*/
public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) {
@@ -166,7 +166,7 @@ export class DataTfeRegistryProviders extends cdktf.TerraformDataSource {
// ===========
/**
- * Create a new {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/registry_providers tfe_registry_providers} Data Source
+ * Create a new {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/registry_providers tfe_registry_providers} 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
@@ -177,7 +177,7 @@ export class DataTfeRegistryProviders extends cdktf.TerraformDataSource {
terraformResourceType: 'tfe_registry_providers',
terraformGeneratorMetadata: {
providerName: 'tfe',
- providerVersion: '0.60.1',
+ providerVersion: '0.61.0',
providerVersionConstraint: '~> 0.33'
},
provider: config.provider,
diff --git a/src/data-tfe-saml-settings/README.md b/src/data-tfe-saml-settings/README.md
index 3191571e9..d4e06aba6 100644
--- a/src/data-tfe-saml-settings/README.md
+++ b/src/data-tfe-saml-settings/README.md
@@ -1,3 +1,3 @@
# `data_tfe_saml_settings`
-Refer to the Terraform Registry for docs: [`data_tfe_saml_settings`](https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/saml_settings).
+Refer to the Terraform Registry for docs: [`data_tfe_saml_settings`](https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/saml_settings).
diff --git a/src/data-tfe-saml-settings/index.ts b/src/data-tfe-saml-settings/index.ts
index a5baad1cd..d9dbabdfe 100644
--- a/src/data-tfe-saml-settings/index.ts
+++ b/src/data-tfe-saml-settings/index.ts
@@ -3,7 +3,7 @@
* SPDX-License-Identifier: MPL-2.0
*/
-// https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/saml_settings
+// https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/saml_settings
// generated from terraform resource schema
import { Construct } from 'constructs';
@@ -15,7 +15,7 @@ export interface DataTfeSamlSettingsConfig extends cdktf.TerraformMetaArguments
}
/**
-* Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/saml_settings tfe_saml_settings}
+* Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/saml_settings tfe_saml_settings}
*/
export class DataTfeSamlSettings extends cdktf.TerraformDataSource {
@@ -31,7 +31,7 @@ export class DataTfeSamlSettings extends cdktf.TerraformDataSource {
* Generates CDKTF code for importing a DataTfeSamlSettings resource upon running "cdktf plan "
* @param scope The scope in which to define this construct
* @param importToId The construct id used in the generated config for the DataTfeSamlSettings to import
- * @param importFromId The id of the existing DataTfeSamlSettings that should be imported. Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/saml_settings#import import section} in the documentation of this resource for the id to use
+ * @param importFromId The id of the existing DataTfeSamlSettings that should be imported. Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/saml_settings#import import section} in the documentation of this resource for the id to use
* @param provider? Optional instance of the provider where the DataTfeSamlSettings to import is found
*/
public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) {
@@ -43,7 +43,7 @@ export class DataTfeSamlSettings extends cdktf.TerraformDataSource {
// ===========
/**
- * Create a new {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/saml_settings tfe_saml_settings} Data Source
+ * Create a new {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/saml_settings tfe_saml_settings} Data Source
*
* @param scope The scope in which to define this construct
* @param id The scoped construct ID. Must be unique amongst siblings in the same scope
@@ -54,7 +54,7 @@ export class DataTfeSamlSettings extends cdktf.TerraformDataSource {
terraformResourceType: 'tfe_saml_settings',
terraformGeneratorMetadata: {
providerName: 'tfe',
- providerVersion: '0.60.1',
+ providerVersion: '0.61.0',
providerVersionConstraint: '~> 0.33'
},
provider: config.provider,
diff --git a/src/data-tfe-slug/README.md b/src/data-tfe-slug/README.md
index 8d4cc8541..0a77a115d 100644
--- a/src/data-tfe-slug/README.md
+++ b/src/data-tfe-slug/README.md
@@ -1,3 +1,3 @@
# `data_tfe_slug`
-Refer to the Terraform Registry for docs: [`data_tfe_slug`](https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/slug).
+Refer to the Terraform Registry for docs: [`data_tfe_slug`](https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/slug).
diff --git a/src/data-tfe-slug/index.ts b/src/data-tfe-slug/index.ts
index 23af4c5e1..1cb48b93e 100644
--- a/src/data-tfe-slug/index.ts
+++ b/src/data-tfe-slug/index.ts
@@ -3,7 +3,7 @@
* SPDX-License-Identifier: MPL-2.0
*/
-// https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/slug
+// https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/slug
// generated from terraform resource schema
import { Construct } from 'constructs';
@@ -13,20 +13,20 @@ import * as cdktf from 'cdktf';
export interface DataTfeSlugConfig extends cdktf.TerraformMetaArguments {
/**
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/slug#id DataTfeSlug#id}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/slug#id DataTfeSlug#id}
*
* Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
* If you 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/hashicorp/tfe/0.60.1/docs/data-sources/slug#source_path DataTfeSlug#source_path}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/slug#source_path DataTfeSlug#source_path}
*/
readonly sourcePath: string;
}
/**
-* Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/slug tfe_slug}
+* Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/slug tfe_slug}
*/
export class DataTfeSlug extends cdktf.TerraformDataSource {
@@ -42,7 +42,7 @@ export class DataTfeSlug extends cdktf.TerraformDataSource {
* Generates CDKTF code for importing a DataTfeSlug resource upon running "cdktf plan "
* @param scope The scope in which to define this construct
* @param importToId The construct id used in the generated config for the DataTfeSlug to import
- * @param importFromId The id of the existing DataTfeSlug that should be imported. Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/slug#import import section} in the documentation of this resource for the id to use
+ * @param importFromId The id of the existing DataTfeSlug that should be imported. Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/slug#import import section} in the documentation of this resource for the id to use
* @param provider? Optional instance of the provider where the DataTfeSlug to import is found
*/
public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) {
@@ -54,7 +54,7 @@ export class DataTfeSlug extends cdktf.TerraformDataSource {
// ===========
/**
- * Create a new {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/slug tfe_slug} Data Source
+ * Create a new {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/slug tfe_slug} 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,7 +65,7 @@ export class DataTfeSlug extends cdktf.TerraformDataSource {
terraformResourceType: 'tfe_slug',
terraformGeneratorMetadata: {
providerName: 'tfe',
- providerVersion: '0.60.1',
+ providerVersion: '0.61.0',
providerVersionConstraint: '~> 0.33'
},
provider: config.provider,
diff --git a/src/data-tfe-ssh-key/README.md b/src/data-tfe-ssh-key/README.md
index 7e6f34aed..5e18132e3 100644
--- a/src/data-tfe-ssh-key/README.md
+++ b/src/data-tfe-ssh-key/README.md
@@ -1,3 +1,3 @@
# `data_tfe_ssh_key`
-Refer to the Terraform Registry for docs: [`data_tfe_ssh_key`](https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/ssh_key).
+Refer to the Terraform Registry for docs: [`data_tfe_ssh_key`](https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/ssh_key).
diff --git a/src/data-tfe-ssh-key/index.ts b/src/data-tfe-ssh-key/index.ts
index cad1125cb..56ef7c631 100644
--- a/src/data-tfe-ssh-key/index.ts
+++ b/src/data-tfe-ssh-key/index.ts
@@ -3,7 +3,7 @@
* SPDX-License-Identifier: MPL-2.0
*/
-// https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/ssh_key
+// https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/ssh_key
// generated from terraform resource schema
import { Construct } from 'constructs';
@@ -13,24 +13,24 @@ import * as cdktf from 'cdktf';
export interface DataTfeSshKeyConfig extends cdktf.TerraformMetaArguments {
/**
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/ssh_key#id DataTfeSshKey#id}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/ssh_key#id DataTfeSshKey#id}
*
* Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
* If you 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/hashicorp/tfe/0.60.1/docs/data-sources/ssh_key#name DataTfeSshKey#name}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/ssh_key#name DataTfeSshKey#name}
*/
readonly name: string;
/**
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/ssh_key#organization DataTfeSshKey#organization}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/ssh_key#organization DataTfeSshKey#organization}
*/
readonly organization?: string;
}
/**
-* Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/ssh_key tfe_ssh_key}
+* Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/ssh_key tfe_ssh_key}
*/
export class DataTfeSshKey extends cdktf.TerraformDataSource {
@@ -46,7 +46,7 @@ export class DataTfeSshKey extends cdktf.TerraformDataSource {
* Generates CDKTF code for importing a DataTfeSshKey resource upon running "cdktf plan "
* @param scope The scope in which to define this construct
* @param importToId The construct id used in the generated config for the DataTfeSshKey to import
- * @param importFromId The id of the existing DataTfeSshKey that should be imported. Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/ssh_key#import import section} in the documentation of this resource for the id to use
+ * @param importFromId The id of the existing DataTfeSshKey that should be imported. Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/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 DataTfeSshKey to import is found
*/
public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) {
@@ -58,7 +58,7 @@ export class DataTfeSshKey extends cdktf.TerraformDataSource {
// ===========
/**
- * Create a new {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/ssh_key tfe_ssh_key} Data Source
+ * Create a new {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/ssh_key tfe_ssh_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
@@ -69,7 +69,7 @@ export class DataTfeSshKey extends cdktf.TerraformDataSource {
terraformResourceType: 'tfe_ssh_key',
terraformGeneratorMetadata: {
providerName: 'tfe',
- providerVersion: '0.60.1',
+ providerVersion: '0.61.0',
providerVersionConstraint: '~> 0.33'
},
provider: config.provider,
diff --git a/src/data-tfe-team-access/README.md b/src/data-tfe-team-access/README.md
index f6950b008..61745c966 100644
--- a/src/data-tfe-team-access/README.md
+++ b/src/data-tfe-team-access/README.md
@@ -1,3 +1,3 @@
# `data_tfe_team_access`
-Refer to the Terraform Registry for docs: [`data_tfe_team_access`](https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/team_access).
+Refer to the Terraform Registry for docs: [`data_tfe_team_access`](https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/team_access).
diff --git a/src/data-tfe-team-access/index.ts b/src/data-tfe-team-access/index.ts
index 68da8786b..2ce9bd255 100644
--- a/src/data-tfe-team-access/index.ts
+++ b/src/data-tfe-team-access/index.ts
@@ -3,7 +3,7 @@
* SPDX-License-Identifier: MPL-2.0
*/
-// https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/team_access
+// https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/team_access
// generated from terraform resource schema
import { Construct } from 'constructs';
@@ -13,18 +13,18 @@ import * as cdktf from 'cdktf';
export interface DataTfeTeamAccessConfig extends cdktf.TerraformMetaArguments {
/**
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/team_access#id DataTfeTeamAccess#id}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/team_access#id DataTfeTeamAccess#id}
*
* Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
* If you 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/hashicorp/tfe/0.60.1/docs/data-sources/team_access#team_id DataTfeTeamAccess#team_id}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/team_access#team_id DataTfeTeamAccess#team_id}
*/
readonly teamId: string;
/**
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/team_access#workspace_id DataTfeTeamAccess#workspace_id}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/team_access#workspace_id DataTfeTeamAccess#workspace_id}
*/
readonly workspaceId: string;
}
@@ -130,7 +130,7 @@ export class DataTfeTeamAccessPermissionsList extends cdktf.ComplexList {
}
/**
-* Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/team_access tfe_team_access}
+* Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/team_access tfe_team_access}
*/
export class DataTfeTeamAccess extends cdktf.TerraformDataSource {
@@ -146,7 +146,7 @@ export class DataTfeTeamAccess extends cdktf.TerraformDataSource {
* Generates CDKTF code for importing a DataTfeTeamAccess resource upon running "cdktf plan "
* @param scope The scope in which to define this construct
* @param importToId The construct id used in the generated config for the DataTfeTeamAccess to import
- * @param importFromId The id of the existing DataTfeTeamAccess that should be imported. Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/team_access#import import section} in the documentation of this resource for the id to use
+ * @param importFromId The id of the existing DataTfeTeamAccess that should be imported. Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/team_access#import import section} in the documentation of this resource for the id to use
* @param provider? Optional instance of the provider where the DataTfeTeamAccess to import is found
*/
public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) {
@@ -158,7 +158,7 @@ export class DataTfeTeamAccess extends cdktf.TerraformDataSource {
// ===========
/**
- * Create a new {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/team_access tfe_team_access} Data Source
+ * Create a new {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/team_access tfe_team_access} 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
@@ -169,7 +169,7 @@ export class DataTfeTeamAccess extends cdktf.TerraformDataSource {
terraformResourceType: 'tfe_team_access',
terraformGeneratorMetadata: {
providerName: 'tfe',
- providerVersion: '0.60.1',
+ providerVersion: '0.61.0',
providerVersionConstraint: '~> 0.33'
},
provider: config.provider,
diff --git a/src/data-tfe-team-project-access/README.md b/src/data-tfe-team-project-access/README.md
index 534a0a4aa..990d3cde7 100644
--- a/src/data-tfe-team-project-access/README.md
+++ b/src/data-tfe-team-project-access/README.md
@@ -1,3 +1,3 @@
# `data_tfe_team_project_access`
-Refer to the Terraform Registry for docs: [`data_tfe_team_project_access`](https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/team_project_access).
+Refer to the Terraform Registry for docs: [`data_tfe_team_project_access`](https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/team_project_access).
diff --git a/src/data-tfe-team-project-access/index.ts b/src/data-tfe-team-project-access/index.ts
index 5a13d0dea..683938911 100644
--- a/src/data-tfe-team-project-access/index.ts
+++ b/src/data-tfe-team-project-access/index.ts
@@ -3,7 +3,7 @@
* SPDX-License-Identifier: MPL-2.0
*/
-// https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/team_project_access
+// https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/team_project_access
// generated from terraform resource schema
import { Construct } from 'constructs';
@@ -13,18 +13,18 @@ import * as cdktf from 'cdktf';
export interface DataTfeTeamProjectAccessConfig extends cdktf.TerraformMetaArguments {
/**
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/team_project_access#id DataTfeTeamProjectAccess#id}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/team_project_access#id DataTfeTeamProjectAccess#id}
*
* Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
* If you 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/hashicorp/tfe/0.60.1/docs/data-sources/team_project_access#project_id DataTfeTeamProjectAccess#project_id}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/team_project_access#project_id DataTfeTeamProjectAccess#project_id}
*/
readonly projectId: string;
/**
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/team_project_access#team_id DataTfeTeamProjectAccess#team_id}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/team_project_access#team_id DataTfeTeamProjectAccess#team_id}
*/
readonly teamId: string;
}
@@ -225,7 +225,7 @@ export class DataTfeTeamProjectAccessWorkspaceAccessList extends cdktf.ComplexLi
}
/**
-* Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/team_project_access tfe_team_project_access}
+* Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/team_project_access tfe_team_project_access}
*/
export class DataTfeTeamProjectAccess extends cdktf.TerraformDataSource {
@@ -241,7 +241,7 @@ export class DataTfeTeamProjectAccess extends cdktf.TerraformDataSource {
* Generates CDKTF code for importing a DataTfeTeamProjectAccess resource upon running "cdktf plan "
* @param scope The scope in which to define this construct
* @param importToId The construct id used in the generated config for the DataTfeTeamProjectAccess to import
- * @param importFromId The id of the existing DataTfeTeamProjectAccess that should be imported. Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/team_project_access#import import section} in the documentation of this resource for the id to use
+ * @param importFromId The id of the existing DataTfeTeamProjectAccess that should be imported. Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/team_project_access#import import section} in the documentation of this resource for the id to use
* @param provider? Optional instance of the provider where the DataTfeTeamProjectAccess to import is found
*/
public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) {
@@ -253,7 +253,7 @@ export class DataTfeTeamProjectAccess extends cdktf.TerraformDataSource {
// ===========
/**
- * Create a new {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/team_project_access tfe_team_project_access} Data Source
+ * Create a new {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/team_project_access tfe_team_project_access} 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
@@ -264,7 +264,7 @@ export class DataTfeTeamProjectAccess extends cdktf.TerraformDataSource {
terraformResourceType: 'tfe_team_project_access',
terraformGeneratorMetadata: {
providerName: 'tfe',
- providerVersion: '0.60.1',
+ providerVersion: '0.61.0',
providerVersionConstraint: '~> 0.33'
},
provider: config.provider,
diff --git a/src/data-tfe-team/README.md b/src/data-tfe-team/README.md
index d8343d61c..d13718746 100644
--- a/src/data-tfe-team/README.md
+++ b/src/data-tfe-team/README.md
@@ -1,3 +1,3 @@
# `data_tfe_team`
-Refer to the Terraform Registry for docs: [`data_tfe_team`](https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/team).
+Refer to the Terraform Registry for docs: [`data_tfe_team`](https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/team).
diff --git a/src/data-tfe-team/index.ts b/src/data-tfe-team/index.ts
index c4115c2af..97bc9f1a6 100644
--- a/src/data-tfe-team/index.ts
+++ b/src/data-tfe-team/index.ts
@@ -3,7 +3,7 @@
* SPDX-License-Identifier: MPL-2.0
*/
-// https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/team
+// https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/team
// generated from terraform resource schema
import { Construct } from 'constructs';
@@ -13,24 +13,24 @@ import * as cdktf from 'cdktf';
export interface DataTfeTeamConfig extends cdktf.TerraformMetaArguments {
/**
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/team#id DataTfeTeam#id}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/team#id DataTfeTeam#id}
*
* Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
* If you 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/hashicorp/tfe/0.60.1/docs/data-sources/team#name DataTfeTeam#name}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/team#name DataTfeTeam#name}
*/
readonly name: string;
/**
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/team#organization DataTfeTeam#organization}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/team#organization DataTfeTeam#organization}
*/
readonly organization?: string;
}
/**
-* Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/team tfe_team}
+* Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/team tfe_team}
*/
export class DataTfeTeam extends cdktf.TerraformDataSource {
@@ -46,7 +46,7 @@ export class DataTfeTeam extends cdktf.TerraformDataSource {
* Generates CDKTF code for importing a DataTfeTeam resource upon running "cdktf plan "
* @param scope The scope in which to define this construct
* @param importToId The construct id used in the generated config for the DataTfeTeam to import
- * @param importFromId The id of the existing DataTfeTeam that should be imported. Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/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 DataTfeTeam that should be imported. Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.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 DataTfeTeam to import is found
*/
public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) {
@@ -58,7 +58,7 @@ export class DataTfeTeam extends cdktf.TerraformDataSource {
// ===========
/**
- * Create a new {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/team tfe_team} Data Source
+ * Create a new {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/team tfe_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
@@ -69,7 +69,7 @@ export class DataTfeTeam extends cdktf.TerraformDataSource {
terraformResourceType: 'tfe_team',
terraformGeneratorMetadata: {
providerName: 'tfe',
- providerVersion: '0.60.1',
+ providerVersion: '0.61.0',
providerVersionConstraint: '~> 0.33'
},
provider: config.provider,
diff --git a/src/data-tfe-teams/README.md b/src/data-tfe-teams/README.md
index f049ef9de..d79fd78c8 100644
--- a/src/data-tfe-teams/README.md
+++ b/src/data-tfe-teams/README.md
@@ -1,3 +1,3 @@
# `data_tfe_teams`
-Refer to the Terraform Registry for docs: [`data_tfe_teams`](https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/teams).
+Refer to the Terraform Registry for docs: [`data_tfe_teams`](https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/teams).
diff --git a/src/data-tfe-teams/index.ts b/src/data-tfe-teams/index.ts
index 5b5838989..e7b450f37 100644
--- a/src/data-tfe-teams/index.ts
+++ b/src/data-tfe-teams/index.ts
@@ -3,7 +3,7 @@
* SPDX-License-Identifier: MPL-2.0
*/
-// https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/teams
+// https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/teams
// generated from terraform resource schema
import { Construct } from 'constructs';
@@ -13,20 +13,20 @@ import * as cdktf from 'cdktf';
export interface DataTfeTeamsConfig extends cdktf.TerraformMetaArguments {
/**
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/teams#id DataTfeTeams#id}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/teams#id DataTfeTeams#id}
*
* Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
* If you 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/hashicorp/tfe/0.60.1/docs/data-sources/teams#organization DataTfeTeams#organization}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/teams#organization DataTfeTeams#organization}
*/
readonly organization?: string;
}
/**
-* Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/teams tfe_teams}
+* Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/teams tfe_teams}
*/
export class DataTfeTeams extends cdktf.TerraformDataSource {
@@ -42,7 +42,7 @@ export class DataTfeTeams extends cdktf.TerraformDataSource {
* Generates CDKTF code for importing a DataTfeTeams resource upon running "cdktf plan "
* @param scope The scope in which to define this construct
* @param importToId The construct id used in the generated config for the DataTfeTeams to import
- * @param importFromId The id of the existing DataTfeTeams that should be imported. Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/teams#import import section} in the documentation of this resource for the id to use
+ * @param importFromId The id of the existing DataTfeTeams that should be imported. Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/teams#import import section} in the documentation of this resource for the id to use
* @param provider? Optional instance of the provider where the DataTfeTeams to import is found
*/
public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) {
@@ -54,7 +54,7 @@ export class DataTfeTeams extends cdktf.TerraformDataSource {
// ===========
/**
- * Create a new {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/teams tfe_teams} Data Source
+ * Create a new {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/teams tfe_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
@@ -65,7 +65,7 @@ export class DataTfeTeams extends cdktf.TerraformDataSource {
terraformResourceType: 'tfe_teams',
terraformGeneratorMetadata: {
providerName: 'tfe',
- providerVersion: '0.60.1',
+ providerVersion: '0.61.0',
providerVersionConstraint: '~> 0.33'
},
provider: config.provider,
diff --git a/src/data-tfe-variable-set/README.md b/src/data-tfe-variable-set/README.md
index 3c7e44a4d..0e4341494 100644
--- a/src/data-tfe-variable-set/README.md
+++ b/src/data-tfe-variable-set/README.md
@@ -1,3 +1,3 @@
# `data_tfe_variable_set`
-Refer to the Terraform Registry for docs: [`data_tfe_variable_set`](https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/variable_set).
+Refer to the Terraform Registry for docs: [`data_tfe_variable_set`](https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/variable_set).
diff --git a/src/data-tfe-variable-set/index.ts b/src/data-tfe-variable-set/index.ts
index aac9e37d9..419302ee8 100644
--- a/src/data-tfe-variable-set/index.ts
+++ b/src/data-tfe-variable-set/index.ts
@@ -3,7 +3,7 @@
* SPDX-License-Identifier: MPL-2.0
*/
-// https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/variable_set
+// https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/variable_set
// generated from terraform resource schema
import { Construct } from 'constructs';
@@ -13,36 +13,36 @@ import * as cdktf from 'cdktf';
export interface DataTfeVariableSetConfig extends cdktf.TerraformMetaArguments {
/**
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/variable_set#id DataTfeVariableSet#id}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/variable_set#id DataTfeVariableSet#id}
*
* Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
* If you 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/hashicorp/tfe/0.60.1/docs/data-sources/variable_set#name DataTfeVariableSet#name}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/variable_set#name DataTfeVariableSet#name}
*/
readonly name: string;
/**
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/variable_set#organization DataTfeVariableSet#organization}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/variable_set#organization DataTfeVariableSet#organization}
*/
readonly organization?: string;
/**
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/variable_set#project_ids DataTfeVariableSet#project_ids}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/variable_set#project_ids DataTfeVariableSet#project_ids}
*/
readonly projectIds?: string[];
/**
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/variable_set#variable_ids DataTfeVariableSet#variable_ids}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/variable_set#variable_ids DataTfeVariableSet#variable_ids}
*/
readonly variableIds?: string[];
/**
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/variable_set#workspace_ids DataTfeVariableSet#workspace_ids}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/variable_set#workspace_ids DataTfeVariableSet#workspace_ids}
*/
readonly workspaceIds?: string[];
}
/**
-* Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/variable_set tfe_variable_set}
+* Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/variable_set tfe_variable_set}
*/
export class DataTfeVariableSet extends cdktf.TerraformDataSource {
@@ -58,7 +58,7 @@ export class DataTfeVariableSet extends cdktf.TerraformDataSource {
* Generates CDKTF code for importing a DataTfeVariableSet resource upon running "cdktf plan "
* @param scope The scope in which to define this construct
* @param importToId The construct id used in the generated config for the DataTfeVariableSet to import
- * @param importFromId The id of the existing DataTfeVariableSet that should be imported. Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/variable_set#import import section} in the documentation of this resource for the id to use
+ * @param importFromId The id of the existing DataTfeVariableSet that should be imported. Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/variable_set#import import section} in the documentation of this resource for the id to use
* @param provider? Optional instance of the provider where the DataTfeVariableSet to import is found
*/
public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) {
@@ -70,7 +70,7 @@ export class DataTfeVariableSet extends cdktf.TerraformDataSource {
// ===========
/**
- * Create a new {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/variable_set tfe_variable_set} Data Source
+ * Create a new {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/variable_set tfe_variable_set} 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
@@ -81,7 +81,7 @@ export class DataTfeVariableSet extends cdktf.TerraformDataSource {
terraformResourceType: 'tfe_variable_set',
terraformGeneratorMetadata: {
providerName: 'tfe',
- providerVersion: '0.60.1',
+ providerVersion: '0.61.0',
providerVersionConstraint: '~> 0.33'
},
provider: config.provider,
diff --git a/src/data-tfe-variables/README.md b/src/data-tfe-variables/README.md
index b22b6349f..ffefe3696 100644
--- a/src/data-tfe-variables/README.md
+++ b/src/data-tfe-variables/README.md
@@ -1,3 +1,3 @@
# `data_tfe_variables`
-Refer to the Terraform Registry for docs: [`data_tfe_variables`](https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/variables).
+Refer to the Terraform Registry for docs: [`data_tfe_variables`](https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/variables).
diff --git a/src/data-tfe-variables/index.ts b/src/data-tfe-variables/index.ts
index e74387eed..d338b71dd 100644
--- a/src/data-tfe-variables/index.ts
+++ b/src/data-tfe-variables/index.ts
@@ -3,7 +3,7 @@
* SPDX-License-Identifier: MPL-2.0
*/
-// https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/variables
+// https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/variables
// generated from terraform resource schema
import { Construct } from 'constructs';
@@ -13,18 +13,18 @@ import * as cdktf from 'cdktf';
export interface DataTfeVariablesConfig extends cdktf.TerraformMetaArguments {
/**
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/variables#id DataTfeVariables#id}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/variables#id DataTfeVariables#id}
*
* Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
* If you 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/hashicorp/tfe/0.60.1/docs/data-sources/variables#variable_set_id DataTfeVariables#variable_set_id}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/variables#variable_set_id DataTfeVariables#variable_set_id}
*/
readonly variableSetId?: string;
/**
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/variables#workspace_id DataTfeVariables#workspace_id}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/variables#workspace_id DataTfeVariables#workspace_id}
*/
readonly workspaceId?: string;
}
@@ -330,7 +330,7 @@ export class DataTfeVariablesVariablesList extends cdktf.ComplexList {
}
/**
-* Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/variables tfe_variables}
+* Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/variables tfe_variables}
*/
export class DataTfeVariables extends cdktf.TerraformDataSource {
@@ -346,7 +346,7 @@ export class DataTfeVariables extends cdktf.TerraformDataSource {
* Generates CDKTF code for importing a DataTfeVariables resource upon running "cdktf plan "
* @param scope The scope in which to define this construct
* @param importToId The construct id used in the generated config for the DataTfeVariables to import
- * @param importFromId The id of the existing DataTfeVariables that should be imported. Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/variables#import import section} in the documentation of this resource for the id to use
+ * @param importFromId The id of the existing DataTfeVariables that should be imported. Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/variables#import import section} in the documentation of this resource for the id to use
* @param provider? Optional instance of the provider where the DataTfeVariables to import is found
*/
public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) {
@@ -358,7 +358,7 @@ export class DataTfeVariables extends cdktf.TerraformDataSource {
// ===========
/**
- * Create a new {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/variables tfe_variables} Data Source
+ * Create a new {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/variables tfe_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
@@ -369,7 +369,7 @@ export class DataTfeVariables extends cdktf.TerraformDataSource {
terraformResourceType: 'tfe_variables',
terraformGeneratorMetadata: {
providerName: 'tfe',
- providerVersion: '0.60.1',
+ providerVersion: '0.61.0',
providerVersionConstraint: '~> 0.33'
},
provider: config.provider,
diff --git a/src/data-tfe-workspace-ids/README.md b/src/data-tfe-workspace-ids/README.md
index 77febb2f8..a6516ef5e 100644
--- a/src/data-tfe-workspace-ids/README.md
+++ b/src/data-tfe-workspace-ids/README.md
@@ -1,3 +1,3 @@
# `data_tfe_workspace_ids`
-Refer to the Terraform Registry for docs: [`data_tfe_workspace_ids`](https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/workspace_ids).
+Refer to the Terraform Registry for docs: [`data_tfe_workspace_ids`](https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/workspace_ids).
diff --git a/src/data-tfe-workspace-ids/index.ts b/src/data-tfe-workspace-ids/index.ts
index 0221719fa..c77663d12 100644
--- a/src/data-tfe-workspace-ids/index.ts
+++ b/src/data-tfe-workspace-ids/index.ts
@@ -3,7 +3,7 @@
* SPDX-License-Identifier: MPL-2.0
*/
-// https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/workspace_ids
+// https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/workspace_ids
// generated from terraform resource schema
import { Construct } from 'constructs';
@@ -13,32 +13,32 @@ import * as cdktf from 'cdktf';
export interface DataTfeWorkspaceIdsConfig extends cdktf.TerraformMetaArguments {
/**
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/workspace_ids#exclude_tags DataTfeWorkspaceIds#exclude_tags}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/workspace_ids#exclude_tags DataTfeWorkspaceIds#exclude_tags}
*/
readonly excludeTags?: string[];
/**
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/workspace_ids#id DataTfeWorkspaceIds#id}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/workspace_ids#id DataTfeWorkspaceIds#id}
*
* Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
* If you 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/hashicorp/tfe/0.60.1/docs/data-sources/workspace_ids#names DataTfeWorkspaceIds#names}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/workspace_ids#names DataTfeWorkspaceIds#names}
*/
readonly names?: string[];
/**
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/workspace_ids#organization DataTfeWorkspaceIds#organization}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/workspace_ids#organization DataTfeWorkspaceIds#organization}
*/
readonly organization?: string;
/**
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/workspace_ids#tag_names DataTfeWorkspaceIds#tag_names}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/workspace_ids#tag_names DataTfeWorkspaceIds#tag_names}
*/
readonly tagNames?: string[];
}
/**
-* Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/workspace_ids tfe_workspace_ids}
+* Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/workspace_ids tfe_workspace_ids}
*/
export class DataTfeWorkspaceIds extends cdktf.TerraformDataSource {
@@ -54,7 +54,7 @@ export class DataTfeWorkspaceIds extends cdktf.TerraformDataSource {
* Generates CDKTF code for importing a DataTfeWorkspaceIds resource upon running "cdktf plan "
* @param scope The scope in which to define this construct
* @param importToId The construct id used in the generated config for the DataTfeWorkspaceIds to import
- * @param importFromId The id of the existing DataTfeWorkspaceIds that should be imported. Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/workspace_ids#import import section} in the documentation of this resource for the id to use
+ * @param importFromId The id of the existing DataTfeWorkspaceIds that should be imported. Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/workspace_ids#import import section} in the documentation of this resource for the id to use
* @param provider? Optional instance of the provider where the DataTfeWorkspaceIds to import is found
*/
public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) {
@@ -66,7 +66,7 @@ export class DataTfeWorkspaceIds extends cdktf.TerraformDataSource {
// ===========
/**
- * Create a new {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/workspace_ids tfe_workspace_ids} Data Source
+ * Create a new {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/workspace_ids tfe_workspace_ids} Data Source
*
* @param scope The scope in which to define this construct
* @param id The scoped construct ID. Must be unique amongst siblings in the same scope
@@ -77,7 +77,7 @@ export class DataTfeWorkspaceIds extends cdktf.TerraformDataSource {
terraformResourceType: 'tfe_workspace_ids',
terraformGeneratorMetadata: {
providerName: 'tfe',
- providerVersion: '0.60.1',
+ providerVersion: '0.61.0',
providerVersionConstraint: '~> 0.33'
},
provider: config.provider,
diff --git a/src/data-tfe-workspace-run-task/README.md b/src/data-tfe-workspace-run-task/README.md
index dab56412a..71c5cb302 100644
--- a/src/data-tfe-workspace-run-task/README.md
+++ b/src/data-tfe-workspace-run-task/README.md
@@ -1,3 +1,3 @@
# `data_tfe_workspace_run_task`
-Refer to the Terraform Registry for docs: [`data_tfe_workspace_run_task`](https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/workspace_run_task).
+Refer to the Terraform Registry for docs: [`data_tfe_workspace_run_task`](https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/workspace_run_task).
diff --git a/src/data-tfe-workspace-run-task/index.ts b/src/data-tfe-workspace-run-task/index.ts
index 5b214e4e3..9ed3dd4f2 100644
--- a/src/data-tfe-workspace-run-task/index.ts
+++ b/src/data-tfe-workspace-run-task/index.ts
@@ -3,7 +3,7 @@
* SPDX-License-Identifier: MPL-2.0
*/
-// https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/workspace_run_task
+// https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/workspace_run_task
// generated from terraform resource schema
import { Construct } from 'constructs';
@@ -15,19 +15,19 @@ export interface DataTfeWorkspaceRunTaskConfig extends cdktf.TerraformMetaArgume
/**
* The id of the run task.
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/workspace_run_task#task_id DataTfeWorkspaceRunTask#task_id}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/workspace_run_task#task_id DataTfeWorkspaceRunTask#task_id}
*/
readonly taskId: string;
/**
* The id of the workspace.
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/workspace_run_task#workspace_id DataTfeWorkspaceRunTask#workspace_id}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/workspace_run_task#workspace_id DataTfeWorkspaceRunTask#workspace_id}
*/
readonly workspaceId: string;
}
/**
-* Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/workspace_run_task tfe_workspace_run_task}
+* Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/workspace_run_task tfe_workspace_run_task}
*/
export class DataTfeWorkspaceRunTask extends cdktf.TerraformDataSource {
@@ -43,7 +43,7 @@ export class DataTfeWorkspaceRunTask extends cdktf.TerraformDataSource {
* Generates CDKTF code for importing a DataTfeWorkspaceRunTask resource upon running "cdktf plan "
* @param scope The scope in which to define this construct
* @param importToId The construct id used in the generated config for the DataTfeWorkspaceRunTask to import
- * @param importFromId The id of the existing DataTfeWorkspaceRunTask that should be imported. Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/workspace_run_task#import import section} in the documentation of this resource for the id to use
+ * @param importFromId The id of the existing DataTfeWorkspaceRunTask that should be imported. Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/workspace_run_task#import import section} in the documentation of this resource for the id to use
* @param provider? Optional instance of the provider where the DataTfeWorkspaceRunTask to import is found
*/
public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) {
@@ -55,7 +55,7 @@ export class DataTfeWorkspaceRunTask extends cdktf.TerraformDataSource {
// ===========
/**
- * Create a new {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/workspace_run_task tfe_workspace_run_task} Data Source
+ * Create a new {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/workspace_run_task tfe_workspace_run_task} Data Source
*
* @param scope The scope in which to define this construct
* @param id The scoped construct ID. Must be unique amongst siblings in the same scope
@@ -66,7 +66,7 @@ export class DataTfeWorkspaceRunTask extends cdktf.TerraformDataSource {
terraformResourceType: 'tfe_workspace_run_task',
terraformGeneratorMetadata: {
providerName: 'tfe',
- providerVersion: '0.60.1',
+ providerVersion: '0.61.0',
providerVersionConstraint: '~> 0.33'
},
provider: config.provider,
diff --git a/src/data-tfe-workspace/README.md b/src/data-tfe-workspace/README.md
index 66e853505..dc47bd24b 100644
--- a/src/data-tfe-workspace/README.md
+++ b/src/data-tfe-workspace/README.md
@@ -1,3 +1,3 @@
# `data_tfe_workspace`
-Refer to the Terraform Registry for docs: [`data_tfe_workspace`](https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/workspace).
+Refer to the Terraform Registry for docs: [`data_tfe_workspace`](https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/workspace).
diff --git a/src/data-tfe-workspace/index.ts b/src/data-tfe-workspace/index.ts
index 891bac6a3..5be30607d 100644
--- a/src/data-tfe-workspace/index.ts
+++ b/src/data-tfe-workspace/index.ts
@@ -3,7 +3,7 @@
* SPDX-License-Identifier: MPL-2.0
*/
-// https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/workspace
+// https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/workspace
// generated from terraform resource schema
import { Construct } from 'constructs';
@@ -13,22 +13,22 @@ import * as cdktf from 'cdktf';
export interface DataTfeWorkspaceConfig extends cdktf.TerraformMetaArguments {
/**
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/workspace#id DataTfeWorkspace#id}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/workspace#id DataTfeWorkspace#id}
*
* Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
* If you 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/hashicorp/tfe/0.60.1/docs/data-sources/workspace#name DataTfeWorkspace#name}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/workspace#name DataTfeWorkspace#name}
*/
readonly name: string;
/**
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/workspace#organization DataTfeWorkspace#organization}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/workspace#organization DataTfeWorkspace#organization}
*/
readonly organization?: string;
/**
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/workspace#tag_names DataTfeWorkspace#tag_names}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/workspace#tag_names DataTfeWorkspace#tag_names}
*/
readonly tagNames?: string[];
}
@@ -134,7 +134,7 @@ export class DataTfeWorkspaceVcsRepoList extends cdktf.ComplexList {
}
/**
-* Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/workspace tfe_workspace}
+* Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/workspace tfe_workspace}
*/
export class DataTfeWorkspace extends cdktf.TerraformDataSource {
@@ -150,7 +150,7 @@ export class DataTfeWorkspace extends cdktf.TerraformDataSource {
* Generates CDKTF code for importing a DataTfeWorkspace resource upon running "cdktf plan "
* @param scope The scope in which to define this construct
* @param importToId The construct id used in the generated config for the DataTfeWorkspace to import
- * @param importFromId The id of the existing DataTfeWorkspace that should be imported. Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/workspace#import import section} in the documentation of this resource for the id to use
+ * @param importFromId The id of the existing DataTfeWorkspace that should be imported. Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/workspace#import import section} in the documentation of this resource for the id to use
* @param provider? Optional instance of the provider where the DataTfeWorkspace to import is found
*/
public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) {
@@ -162,7 +162,7 @@ export class DataTfeWorkspace extends cdktf.TerraformDataSource {
// ===========
/**
- * Create a new {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/data-sources/workspace tfe_workspace} Data Source
+ * Create a new {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/data-sources/workspace tfe_workspace} Data Source
*
* @param scope The scope in which to define this construct
* @param id The scoped construct ID. Must be unique amongst siblings in the same scope
@@ -173,7 +173,7 @@ export class DataTfeWorkspace extends cdktf.TerraformDataSource {
terraformResourceType: 'tfe_workspace',
terraformGeneratorMetadata: {
providerName: 'tfe',
- providerVersion: '0.60.1',
+ providerVersion: '0.61.0',
providerVersionConstraint: '~> 0.33'
},
provider: config.provider,
diff --git a/src/index.ts b/src/index.ts
index a78219acb..854431433 100644
--- a/src/index.ts
+++ b/src/index.ts
@@ -8,6 +8,7 @@ export * as adminOrganizationSettings from './admin-organization-settings';
export * as agentPool from './agent-pool';
export * as agentPoolAllowedWorkspaces from './agent-pool-allowed-workspaces';
export * as agentToken from './agent-token';
+export * as auditTrailToken from './audit-trail-token';
export * as dataRetentionPolicy from './data-retention-policy';
export * as noCodeModule from './no-code-module';
export * as notificationConfiguration from './notification-configuration';
diff --git a/src/lazy-index.ts b/src/lazy-index.ts
index 5eb25cbdf..7141981fb 100644
--- a/src/lazy-index.ts
+++ b/src/lazy-index.ts
@@ -8,6 +8,7 @@ Object.defineProperty(exports, 'adminOrganizationSettings', { get: function () {
Object.defineProperty(exports, 'agentPool', { get: function () { return require('./agent-pool'); } });
Object.defineProperty(exports, 'agentPoolAllowedWorkspaces', { get: function () { return require('./agent-pool-allowed-workspaces'); } });
Object.defineProperty(exports, 'agentToken', { get: function () { return require('./agent-token'); } });
+Object.defineProperty(exports, 'auditTrailToken', { get: function () { return require('./audit-trail-token'); } });
Object.defineProperty(exports, 'dataRetentionPolicy', { get: function () { return require('./data-retention-policy'); } });
Object.defineProperty(exports, 'noCodeModule', { get: function () { return require('./no-code-module'); } });
Object.defineProperty(exports, 'notificationConfiguration', { get: function () { return require('./notification-configuration'); } });
diff --git a/src/no-code-module/README.md b/src/no-code-module/README.md
index e841fca10..3a0731ad8 100644
--- a/src/no-code-module/README.md
+++ b/src/no-code-module/README.md
@@ -1,3 +1,3 @@
# `tfe_no_code_module`
-Refer to the Terraform Registry for docs: [`tfe_no_code_module`](https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/no_code_module).
+Refer to the Terraform Registry for docs: [`tfe_no_code_module`](https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/no_code_module).
diff --git a/src/no-code-module/index.ts b/src/no-code-module/index.ts
index 4009fc95d..59217b548 100644
--- a/src/no-code-module/index.ts
+++ b/src/no-code-module/index.ts
@@ -3,7 +3,7 @@
* SPDX-License-Identifier: MPL-2.0
*/
-// https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/no_code_module
+// https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/no_code_module
// generated from terraform resource schema
import { Construct } from 'constructs';
@@ -13,46 +13,46 @@ import * as cdktf from 'cdktf';
export interface NoCodeModuleConfig extends cdktf.TerraformMetaArguments {
/**
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/no_code_module#enabled NoCodeModule#enabled}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/no_code_module#enabled NoCodeModule#enabled}
*/
readonly enabled?: boolean | cdktf.IResolvable;
/**
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/no_code_module#id NoCodeModule#id}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/no_code_module#id NoCodeModule#id}
*
* Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
* If you 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/hashicorp/tfe/0.60.1/docs/resources/no_code_module#organization NoCodeModule#organization}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/no_code_module#organization NoCodeModule#organization}
*/
readonly organization?: string;
/**
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/no_code_module#registry_module NoCodeModule#registry_module}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/no_code_module#registry_module NoCodeModule#registry_module}
*/
readonly registryModule: string;
/**
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/no_code_module#version_pin NoCodeModule#version_pin}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/no_code_module#version_pin NoCodeModule#version_pin}
*/
readonly versionPin?: string;
/**
* variable_options block
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/no_code_module#variable_options NoCodeModule#variable_options}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/no_code_module#variable_options NoCodeModule#variable_options}
*/
readonly variableOptions?: NoCodeModuleVariableOptions[] | cdktf.IResolvable;
}
export interface NoCodeModuleVariableOptions {
/**
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/no_code_module#name NoCodeModule#name}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/no_code_module#name NoCodeModule#name}
*/
readonly name: string;
/**
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/no_code_module#options NoCodeModule#options}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/no_code_module#options NoCodeModule#options}
*/
readonly options: string[];
/**
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/no_code_module#type NoCodeModule#type}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/no_code_module#type NoCodeModule#type}
*/
readonly type: string;
}
@@ -217,7 +217,7 @@ export class NoCodeModuleVariableOptionsList extends cdktf.ComplexList {
}
/**
-* Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/no_code_module tfe_no_code_module}
+* Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/no_code_module tfe_no_code_module}
*/
export class NoCodeModule extends cdktf.TerraformResource {
@@ -233,7 +233,7 @@ export class NoCodeModule extends cdktf.TerraformResource {
* Generates CDKTF code for importing a NoCodeModule resource upon running "cdktf plan "
* @param scope The scope in which to define this construct
* @param importToId The construct id used in the generated config for the NoCodeModule to import
- * @param importFromId The id of the existing NoCodeModule that should be imported. Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/no_code_module#import import section} in the documentation of this resource for the id to use
+ * @param importFromId The id of the existing NoCodeModule that should be imported. Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/no_code_module#import import section} in the documentation of this resource for the id to use
* @param provider? Optional instance of the provider where the NoCodeModule to import is found
*/
public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) {
@@ -245,7 +245,7 @@ export class NoCodeModule extends cdktf.TerraformResource {
// ===========
/**
- * Create a new {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/no_code_module tfe_no_code_module} Resource
+ * Create a new {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/no_code_module tfe_no_code_module} 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
@@ -256,7 +256,7 @@ export class NoCodeModule extends cdktf.TerraformResource {
terraformResourceType: 'tfe_no_code_module',
terraformGeneratorMetadata: {
providerName: 'tfe',
- providerVersion: '0.60.1',
+ providerVersion: '0.61.0',
providerVersionConstraint: '~> 0.33'
},
provider: config.provider,
diff --git a/src/notification-configuration/README.md b/src/notification-configuration/README.md
index 9912eb66e..ced6922d0 100644
--- a/src/notification-configuration/README.md
+++ b/src/notification-configuration/README.md
@@ -1,3 +1,3 @@
# `tfe_notification_configuration`
-Refer to the Terraform Registry for docs: [`tfe_notification_configuration`](https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/notification_configuration).
+Refer to the Terraform Registry for docs: [`tfe_notification_configuration`](https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/notification_configuration).
diff --git a/src/notification-configuration/index.ts b/src/notification-configuration/index.ts
index 3f998d9c0..39becc59c 100644
--- a/src/notification-configuration/index.ts
+++ b/src/notification-configuration/index.ts
@@ -3,7 +3,7 @@
* SPDX-License-Identifier: MPL-2.0
*/
-// https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/notification_configuration
+// https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/notification_configuration
// generated from terraform resource schema
import { Construct } from 'constructs';
@@ -13,52 +13,52 @@ import * as cdktf from 'cdktf';
export interface NotificationConfigurationConfig extends cdktf.TerraformMetaArguments {
/**
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/notification_configuration#destination_type NotificationConfiguration#destination_type}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/notification_configuration#destination_type NotificationConfiguration#destination_type}
*/
readonly destinationType: string;
/**
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/notification_configuration#email_addresses NotificationConfiguration#email_addresses}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/notification_configuration#email_addresses NotificationConfiguration#email_addresses}
*/
readonly emailAddresses?: string[];
/**
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/notification_configuration#email_user_ids NotificationConfiguration#email_user_ids}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/notification_configuration#email_user_ids NotificationConfiguration#email_user_ids}
*/
readonly emailUserIds?: string[];
/**
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/notification_configuration#enabled NotificationConfiguration#enabled}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/notification_configuration#enabled NotificationConfiguration#enabled}
*/
readonly enabled?: boolean | cdktf.IResolvable;
/**
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/notification_configuration#id NotificationConfiguration#id}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/notification_configuration#id NotificationConfiguration#id}
*
* Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
* If you 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/hashicorp/tfe/0.60.1/docs/resources/notification_configuration#name NotificationConfiguration#name}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/notification_configuration#name NotificationConfiguration#name}
*/
readonly name: string;
/**
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/notification_configuration#token NotificationConfiguration#token}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/notification_configuration#token NotificationConfiguration#token}
*/
readonly token?: string;
/**
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/notification_configuration#triggers NotificationConfiguration#triggers}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/notification_configuration#triggers NotificationConfiguration#triggers}
*/
readonly triggers?: string[];
/**
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/notification_configuration#url NotificationConfiguration#url}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/notification_configuration#url NotificationConfiguration#url}
*/
readonly url?: string;
/**
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/notification_configuration#workspace_id NotificationConfiguration#workspace_id}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/notification_configuration#workspace_id NotificationConfiguration#workspace_id}
*/
readonly workspaceId: string;
}
/**
-* Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/notification_configuration tfe_notification_configuration}
+* Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/notification_configuration tfe_notification_configuration}
*/
export class NotificationConfiguration extends cdktf.TerraformResource {
@@ -74,7 +74,7 @@ export class NotificationConfiguration extends cdktf.TerraformResource {
* Generates CDKTF code for importing a NotificationConfiguration resource upon running "cdktf plan "
* @param scope The scope in which to define this construct
* @param importToId The construct id used in the generated config for the NotificationConfiguration to import
- * @param importFromId The id of the existing NotificationConfiguration that should be imported. Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/notification_configuration#import import section} in the documentation of this resource for the id to use
+ * @param importFromId The id of the existing NotificationConfiguration that should be imported. Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/notification_configuration#import import section} in the documentation of this resource for the id to use
* @param provider? Optional instance of the provider where the NotificationConfiguration to import is found
*/
public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) {
@@ -86,7 +86,7 @@ export class NotificationConfiguration extends cdktf.TerraformResource {
// ===========
/**
- * Create a new {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/notification_configuration tfe_notification_configuration} Resource
+ * Create a new {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/notification_configuration tfe_notification_configuration} Resource
*
* @param scope The scope in which to define this construct
* @param id The scoped construct ID. Must be unique amongst siblings in the same scope
@@ -97,7 +97,7 @@ export class NotificationConfiguration extends cdktf.TerraformResource {
terraformResourceType: 'tfe_notification_configuration',
terraformGeneratorMetadata: {
providerName: 'tfe',
- providerVersion: '0.60.1',
+ providerVersion: '0.61.0',
providerVersionConstraint: '~> 0.33'
},
provider: config.provider,
diff --git a/src/oauth-client/README.md b/src/oauth-client/README.md
index d90849b9e..ea36a6a10 100644
--- a/src/oauth-client/README.md
+++ b/src/oauth-client/README.md
@@ -1,3 +1,3 @@
# `tfe_oauth_client`
-Refer to the Terraform Registry for docs: [`tfe_oauth_client`](https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/oauth_client).
+Refer to the Terraform Registry for docs: [`tfe_oauth_client`](https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/oauth_client).
diff --git a/src/oauth-client/index.ts b/src/oauth-client/index.ts
index ab406942a..dbacf52b6 100644
--- a/src/oauth-client/index.ts
+++ b/src/oauth-client/index.ts
@@ -3,7 +3,7 @@
* SPDX-License-Identifier: MPL-2.0
*/
-// https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/oauth_client
+// https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/oauth_client
// generated from terraform resource schema
import { Construct } from 'constructs';
@@ -13,64 +13,64 @@ import * as cdktf from 'cdktf';
export interface OauthClientConfig extends cdktf.TerraformMetaArguments {
/**
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/oauth_client#agent_pool_id OauthClient#agent_pool_id}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/oauth_client#agent_pool_id OauthClient#agent_pool_id}
*/
readonly agentPoolId?: string;
/**
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/oauth_client#api_url OauthClient#api_url}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/oauth_client#api_url OauthClient#api_url}
*/
readonly apiUrl: string;
/**
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/oauth_client#http_url OauthClient#http_url}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/oauth_client#http_url OauthClient#http_url}
*/
readonly httpUrl: string;
/**
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/oauth_client#id OauthClient#id}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/oauth_client#id OauthClient#id}
*
* Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
* If you 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/hashicorp/tfe/0.60.1/docs/resources/oauth_client#key OauthClient#key}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/oauth_client#key OauthClient#key}
*/
readonly key?: string;
/**
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/oauth_client#name OauthClient#name}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/oauth_client#name OauthClient#name}
*/
readonly name?: string;
/**
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/oauth_client#oauth_token OauthClient#oauth_token}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/oauth_client#oauth_token OauthClient#oauth_token}
*/
readonly oauthToken?: string;
/**
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/oauth_client#organization OauthClient#organization}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/oauth_client#organization OauthClient#organization}
*/
readonly organization?: string;
/**
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/oauth_client#organization_scoped OauthClient#organization_scoped}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/oauth_client#organization_scoped OauthClient#organization_scoped}
*/
readonly organizationScoped?: boolean | cdktf.IResolvable;
/**
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/oauth_client#private_key OauthClient#private_key}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/oauth_client#private_key OauthClient#private_key}
*/
readonly privateKey?: string;
/**
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/oauth_client#rsa_public_key OauthClient#rsa_public_key}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/oauth_client#rsa_public_key OauthClient#rsa_public_key}
*/
readonly rsaPublicKey?: string;
/**
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/oauth_client#secret OauthClient#secret}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/oauth_client#secret OauthClient#secret}
*/
readonly secret?: string;
/**
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/oauth_client#service_provider OauthClient#service_provider}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/oauth_client#service_provider OauthClient#service_provider}
*/
readonly serviceProvider: string;
}
/**
-* Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/oauth_client tfe_oauth_client}
+* Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/oauth_client tfe_oauth_client}
*/
export class OauthClient extends cdktf.TerraformResource {
@@ -86,7 +86,7 @@ export class OauthClient extends cdktf.TerraformResource {
* Generates CDKTF code for importing a OauthClient resource upon running "cdktf plan "
* @param scope The scope in which to define this construct
* @param importToId The construct id used in the generated config for the OauthClient to import
- * @param importFromId The id of the existing OauthClient that should be imported. Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/oauth_client#import import section} in the documentation of this resource for the id to use
+ * @param importFromId The id of the existing OauthClient that should be imported. Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/oauth_client#import import section} in the documentation of this resource for the id to use
* @param provider? Optional instance of the provider where the OauthClient to import is found
*/
public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) {
@@ -98,7 +98,7 @@ export class OauthClient extends cdktf.TerraformResource {
// ===========
/**
- * Create a new {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/oauth_client tfe_oauth_client} Resource
+ * Create a new {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/oauth_client tfe_oauth_client} Resource
*
* @param scope The scope in which to define this construct
* @param id The scoped construct ID. Must be unique amongst siblings in the same scope
@@ -109,7 +109,7 @@ export class OauthClient extends cdktf.TerraformResource {
terraformResourceType: 'tfe_oauth_client',
terraformGeneratorMetadata: {
providerName: 'tfe',
- providerVersion: '0.60.1',
+ providerVersion: '0.61.0',
providerVersionConstraint: '~> 0.33'
},
provider: config.provider,
diff --git a/src/opa-version/README.md b/src/opa-version/README.md
index 5c113397b..ae8008fac 100644
--- a/src/opa-version/README.md
+++ b/src/opa-version/README.md
@@ -1,3 +1,3 @@
# `tfe_opa_version`
-Refer to the Terraform Registry for docs: [`tfe_opa_version`](https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/opa_version).
+Refer to the Terraform Registry for docs: [`tfe_opa_version`](https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/opa_version).
diff --git a/src/opa-version/index.ts b/src/opa-version/index.ts
index ed3423d24..535d4c891 100644
--- a/src/opa-version/index.ts
+++ b/src/opa-version/index.ts
@@ -3,7 +3,7 @@
* SPDX-License-Identifier: MPL-2.0
*/
-// https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/opa_version
+// https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/opa_version
// generated from terraform resource schema
import { Construct } from 'constructs';
@@ -13,48 +13,48 @@ import * as cdktf from 'cdktf';
export interface OpaVersionConfig extends cdktf.TerraformMetaArguments {
/**
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/opa_version#beta OpaVersion#beta}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/opa_version#beta OpaVersion#beta}
*/
readonly beta?: boolean | cdktf.IResolvable;
/**
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/opa_version#deprecated OpaVersion#deprecated}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/opa_version#deprecated OpaVersion#deprecated}
*/
readonly deprecated?: boolean | cdktf.IResolvable;
/**
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/opa_version#deprecated_reason OpaVersion#deprecated_reason}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/opa_version#deprecated_reason OpaVersion#deprecated_reason}
*/
readonly deprecatedReason?: string;
/**
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/opa_version#enabled OpaVersion#enabled}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/opa_version#enabled OpaVersion#enabled}
*/
readonly enabled?: boolean | cdktf.IResolvable;
/**
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/opa_version#id OpaVersion#id}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/opa_version#id OpaVersion#id}
*
* Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
* If you 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/hashicorp/tfe/0.60.1/docs/resources/opa_version#official OpaVersion#official}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/opa_version#official OpaVersion#official}
*/
readonly official?: boolean | cdktf.IResolvable;
/**
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/opa_version#sha OpaVersion#sha}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/opa_version#sha OpaVersion#sha}
*/
readonly sha: string;
/**
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/opa_version#url OpaVersion#url}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/opa_version#url OpaVersion#url}
*/
readonly url: string;
/**
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/opa_version#version OpaVersion#version}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/opa_version#version OpaVersion#version}
*/
readonly version: string;
}
/**
-* Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/opa_version tfe_opa_version}
+* Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/opa_version tfe_opa_version}
*/
export class OpaVersion extends cdktf.TerraformResource {
@@ -70,7 +70,7 @@ export class OpaVersion extends cdktf.TerraformResource {
* Generates CDKTF code for importing a OpaVersion resource upon running "cdktf plan "
* @param scope The scope in which to define this construct
* @param importToId The construct id used in the generated config for the OpaVersion to import
- * @param importFromId The id of the existing OpaVersion that should be imported. Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/opa_version#import import section} in the documentation of this resource for the id to use
+ * @param importFromId The id of the existing OpaVersion that should be imported. Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/opa_version#import import section} in the documentation of this resource for the id to use
* @param provider? Optional instance of the provider where the OpaVersion to import is found
*/
public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) {
@@ -82,7 +82,7 @@ export class OpaVersion extends cdktf.TerraformResource {
// ===========
/**
- * Create a new {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/opa_version tfe_opa_version} Resource
+ * Create a new {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/opa_version tfe_opa_version} 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
@@ -93,7 +93,7 @@ export class OpaVersion extends cdktf.TerraformResource {
terraformResourceType: 'tfe_opa_version',
terraformGeneratorMetadata: {
providerName: 'tfe',
- providerVersion: '0.60.1',
+ providerVersion: '0.61.0',
providerVersionConstraint: '~> 0.33'
},
provider: config.provider,
diff --git a/src/organization-default-settings/README.md b/src/organization-default-settings/README.md
index 61d5126d7..67d63b715 100644
--- a/src/organization-default-settings/README.md
+++ b/src/organization-default-settings/README.md
@@ -1,3 +1,3 @@
# `tfe_organization_default_settings`
-Refer to the Terraform Registry for docs: [`tfe_organization_default_settings`](https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization_default_settings).
+Refer to the Terraform Registry for docs: [`tfe_organization_default_settings`](https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization_default_settings).
diff --git a/src/organization-default-settings/index.ts b/src/organization-default-settings/index.ts
index f61b5e85b..3b416923b 100644
--- a/src/organization-default-settings/index.ts
+++ b/src/organization-default-settings/index.ts
@@ -3,7 +3,7 @@
* SPDX-License-Identifier: MPL-2.0
*/
-// https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization_default_settings
+// https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization_default_settings
// generated from terraform resource schema
import { Construct } from 'constructs';
@@ -13,28 +13,28 @@ import * as cdktf from 'cdktf';
export interface OrganizationDefaultSettingsConfig extends cdktf.TerraformMetaArguments {
/**
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization_default_settings#default_agent_pool_id OrganizationDefaultSettings#default_agent_pool_id}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization_default_settings#default_agent_pool_id OrganizationDefaultSettings#default_agent_pool_id}
*/
readonly defaultAgentPoolId?: string;
/**
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization_default_settings#default_execution_mode OrganizationDefaultSettings#default_execution_mode}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization_default_settings#default_execution_mode OrganizationDefaultSettings#default_execution_mode}
*/
readonly defaultExecutionMode: string;
/**
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization_default_settings#id OrganizationDefaultSettings#id}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization_default_settings#id OrganizationDefaultSettings#id}
*
* Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
* If you 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/hashicorp/tfe/0.60.1/docs/resources/organization_default_settings#organization OrganizationDefaultSettings#organization}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization_default_settings#organization OrganizationDefaultSettings#organization}
*/
readonly organization?: string;
}
/**
-* Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization_default_settings tfe_organization_default_settings}
+* Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization_default_settings tfe_organization_default_settings}
*/
export class OrganizationDefaultSettings extends cdktf.TerraformResource {
@@ -50,7 +50,7 @@ export class OrganizationDefaultSettings extends cdktf.TerraformResource {
* Generates CDKTF code for importing a OrganizationDefaultSettings resource upon running "cdktf plan "
* @param scope The scope in which to define this construct
* @param importToId The construct id used in the generated config for the OrganizationDefaultSettings to import
- * @param importFromId The id of the existing OrganizationDefaultSettings that should be imported. Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization_default_settings#import import section} in the documentation of this resource for the id to use
+ * @param importFromId The id of the existing OrganizationDefaultSettings that should be imported. Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization_default_settings#import import section} in the documentation of this resource for the id to use
* @param provider? Optional instance of the provider where the OrganizationDefaultSettings to import is found
*/
public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) {
@@ -62,7 +62,7 @@ export class OrganizationDefaultSettings extends cdktf.TerraformResource {
// ===========
/**
- * Create a new {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization_default_settings tfe_organization_default_settings} Resource
+ * Create a new {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization_default_settings tfe_organization_default_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
@@ -73,7 +73,7 @@ export class OrganizationDefaultSettings extends cdktf.TerraformResource {
terraformResourceType: 'tfe_organization_default_settings',
terraformGeneratorMetadata: {
providerName: 'tfe',
- providerVersion: '0.60.1',
+ providerVersion: '0.61.0',
providerVersionConstraint: '~> 0.33'
},
provider: config.provider,
diff --git a/src/organization-membership/README.md b/src/organization-membership/README.md
index fe6f48e9d..25d5de960 100644
--- a/src/organization-membership/README.md
+++ b/src/organization-membership/README.md
@@ -1,3 +1,3 @@
# `tfe_organization_membership`
-Refer to the Terraform Registry for docs: [`tfe_organization_membership`](https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization_membership).
+Refer to the Terraform Registry for docs: [`tfe_organization_membership`](https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization_membership).
diff --git a/src/organization-membership/index.ts b/src/organization-membership/index.ts
index 11587971c..d76b0bd4b 100644
--- a/src/organization-membership/index.ts
+++ b/src/organization-membership/index.ts
@@ -3,7 +3,7 @@
* SPDX-License-Identifier: MPL-2.0
*/
-// https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization_membership
+// https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization_membership
// generated from terraform resource schema
import { Construct } from 'constructs';
@@ -13,24 +13,24 @@ import * as cdktf from 'cdktf';
export interface OrganizationMembershipConfig extends cdktf.TerraformMetaArguments {
/**
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization_membership#email OrganizationMembership#email}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization_membership#email OrganizationMembership#email}
*/
readonly email: string;
/**
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization_membership#id OrganizationMembership#id}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization_membership#id OrganizationMembership#id}
*
* Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
* If you 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/hashicorp/tfe/0.60.1/docs/resources/organization_membership#organization OrganizationMembership#organization}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization_membership#organization OrganizationMembership#organization}
*/
readonly organization?: string;
}
/**
-* Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization_membership tfe_organization_membership}
+* Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization_membership tfe_organization_membership}
*/
export class OrganizationMembership extends cdktf.TerraformResource {
@@ -46,7 +46,7 @@ export class OrganizationMembership extends cdktf.TerraformResource {
* Generates CDKTF code for importing a OrganizationMembership resource upon running "cdktf plan "
* @param scope The scope in which to define this construct
* @param importToId The construct id used in the generated config for the OrganizationMembership to import
- * @param importFromId The id of the existing OrganizationMembership that should be imported. Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization_membership#import import section} in the documentation of this resource for the id to use
+ * @param importFromId The id of the existing OrganizationMembership that should be imported. Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization_membership#import import section} in the documentation of this resource for the id to use
* @param provider? Optional instance of the provider where the OrganizationMembership to import is found
*/
public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) {
@@ -58,7 +58,7 @@ export class OrganizationMembership extends cdktf.TerraformResource {
// ===========
/**
- * Create a new {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization_membership tfe_organization_membership} Resource
+ * Create a new {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization_membership tfe_organization_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
@@ -69,7 +69,7 @@ export class OrganizationMembership extends cdktf.TerraformResource {
terraformResourceType: 'tfe_organization_membership',
terraformGeneratorMetadata: {
providerName: 'tfe',
- providerVersion: '0.60.1',
+ providerVersion: '0.61.0',
providerVersionConstraint: '~> 0.33'
},
provider: config.provider,
diff --git a/src/organization-module-sharing/README.md b/src/organization-module-sharing/README.md
index b311577b5..c4d624887 100644
--- a/src/organization-module-sharing/README.md
+++ b/src/organization-module-sharing/README.md
@@ -1,3 +1,3 @@
# `tfe_organization_module_sharing`
-Refer to the Terraform Registry for docs: [`tfe_organization_module_sharing`](https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization_module_sharing).
+Refer to the Terraform Registry for docs: [`tfe_organization_module_sharing`](https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization_module_sharing).
diff --git a/src/organization-module-sharing/index.ts b/src/organization-module-sharing/index.ts
index bf6384b15..95e83f1ca 100644
--- a/src/organization-module-sharing/index.ts
+++ b/src/organization-module-sharing/index.ts
@@ -3,7 +3,7 @@
* SPDX-License-Identifier: MPL-2.0
*/
-// https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization_module_sharing
+// https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization_module_sharing
// generated from terraform resource schema
import { Construct } from 'constructs';
@@ -13,24 +13,24 @@ import * as cdktf from 'cdktf';
export interface OrganizationModuleSharingConfig extends cdktf.TerraformMetaArguments {
/**
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization_module_sharing#id OrganizationModuleSharing#id}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization_module_sharing#id OrganizationModuleSharing#id}
*
* Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
* If you 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/hashicorp/tfe/0.60.1/docs/resources/organization_module_sharing#module_consumers OrganizationModuleSharing#module_consumers}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization_module_sharing#module_consumers OrganizationModuleSharing#module_consumers}
*/
readonly moduleConsumers: string[];
/**
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization_module_sharing#organization OrganizationModuleSharing#organization}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization_module_sharing#organization OrganizationModuleSharing#organization}
*/
readonly organization?: string;
}
/**
-* Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization_module_sharing tfe_organization_module_sharing}
+* Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization_module_sharing tfe_organization_module_sharing}
*/
export class OrganizationModuleSharing extends cdktf.TerraformResource {
@@ -46,7 +46,7 @@ export class OrganizationModuleSharing extends cdktf.TerraformResource {
* Generates CDKTF code for importing a OrganizationModuleSharing resource upon running "cdktf plan "
* @param scope The scope in which to define this construct
* @param importToId The construct id used in the generated config for the OrganizationModuleSharing to import
- * @param importFromId The id of the existing OrganizationModuleSharing that should be imported. Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization_module_sharing#import import section} in the documentation of this resource for the id to use
+ * @param importFromId The id of the existing OrganizationModuleSharing that should be imported. Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization_module_sharing#import import section} in the documentation of this resource for the id to use
* @param provider? Optional instance of the provider where the OrganizationModuleSharing to import is found
*/
public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) {
@@ -58,7 +58,7 @@ export class OrganizationModuleSharing extends cdktf.TerraformResource {
// ===========
/**
- * Create a new {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization_module_sharing tfe_organization_module_sharing} Resource
+ * Create a new {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization_module_sharing tfe_organization_module_sharing} 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
@@ -69,7 +69,7 @@ export class OrganizationModuleSharing extends cdktf.TerraformResource {
terraformResourceType: 'tfe_organization_module_sharing',
terraformGeneratorMetadata: {
providerName: 'tfe',
- providerVersion: '0.60.1',
+ providerVersion: '0.61.0',
providerVersionConstraint: '~> 0.33'
},
provider: config.provider,
diff --git a/src/organization-run-task-global-settings/README.md b/src/organization-run-task-global-settings/README.md
index 77fef2135..add36f5e4 100644
--- a/src/organization-run-task-global-settings/README.md
+++ b/src/organization-run-task-global-settings/README.md
@@ -1,3 +1,3 @@
# `tfe_organization_run_task_global_settings`
-Refer to the Terraform Registry for docs: [`tfe_organization_run_task_global_settings`](https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization_run_task_global_settings).
+Refer to the Terraform Registry for docs: [`tfe_organization_run_task_global_settings`](https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization_run_task_global_settings).
diff --git a/src/organization-run-task-global-settings/index.ts b/src/organization-run-task-global-settings/index.ts
index a82bbf54e..e08629702 100644
--- a/src/organization-run-task-global-settings/index.ts
+++ b/src/organization-run-task-global-settings/index.ts
@@ -3,7 +3,7 @@
* SPDX-License-Identifier: MPL-2.0
*/
-// https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization_run_task_global_settings
+// https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization_run_task_global_settings
// generated from terraform resource schema
import { Construct } from 'constructs';
@@ -15,31 +15,31 @@ export interface OrganizationRunTaskGlobalSettingsConfig extends cdktf.Terraform
/**
* Whether the run task will be applied globally
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization_run_task_global_settings#enabled OrganizationRunTaskGlobalSettings#enabled}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization_run_task_global_settings#enabled OrganizationRunTaskGlobalSettings#enabled}
*/
readonly enabled?: boolean | cdktf.IResolvable;
/**
* The enforcement level of the global task. Valid values are `advisory` and `mandatory`.
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization_run_task_global_settings#enforcement_level OrganizationRunTaskGlobalSettings#enforcement_level}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization_run_task_global_settings#enforcement_level OrganizationRunTaskGlobalSettings#enforcement_level}
*/
readonly enforcementLevel: string;
/**
* Which stages the task will run in. Valid values are `pre_plan`, `post_plan`, `pre_apply` and `post_apply`.
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization_run_task_global_settings#stages OrganizationRunTaskGlobalSettings#stages}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization_run_task_global_settings#stages OrganizationRunTaskGlobalSettings#stages}
*/
readonly stages: string[];
/**
* The id of the run task.
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization_run_task_global_settings#task_id OrganizationRunTaskGlobalSettings#task_id}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization_run_task_global_settings#task_id OrganizationRunTaskGlobalSettings#task_id}
*/
readonly taskId: string;
}
/**
-* Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization_run_task_global_settings tfe_organization_run_task_global_settings}
+* Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization_run_task_global_settings tfe_organization_run_task_global_settings}
*/
export class OrganizationRunTaskGlobalSettings extends cdktf.TerraformResource {
@@ -55,7 +55,7 @@ export class OrganizationRunTaskGlobalSettings extends cdktf.TerraformResource {
* Generates CDKTF code for importing a OrganizationRunTaskGlobalSettings resource upon running "cdktf plan "
* @param scope The scope in which to define this construct
* @param importToId The construct id used in the generated config for the OrganizationRunTaskGlobalSettings to import
- * @param importFromId The id of the existing OrganizationRunTaskGlobalSettings that should be imported. Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization_run_task_global_settings#import import section} in the documentation of this resource for the id to use
+ * @param importFromId The id of the existing OrganizationRunTaskGlobalSettings that should be imported. Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization_run_task_global_settings#import import section} in the documentation of this resource for the id to use
* @param provider? Optional instance of the provider where the OrganizationRunTaskGlobalSettings to import is found
*/
public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) {
@@ -67,7 +67,7 @@ export class OrganizationRunTaskGlobalSettings extends cdktf.TerraformResource {
// ===========
/**
- * Create a new {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization_run_task_global_settings tfe_organization_run_task_global_settings} Resource
+ * Create a new {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization_run_task_global_settings tfe_organization_run_task_global_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
@@ -78,7 +78,7 @@ export class OrganizationRunTaskGlobalSettings extends cdktf.TerraformResource {
terraformResourceType: 'tfe_organization_run_task_global_settings',
terraformGeneratorMetadata: {
providerName: 'tfe',
- providerVersion: '0.60.1',
+ providerVersion: '0.61.0',
providerVersionConstraint: '~> 0.33'
},
provider: config.provider,
diff --git a/src/organization-run-task/README.md b/src/organization-run-task/README.md
index 8b9f3ab49..0adecd5fd 100644
--- a/src/organization-run-task/README.md
+++ b/src/organization-run-task/README.md
@@ -1,3 +1,3 @@
# `tfe_organization_run_task`
-Refer to the Terraform Registry for docs: [`tfe_organization_run_task`](https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization_run_task).
+Refer to the Terraform Registry for docs: [`tfe_organization_run_task`](https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization_run_task).
diff --git a/src/organization-run-task/index.ts b/src/organization-run-task/index.ts
index 77b02d4a0..60339d271 100644
--- a/src/organization-run-task/index.ts
+++ b/src/organization-run-task/index.ts
@@ -3,7 +3,7 @@
* SPDX-License-Identifier: MPL-2.0
*/
-// https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization_run_task
+// https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization_run_task
// generated from terraform resource schema
import { Construct } from 'constructs';
@@ -13,37 +13,37 @@ import * as cdktf from 'cdktf';
export interface OrganizationRunTaskConfig extends cdktf.TerraformMetaArguments {
/**
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization_run_task#category OrganizationRunTask#category}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization_run_task#category OrganizationRunTask#category}
*/
readonly category?: string;
/**
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization_run_task#description OrganizationRunTask#description}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization_run_task#description OrganizationRunTask#description}
*/
readonly description?: string;
/**
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization_run_task#enabled OrganizationRunTask#enabled}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization_run_task#enabled OrganizationRunTask#enabled}
*/
readonly enabled?: boolean | cdktf.IResolvable;
/**
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization_run_task#hmac_key OrganizationRunTask#hmac_key}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization_run_task#hmac_key OrganizationRunTask#hmac_key}
*/
readonly hmacKey?: string;
/**
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization_run_task#name OrganizationRunTask#name}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization_run_task#name OrganizationRunTask#name}
*/
readonly name: string;
/**
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization_run_task#organization OrganizationRunTask#organization}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization_run_task#organization OrganizationRunTask#organization}
*/
readonly organization?: string;
/**
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization_run_task#url OrganizationRunTask#url}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization_run_task#url OrganizationRunTask#url}
*/
readonly url: string;
}
/**
-* Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization_run_task tfe_organization_run_task}
+* Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization_run_task tfe_organization_run_task}
*/
export class OrganizationRunTask extends cdktf.TerraformResource {
@@ -59,7 +59,7 @@ export class OrganizationRunTask extends cdktf.TerraformResource {
* Generates CDKTF code for importing a OrganizationRunTask resource upon running "cdktf plan "
* @param scope The scope in which to define this construct
* @param importToId The construct id used in the generated config for the OrganizationRunTask to import
- * @param importFromId The id of the existing OrganizationRunTask that should be imported. Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization_run_task#import import section} in the documentation of this resource for the id to use
+ * @param importFromId The id of the existing OrganizationRunTask that should be imported. Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization_run_task#import import section} in the documentation of this resource for the id to use
* @param provider? Optional instance of the provider where the OrganizationRunTask to import is found
*/
public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) {
@@ -71,7 +71,7 @@ export class OrganizationRunTask extends cdktf.TerraformResource {
// ===========
/**
- * Create a new {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization_run_task tfe_organization_run_task} Resource
+ * Create a new {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization_run_task tfe_organization_run_task} 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
@@ -82,7 +82,7 @@ export class OrganizationRunTask extends cdktf.TerraformResource {
terraformResourceType: 'tfe_organization_run_task',
terraformGeneratorMetadata: {
providerName: 'tfe',
- providerVersion: '0.60.1',
+ providerVersion: '0.61.0',
providerVersionConstraint: '~> 0.33'
},
provider: config.provider,
diff --git a/src/organization-token/README.md b/src/organization-token/README.md
index 4665b691f..c2c3155b3 100644
--- a/src/organization-token/README.md
+++ b/src/organization-token/README.md
@@ -1,3 +1,3 @@
# `tfe_organization_token`
-Refer to the Terraform Registry for docs: [`tfe_organization_token`](https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization_token).
+Refer to the Terraform Registry for docs: [`tfe_organization_token`](https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization_token).
diff --git a/src/organization-token/index.ts b/src/organization-token/index.ts
index 1630fab20..980f9e5b5 100644
--- a/src/organization-token/index.ts
+++ b/src/organization-token/index.ts
@@ -3,7 +3,7 @@
* SPDX-License-Identifier: MPL-2.0
*/
-// https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization_token
+// https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization_token
// generated from terraform resource schema
import { Construct } from 'constructs';
@@ -13,28 +13,28 @@ import * as cdktf from 'cdktf';
export interface OrganizationTokenConfig extends cdktf.TerraformMetaArguments {
/**
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization_token#expired_at OrganizationToken#expired_at}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization_token#expired_at OrganizationToken#expired_at}
*/
readonly expiredAt?: string;
/**
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization_token#force_regenerate OrganizationToken#force_regenerate}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization_token#force_regenerate OrganizationToken#force_regenerate}
*/
readonly forceRegenerate?: boolean | cdktf.IResolvable;
/**
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization_token#id OrganizationToken#id}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization_token#id OrganizationToken#id}
*
* Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
* If you 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/hashicorp/tfe/0.60.1/docs/resources/organization_token#organization OrganizationToken#organization}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization_token#organization OrganizationToken#organization}
*/
readonly organization?: string;
}
/**
-* Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization_token tfe_organization_token}
+* Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization_token tfe_organization_token}
*/
export class OrganizationToken extends cdktf.TerraformResource {
@@ -50,7 +50,7 @@ export class OrganizationToken extends cdktf.TerraformResource {
* Generates CDKTF code for importing a OrganizationToken resource upon running "cdktf plan "
* @param scope The scope in which to define this construct
* @param importToId The construct id used in the generated config for the OrganizationToken to import
- * @param importFromId The id of the existing OrganizationToken that should be imported. Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization_token#import import section} in the documentation of this resource for the id to use
+ * @param importFromId The id of the existing OrganizationToken that should be imported. Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization_token#import import section} in the documentation of this resource for the id to use
* @param provider? Optional instance of the provider where the OrganizationToken to import is found
*/
public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) {
@@ -62,7 +62,7 @@ export class OrganizationToken extends cdktf.TerraformResource {
// ===========
/**
- * Create a new {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization_token tfe_organization_token} Resource
+ * Create a new {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization_token tfe_organization_token} Resource
*
* @param scope The scope in which to define this construct
* @param id The scoped construct ID. Must be unique amongst siblings in the same scope
@@ -73,7 +73,7 @@ export class OrganizationToken extends cdktf.TerraformResource {
terraformResourceType: 'tfe_organization_token',
terraformGeneratorMetadata: {
providerName: 'tfe',
- providerVersion: '0.60.1',
+ providerVersion: '0.61.0',
providerVersionConstraint: '~> 0.33'
},
provider: config.provider,
diff --git a/src/organization/README.md b/src/organization/README.md
index 5fc0a5d64..c7e3f5627 100644
--- a/src/organization/README.md
+++ b/src/organization/README.md
@@ -1,3 +1,3 @@
# `tfe_organization`
-Refer to the Terraform Registry for docs: [`tfe_organization`](https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization).
+Refer to the Terraform Registry for docs: [`tfe_organization`](https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization).
diff --git a/src/organization/index.ts b/src/organization/index.ts
index 3a7e05dd4..ff030767e 100644
--- a/src/organization/index.ts
+++ b/src/organization/index.ts
@@ -3,7 +3,7 @@
* SPDX-License-Identifier: MPL-2.0
*/
-// https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization
+// https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization
// generated from terraform resource schema
import { Construct } from 'constructs';
@@ -13,64 +13,64 @@ import * as cdktf from 'cdktf';
export interface OrganizationConfig extends cdktf.TerraformMetaArguments {
/**
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization#aggregated_commit_status_enabled Organization#aggregated_commit_status_enabled}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization#aggregated_commit_status_enabled Organization#aggregated_commit_status_enabled}
*/
readonly aggregatedCommitStatusEnabled?: boolean | cdktf.IResolvable;
/**
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization#allow_force_delete_workspaces Organization#allow_force_delete_workspaces}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization#allow_force_delete_workspaces Organization#allow_force_delete_workspaces}
*/
readonly allowForceDeleteWorkspaces?: boolean | cdktf.IResolvable;
/**
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization#assessments_enforced Organization#assessments_enforced}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization#assessments_enforced Organization#assessments_enforced}
*/
readonly assessmentsEnforced?: boolean | cdktf.IResolvable;
/**
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization#collaborator_auth_policy Organization#collaborator_auth_policy}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization#collaborator_auth_policy Organization#collaborator_auth_policy}
*/
readonly collaboratorAuthPolicy?: string;
/**
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization#cost_estimation_enabled Organization#cost_estimation_enabled}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization#cost_estimation_enabled Organization#cost_estimation_enabled}
*/
readonly costEstimationEnabled?: boolean | cdktf.IResolvable;
/**
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization#email Organization#email}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization#email Organization#email}
*/
readonly email: string;
/**
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization#id Organization#id}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization#id Organization#id}
*
* Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
* If you 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/hashicorp/tfe/0.60.1/docs/resources/organization#name Organization#name}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization#name Organization#name}
*/
readonly name: string;
/**
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization#owners_team_saml_role_id Organization#owners_team_saml_role_id}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization#owners_team_saml_role_id Organization#owners_team_saml_role_id}
*/
readonly ownersTeamSamlRoleId?: string;
/**
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization#send_passing_statuses_for_untriggered_speculative_plans Organization#send_passing_statuses_for_untriggered_speculative_plans}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization#send_passing_statuses_for_untriggered_speculative_plans Organization#send_passing_statuses_for_untriggered_speculative_plans}
*/
readonly sendPassingStatusesForUntriggeredSpeculativePlans?: boolean | cdktf.IResolvable;
/**
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization#session_remember_minutes Organization#session_remember_minutes}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization#session_remember_minutes Organization#session_remember_minutes}
*/
readonly sessionRememberMinutes?: number;
/**
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization#session_timeout_minutes Organization#session_timeout_minutes}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization#session_timeout_minutes Organization#session_timeout_minutes}
*/
readonly sessionTimeoutMinutes?: number;
/**
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization#speculative_plan_management_enabled Organization#speculative_plan_management_enabled}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization#speculative_plan_management_enabled Organization#speculative_plan_management_enabled}
*/
readonly speculativePlanManagementEnabled?: boolean | cdktf.IResolvable;
}
/**
-* Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization tfe_organization}
+* Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization tfe_organization}
*/
export class Organization extends cdktf.TerraformResource {
@@ -86,7 +86,7 @@ export class Organization extends cdktf.TerraformResource {
* Generates CDKTF code for importing a Organization resource upon running "cdktf plan "
* @param scope The scope in which to define this construct
* @param importToId The construct id used in the generated config for the Organization to import
- * @param importFromId The id of the existing Organization that should be imported. Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization#import import section} in the documentation of this resource for the id to use
+ * @param importFromId The id of the existing Organization that should be imported. Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization#import import section} in the documentation of this resource for the id to use
* @param provider? Optional instance of the provider where the Organization to import is found
*/
public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) {
@@ -98,7 +98,7 @@ export class Organization extends cdktf.TerraformResource {
// ===========
/**
- * Create a new {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/organization tfe_organization} Resource
+ * Create a new {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/organization tfe_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
@@ -109,7 +109,7 @@ export class Organization extends cdktf.TerraformResource {
terraformResourceType: 'tfe_organization',
terraformGeneratorMetadata: {
providerName: 'tfe',
- providerVersion: '0.60.1',
+ providerVersion: '0.61.0',
providerVersionConstraint: '~> 0.33'
},
provider: config.provider,
diff --git a/src/policy-set-parameter/README.md b/src/policy-set-parameter/README.md
index db0d9ed07..7c0250183 100644
--- a/src/policy-set-parameter/README.md
+++ b/src/policy-set-parameter/README.md
@@ -1,3 +1,3 @@
# `tfe_policy_set_parameter`
-Refer to the Terraform Registry for docs: [`tfe_policy_set_parameter`](https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/policy_set_parameter).
+Refer to the Terraform Registry for docs: [`tfe_policy_set_parameter`](https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/policy_set_parameter).
diff --git a/src/policy-set-parameter/index.ts b/src/policy-set-parameter/index.ts
index 760efeb1e..89a4502f7 100644
--- a/src/policy-set-parameter/index.ts
+++ b/src/policy-set-parameter/index.ts
@@ -3,7 +3,7 @@
* SPDX-License-Identifier: MPL-2.0
*/
-// https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/policy_set_parameter
+// https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/policy_set_parameter
// generated from terraform resource schema
import { Construct } from 'constructs';
@@ -13,32 +13,32 @@ import * as cdktf from 'cdktf';
export interface PolicySetParameterConfig extends cdktf.TerraformMetaArguments {
/**
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/policy_set_parameter#id PolicySetParameter#id}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/policy_set_parameter#id PolicySetParameter#id}
*
* Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
* If you 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/hashicorp/tfe/0.60.1/docs/resources/policy_set_parameter#key PolicySetParameter#key}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/policy_set_parameter#key PolicySetParameter#key}
*/
readonly key: string;
/**
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/policy_set_parameter#policy_set_id PolicySetParameter#policy_set_id}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/policy_set_parameter#policy_set_id PolicySetParameter#policy_set_id}
*/
readonly policySetId: string;
/**
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/policy_set_parameter#sensitive PolicySetParameter#sensitive}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/policy_set_parameter#sensitive PolicySetParameter#sensitive}
*/
readonly sensitive?: boolean | cdktf.IResolvable;
/**
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/policy_set_parameter#value PolicySetParameter#value}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/policy_set_parameter#value PolicySetParameter#value}
*/
readonly value?: string;
}
/**
-* Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/policy_set_parameter tfe_policy_set_parameter}
+* Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/policy_set_parameter tfe_policy_set_parameter}
*/
export class PolicySetParameter extends cdktf.TerraformResource {
@@ -54,7 +54,7 @@ export class PolicySetParameter extends cdktf.TerraformResource {
* Generates CDKTF code for importing a PolicySetParameter resource upon running "cdktf plan "
* @param scope The scope in which to define this construct
* @param importToId The construct id used in the generated config for the PolicySetParameter to import
- * @param importFromId The id of the existing PolicySetParameter that should be imported. Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/policy_set_parameter#import import section} in the documentation of this resource for the id to use
+ * @param importFromId The id of the existing PolicySetParameter that should be imported. Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/policy_set_parameter#import import section} in the documentation of this resource for the id to use
* @param provider? Optional instance of the provider where the PolicySetParameter to import is found
*/
public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) {
@@ -66,7 +66,7 @@ export class PolicySetParameter extends cdktf.TerraformResource {
// ===========
/**
- * Create a new {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/policy_set_parameter tfe_policy_set_parameter} Resource
+ * Create a new {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/policy_set_parameter tfe_policy_set_parameter} 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
@@ -77,7 +77,7 @@ export class PolicySetParameter extends cdktf.TerraformResource {
terraformResourceType: 'tfe_policy_set_parameter',
terraformGeneratorMetadata: {
providerName: 'tfe',
- providerVersion: '0.60.1',
+ providerVersion: '0.61.0',
providerVersionConstraint: '~> 0.33'
},
provider: config.provider,
diff --git a/src/policy-set/README.md b/src/policy-set/README.md
index c89e464bc..76fe6e9de 100644
--- a/src/policy-set/README.md
+++ b/src/policy-set/README.md
@@ -1,3 +1,3 @@
# `tfe_policy_set`
-Refer to the Terraform Registry for docs: [`tfe_policy_set`](https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/policy_set).
+Refer to the Terraform Registry for docs: [`tfe_policy_set`](https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/policy_set).
diff --git a/src/policy-set/index.ts b/src/policy-set/index.ts
index ca0528e7b..6a02407ec 100644
--- a/src/policy-set/index.ts
+++ b/src/policy-set/index.ts
@@ -3,7 +3,7 @@
* SPDX-License-Identifier: MPL-2.0
*/
-// https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/policy_set
+// https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/policy_set
// generated from terraform resource schema
import { Construct } from 'constructs';
@@ -15,88 +15,88 @@ export interface PolicySetConfig extends cdktf.TerraformMetaArguments {
/**
* Whether the policy set is executed in the HCP Terraform agent. True by default for OPA policies
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/policy_set#agent_enabled PolicySet#agent_enabled}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/policy_set#agent_enabled PolicySet#agent_enabled}
*/
readonly agentEnabled?: boolean | cdktf.IResolvable;
/**
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/policy_set#description PolicySet#description}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/policy_set#description PolicySet#description}
*/
readonly description?: string;
/**
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/policy_set#global PolicySet#global}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/policy_set#global PolicySet#global}
*/
readonly global?: boolean | cdktf.IResolvable;
/**
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/policy_set#id PolicySet#id}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/policy_set#id PolicySet#id}
*
* Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
* If you 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/hashicorp/tfe/0.60.1/docs/resources/policy_set#kind PolicySet#kind}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/policy_set#kind PolicySet#kind}
*/
readonly kind?: string;
/**
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/policy_set#name PolicySet#name}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/policy_set#name PolicySet#name}
*/
readonly name: string;
/**
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/policy_set#organization PolicySet#organization}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/policy_set#organization PolicySet#organization}
*/
readonly organization?: string;
/**
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/policy_set#overridable PolicySet#overridable}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/policy_set#overridable PolicySet#overridable}
*/
readonly overridable?: boolean | cdktf.IResolvable;
/**
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/policy_set#policies_path PolicySet#policies_path}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/policy_set#policies_path PolicySet#policies_path}
*/
readonly policiesPath?: string;
/**
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/policy_set#policy_ids PolicySet#policy_ids}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/policy_set#policy_ids PolicySet#policy_ids}
*/
readonly policyIds?: string[];
/**
* The policy tool version to run the policy evaluation against
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/policy_set#policy_tool_version PolicySet#policy_tool_version}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/policy_set#policy_tool_version PolicySet#policy_tool_version}
*/
readonly policyToolVersion?: string;
/**
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/policy_set#slug PolicySet#slug}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/policy_set#slug PolicySet#slug}
*/
readonly slug?: { [key: string]: string };
/**
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/policy_set#workspace_ids PolicySet#workspace_ids}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/policy_set#workspace_ids PolicySet#workspace_ids}
*/
readonly workspaceIds?: string[];
/**
* vcs_repo block
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/policy_set#vcs_repo PolicySet#vcs_repo}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/policy_set#vcs_repo PolicySet#vcs_repo}
*/
readonly vcsRepo?: PolicySetVcsRepo;
}
export interface PolicySetVcsRepo {
/**
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/policy_set#branch PolicySet#branch}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/policy_set#branch PolicySet#branch}
*/
readonly branch?: string;
/**
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/policy_set#github_app_installation_id PolicySet#github_app_installation_id}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/policy_set#github_app_installation_id PolicySet#github_app_installation_id}
*/
readonly githubAppInstallationId?: string;
/**
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/policy_set#identifier PolicySet#identifier}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/policy_set#identifier PolicySet#identifier}
*/
readonly identifier: string;
/**
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/policy_set#ingress_submodules PolicySet#ingress_submodules}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/policy_set#ingress_submodules PolicySet#ingress_submodules}
*/
readonly ingressSubmodules?: boolean | cdktf.IResolvable;
/**
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/policy_set#oauth_token_id PolicySet#oauth_token_id}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/policy_set#oauth_token_id PolicySet#oauth_token_id}
*/
readonly oauthTokenId?: string;
}
@@ -293,7 +293,7 @@ export class PolicySetVcsRepoOutputReference extends cdktf.ComplexObject {
}
/**
-* Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/policy_set tfe_policy_set}
+* Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/policy_set tfe_policy_set}
*/
export class PolicySet extends cdktf.TerraformResource {
@@ -309,7 +309,7 @@ export class PolicySet extends cdktf.TerraformResource {
* Generates CDKTF code for importing a PolicySet resource upon running "cdktf plan "
* @param scope The scope in which to define this construct
* @param importToId The construct id used in the generated config for the PolicySet to import
- * @param importFromId The id of the existing PolicySet that should be imported. Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/policy_set#import import section} in the documentation of this resource for the id to use
+ * @param importFromId The id of the existing PolicySet that should be imported. Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/policy_set#import import section} in the documentation of this resource for the id to use
* @param provider? Optional instance of the provider where the PolicySet to import is found
*/
public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) {
@@ -321,7 +321,7 @@ export class PolicySet extends cdktf.TerraformResource {
// ===========
/**
- * Create a new {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/policy_set tfe_policy_set} Resource
+ * Create a new {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/policy_set tfe_policy_set} 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
@@ -332,7 +332,7 @@ export class PolicySet extends cdktf.TerraformResource {
terraformResourceType: 'tfe_policy_set',
terraformGeneratorMetadata: {
providerName: 'tfe',
- providerVersion: '0.60.1',
+ providerVersion: '0.61.0',
providerVersionConstraint: '~> 0.33'
},
provider: config.provider,
diff --git a/src/policy/README.md b/src/policy/README.md
index 574292cec..384ac7559 100644
--- a/src/policy/README.md
+++ b/src/policy/README.md
@@ -1,3 +1,3 @@
# `tfe_policy`
-Refer to the Terraform Registry for docs: [`tfe_policy`](https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/policy).
+Refer to the Terraform Registry for docs: [`tfe_policy`](https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/policy).
diff --git a/src/policy/index.ts b/src/policy/index.ts
index 8c3806e8d..71628936d 100644
--- a/src/policy/index.ts
+++ b/src/policy/index.ts
@@ -3,7 +3,7 @@
* SPDX-License-Identifier: MPL-2.0
*/
-// https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/policy
+// https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/policy
// generated from terraform resource schema
import { Construct } from 'constructs';
@@ -15,17 +15,17 @@ export interface PolicyConfig extends cdktf.TerraformMetaArguments {
/**
* Text describing the policy's purpose
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/policy#description Policy#description}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/policy#description Policy#description}
*/
readonly description?: string;
/**
* The enforcement configuration of the policy. For Sentinel, valid values are `hard-mandatory`, `soft-mandatory` and `advisory`. For OPA, Valid values are ``mandatory` and `advisory``
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/policy#enforce_mode Policy#enforce_mode}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/policy#enforce_mode Policy#enforce_mode}
*/
readonly enforceMode?: string;
/**
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/policy#id Policy#id}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/policy#id Policy#id}
*
* Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
* If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -34,37 +34,37 @@ export interface PolicyConfig extends cdktf.TerraformMetaArguments {
/**
* The policy-as-code framework for the policy. Valid values are sentinel and opa
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/policy#kind Policy#kind}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/policy#kind Policy#kind}
*/
readonly kind?: string;
/**
* The name of the policy
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/policy#name Policy#name}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/policy#name Policy#name}
*/
readonly name: string;
/**
* Name of the organization that this policy belongs to
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/policy#organization Policy#organization}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/policy#organization Policy#organization}
*/
readonly organization?: string;
/**
* Text of a valid Sentinel or OPA policy
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/policy#policy Policy#policy}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/policy#policy Policy#policy}
*/
readonly policy: string;
/**
* The OPA query to run. Required for OPA policies
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/policy#query Policy#query}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/policy#query Policy#query}
*/
readonly query?: string;
}
/**
-* Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/policy tfe_policy}
+* Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/policy tfe_policy}
*/
export class Policy extends cdktf.TerraformResource {
@@ -80,7 +80,7 @@ export class Policy extends cdktf.TerraformResource {
* Generates CDKTF code for importing a Policy resource upon running "cdktf plan "
* @param scope The scope in which to define this construct
* @param importToId The construct id used in the generated config for the Policy to import
- * @param importFromId The id of the existing Policy that should be imported. Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/policy#import import section} in the documentation of this resource for the id to use
+ * @param importFromId The id of the existing Policy that should be imported. Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/policy#import import section} in the documentation of this resource for the id to use
* @param provider? Optional instance of the provider where the Policy to import is found
*/
public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) {
@@ -92,7 +92,7 @@ export class Policy extends cdktf.TerraformResource {
// ===========
/**
- * Create a new {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/policy tfe_policy} Resource
+ * Create a new {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/policy tfe_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
@@ -103,7 +103,7 @@ export class Policy extends cdktf.TerraformResource {
terraformResourceType: 'tfe_policy',
terraformGeneratorMetadata: {
providerName: 'tfe',
- providerVersion: '0.60.1',
+ providerVersion: '0.61.0',
providerVersionConstraint: '~> 0.33'
},
provider: config.provider,
diff --git a/src/project-oauth-client/README.md b/src/project-oauth-client/README.md
index 8a95e7175..4d3fb5c7e 100644
--- a/src/project-oauth-client/README.md
+++ b/src/project-oauth-client/README.md
@@ -1,3 +1,3 @@
# `tfe_project_oauth_client`
-Refer to the Terraform Registry for docs: [`tfe_project_oauth_client`](https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/project_oauth_client).
+Refer to the Terraform Registry for docs: [`tfe_project_oauth_client`](https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/project_oauth_client).
diff --git a/src/project-oauth-client/index.ts b/src/project-oauth-client/index.ts
index 5f7d73481..1a143b205 100644
--- a/src/project-oauth-client/index.ts
+++ b/src/project-oauth-client/index.ts
@@ -3,7 +3,7 @@
* SPDX-License-Identifier: MPL-2.0
*/
-// https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/project_oauth_client
+// https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/project_oauth_client
// generated from terraform resource schema
import { Construct } from 'constructs';
@@ -13,24 +13,24 @@ import * as cdktf from 'cdktf';
export interface ProjectOauthClientConfig extends cdktf.TerraformMetaArguments {
/**
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/project_oauth_client#id ProjectOauthClient#id}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/project_oauth_client#id ProjectOauthClient#id}
*
* Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
* If you 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/hashicorp/tfe/0.60.1/docs/resources/project_oauth_client#oauth_client_id ProjectOauthClient#oauth_client_id}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/project_oauth_client#oauth_client_id ProjectOauthClient#oauth_client_id}
*/
readonly oauthClientId: string;
/**
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/project_oauth_client#project_id ProjectOauthClient#project_id}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/project_oauth_client#project_id ProjectOauthClient#project_id}
*/
readonly projectId: string;
}
/**
-* Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/project_oauth_client tfe_project_oauth_client}
+* Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/project_oauth_client tfe_project_oauth_client}
*/
export class ProjectOauthClient extends cdktf.TerraformResource {
@@ -46,7 +46,7 @@ export class ProjectOauthClient extends cdktf.TerraformResource {
* Generates CDKTF code for importing a ProjectOauthClient resource upon running "cdktf plan "
* @param scope The scope in which to define this construct
* @param importToId The construct id used in the generated config for the ProjectOauthClient to import
- * @param importFromId The id of the existing ProjectOauthClient that should be imported. Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/project_oauth_client#import import section} in the documentation of this resource for the id to use
+ * @param importFromId The id of the existing ProjectOauthClient that should be imported. Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/project_oauth_client#import import section} in the documentation of this resource for the id to use
* @param provider? Optional instance of the provider where the ProjectOauthClient to import is found
*/
public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) {
@@ -58,7 +58,7 @@ export class ProjectOauthClient extends cdktf.TerraformResource {
// ===========
/**
- * Create a new {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/project_oauth_client tfe_project_oauth_client} Resource
+ * Create a new {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/project_oauth_client tfe_project_oauth_client} 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
@@ -69,7 +69,7 @@ export class ProjectOauthClient extends cdktf.TerraformResource {
terraformResourceType: 'tfe_project_oauth_client',
terraformGeneratorMetadata: {
providerName: 'tfe',
- providerVersion: '0.60.1',
+ providerVersion: '0.61.0',
providerVersionConstraint: '~> 0.33'
},
provider: config.provider,
diff --git a/src/project-policy-set/README.md b/src/project-policy-set/README.md
index ddc1090b2..dae120ece 100644
--- a/src/project-policy-set/README.md
+++ b/src/project-policy-set/README.md
@@ -1,3 +1,3 @@
# `tfe_project_policy_set`
-Refer to the Terraform Registry for docs: [`tfe_project_policy_set`](https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/project_policy_set).
+Refer to the Terraform Registry for docs: [`tfe_project_policy_set`](https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/project_policy_set).
diff --git a/src/project-policy-set/index.ts b/src/project-policy-set/index.ts
index cfda4412f..accbfcbdd 100644
--- a/src/project-policy-set/index.ts
+++ b/src/project-policy-set/index.ts
@@ -3,7 +3,7 @@
* SPDX-License-Identifier: MPL-2.0
*/
-// https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/project_policy_set
+// https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/project_policy_set
// generated from terraform resource schema
import { Construct } from 'constructs';
@@ -13,24 +13,24 @@ import * as cdktf from 'cdktf';
export interface ProjectPolicySetConfig extends cdktf.TerraformMetaArguments {
/**
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/project_policy_set#id ProjectPolicySet#id}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/project_policy_set#id ProjectPolicySet#id}
*
* Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
* If you 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/hashicorp/tfe/0.60.1/docs/resources/project_policy_set#policy_set_id ProjectPolicySet#policy_set_id}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/project_policy_set#policy_set_id ProjectPolicySet#policy_set_id}
*/
readonly policySetId: string;
/**
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/project_policy_set#project_id ProjectPolicySet#project_id}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/project_policy_set#project_id ProjectPolicySet#project_id}
*/
readonly projectId: string;
}
/**
-* Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/project_policy_set tfe_project_policy_set}
+* Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/project_policy_set tfe_project_policy_set}
*/
export class ProjectPolicySet extends cdktf.TerraformResource {
@@ -46,7 +46,7 @@ export class ProjectPolicySet extends cdktf.TerraformResource {
* Generates CDKTF code for importing a ProjectPolicySet resource upon running "cdktf plan "
* @param scope The scope in which to define this construct
* @param importToId The construct id used in the generated config for the ProjectPolicySet to import
- * @param importFromId The id of the existing ProjectPolicySet that should be imported. Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/project_policy_set#import import section} in the documentation of this resource for the id to use
+ * @param importFromId The id of the existing ProjectPolicySet that should be imported. Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/project_policy_set#import import section} in the documentation of this resource for the id to use
* @param provider? Optional instance of the provider where the ProjectPolicySet to import is found
*/
public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) {
@@ -58,7 +58,7 @@ export class ProjectPolicySet extends cdktf.TerraformResource {
// ===========
/**
- * Create a new {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/project_policy_set tfe_project_policy_set} Resource
+ * Create a new {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/project_policy_set tfe_project_policy_set} 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
@@ -69,7 +69,7 @@ export class ProjectPolicySet extends cdktf.TerraformResource {
terraformResourceType: 'tfe_project_policy_set',
terraformGeneratorMetadata: {
providerName: 'tfe',
- providerVersion: '0.60.1',
+ providerVersion: '0.61.0',
providerVersionConstraint: '~> 0.33'
},
provider: config.provider,
diff --git a/src/project-variable-set/README.md b/src/project-variable-set/README.md
index 9e12cb4ff..64a62c48e 100644
--- a/src/project-variable-set/README.md
+++ b/src/project-variable-set/README.md
@@ -1,3 +1,3 @@
# `tfe_project_variable_set`
-Refer to the Terraform Registry for docs: [`tfe_project_variable_set`](https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/project_variable_set).
+Refer to the Terraform Registry for docs: [`tfe_project_variable_set`](https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/project_variable_set).
diff --git a/src/project-variable-set/index.ts b/src/project-variable-set/index.ts
index f671c6a63..498cd3d9c 100644
--- a/src/project-variable-set/index.ts
+++ b/src/project-variable-set/index.ts
@@ -3,7 +3,7 @@
* SPDX-License-Identifier: MPL-2.0
*/
-// https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/project_variable_set
+// https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/project_variable_set
// generated from terraform resource schema
import { Construct } from 'constructs';
@@ -13,24 +13,24 @@ import * as cdktf from 'cdktf';
export interface ProjectVariableSetConfig extends cdktf.TerraformMetaArguments {
/**
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/project_variable_set#id ProjectVariableSet#id}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/project_variable_set#id ProjectVariableSet#id}
*
* Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
* If you 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/hashicorp/tfe/0.60.1/docs/resources/project_variable_set#project_id ProjectVariableSet#project_id}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/project_variable_set#project_id ProjectVariableSet#project_id}
*/
readonly projectId: string;
/**
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/project_variable_set#variable_set_id ProjectVariableSet#variable_set_id}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/project_variable_set#variable_set_id ProjectVariableSet#variable_set_id}
*/
readonly variableSetId: string;
}
/**
-* Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/project_variable_set tfe_project_variable_set}
+* Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/project_variable_set tfe_project_variable_set}
*/
export class ProjectVariableSet extends cdktf.TerraformResource {
@@ -46,7 +46,7 @@ export class ProjectVariableSet extends cdktf.TerraformResource {
* Generates CDKTF code for importing a ProjectVariableSet resource upon running "cdktf plan "
* @param scope The scope in which to define this construct
* @param importToId The construct id used in the generated config for the ProjectVariableSet to import
- * @param importFromId The id of the existing ProjectVariableSet that should be imported. Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/project_variable_set#import import section} in the documentation of this resource for the id to use
+ * @param importFromId The id of the existing ProjectVariableSet that should be imported. Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/project_variable_set#import import section} in the documentation of this resource for the id to use
* @param provider? Optional instance of the provider where the ProjectVariableSet to import is found
*/
public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) {
@@ -58,7 +58,7 @@ export class ProjectVariableSet extends cdktf.TerraformResource {
// ===========
/**
- * Create a new {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/project_variable_set tfe_project_variable_set} Resource
+ * Create a new {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/project_variable_set tfe_project_variable_set} 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
@@ -69,7 +69,7 @@ export class ProjectVariableSet extends cdktf.TerraformResource {
terraformResourceType: 'tfe_project_variable_set',
terraformGeneratorMetadata: {
providerName: 'tfe',
- providerVersion: '0.60.1',
+ providerVersion: '0.61.0',
providerVersionConstraint: '~> 0.33'
},
provider: config.provider,
diff --git a/src/project/README.md b/src/project/README.md
index f77a22404..d8c92385e 100644
--- a/src/project/README.md
+++ b/src/project/README.md
@@ -1,3 +1,3 @@
# `tfe_project`
-Refer to the Terraform Registry for docs: [`tfe_project`](https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/project).
+Refer to the Terraform Registry for docs: [`tfe_project`](https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/project).
diff --git a/src/project/index.ts b/src/project/index.ts
index f66be0d05..70687e53b 100644
--- a/src/project/index.ts
+++ b/src/project/index.ts
@@ -3,7 +3,7 @@
* SPDX-License-Identifier: MPL-2.0
*/
-// https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/project
+// https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/project
// generated from terraform resource schema
import { Construct } from 'constructs';
@@ -13,28 +13,28 @@ import * as cdktf from 'cdktf';
export interface ProjectConfig extends cdktf.TerraformMetaArguments {
/**
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/project#description Project#description}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/project#description Project#description}
*/
readonly description?: string;
/**
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/project#id Project#id}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/project#id Project#id}
*
* Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
* If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
*/
readonly id?: string;
/**
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/project#name Project#name}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/project#name Project#name}
*/
readonly name: string;
/**
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/project#organization Project#organization}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/project#organization Project#organization}
*/
readonly organization?: string;
}
/**
-* Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/project tfe_project}
+* Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/project tfe_project}
*/
export class Project extends cdktf.TerraformResource {
@@ -50,7 +50,7 @@ export class Project extends cdktf.TerraformResource {
* Generates CDKTF code for importing a Project resource upon running "cdktf plan "
* @param scope The scope in which to define this construct
* @param importToId The construct id used in the generated config for the Project to import
- * @param importFromId The id of the existing Project that should be imported. Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/project#import import section} in the documentation of this resource for the id to use
+ * @param importFromId The id of the existing Project that should be imported. Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/project#import import section} in the documentation of this resource for the id to use
* @param provider? Optional instance of the provider where the Project to import is found
*/
public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) {
@@ -62,7 +62,7 @@ export class Project extends cdktf.TerraformResource {
// ===========
/**
- * Create a new {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/project tfe_project} Resource
+ * Create a new {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/project tfe_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,7 +73,7 @@ export class Project extends cdktf.TerraformResource {
terraformResourceType: 'tfe_project',
terraformGeneratorMetadata: {
providerName: 'tfe',
- providerVersion: '0.60.1',
+ providerVersion: '0.61.0',
providerVersionConstraint: '~> 0.33'
},
provider: config.provider,
diff --git a/src/provider/README.md b/src/provider/README.md
index c014f5694..3ea32bc4f 100644
--- a/src/provider/README.md
+++ b/src/provider/README.md
@@ -1,3 +1,3 @@
# `provider`
-Refer to the Terraform Registry for docs: [`tfe`](https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs).
+Refer to the Terraform Registry for docs: [`tfe`](https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs).
diff --git a/src/provider/index.ts b/src/provider/index.ts
index 74097fb87..80295c190 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/hashicorp/tfe/0.60.1/docs
+// https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs
// generated from terraform resource schema
import { Construct } from 'constructs';
@@ -15,39 +15,39 @@ export interface TfeProviderConfig {
/**
* The Terraform Enterprise hostname to connect to. Defaults to app.terraform.io.
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs#hostname TfeProvider#hostname}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs#hostname TfeProvider#hostname}
*/
readonly hostname?: string;
/**
* The organization to apply to a resource if one is not defined on
* the resource itself
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs#organization TfeProvider#organization}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs#organization TfeProvider#organization}
*/
readonly organization?: string;
/**
* Whether or not to skip certificate verifications.
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs#ssl_skip_verify TfeProvider#ssl_skip_verify}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs#ssl_skip_verify TfeProvider#ssl_skip_verify}
*/
readonly sslSkipVerify?: boolean | cdktf.IResolvable;
/**
* The token used to authenticate with Terraform Enterprise. We recommend omitting
* the token which can be set as credentials in the CLI config file.
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs#token TfeProvider#token}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs#token TfeProvider#token}
*/
readonly token?: string;
/**
* Alias name
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs#alias TfeProvider#alias}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs#alias TfeProvider#alias}
*/
readonly alias?: string;
}
/**
-* Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs tfe}
+* Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs tfe}
*/
export class TfeProvider extends cdktf.TerraformProvider {
@@ -63,7 +63,7 @@ export class TfeProvider extends cdktf.TerraformProvider {
* Generates CDKTF code for importing a TfeProvider resource upon running "cdktf plan "
* @param scope The scope in which to define this construct
* @param importToId The construct id used in the generated config for the TfeProvider to import
- * @param importFromId The id of the existing TfeProvider that should be imported. Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs#import import section} in the documentation of this resource for the id to use
+ * @param importFromId The id of the existing TfeProvider that should be imported. Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.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 TfeProvider to import is found
*/
public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) {
@@ -75,7 +75,7 @@ export class TfeProvider extends cdktf.TerraformProvider {
// ===========
/**
- * Create a new {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs tfe} Resource
+ * Create a new {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs tfe} 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
@@ -86,7 +86,7 @@ export class TfeProvider extends cdktf.TerraformProvider {
terraformResourceType: 'tfe',
terraformGeneratorMetadata: {
providerName: 'tfe',
- providerVersion: '0.60.1',
+ providerVersion: '0.61.0',
providerVersionConstraint: '~> 0.33'
},
terraformProviderSource: 'hashicorp/tfe'
diff --git a/src/registry-gpg-key/README.md b/src/registry-gpg-key/README.md
index cf36b3968..350df48cd 100644
--- a/src/registry-gpg-key/README.md
+++ b/src/registry-gpg-key/README.md
@@ -1,3 +1,3 @@
# `tfe_registry_gpg_key`
-Refer to the Terraform Registry for docs: [`tfe_registry_gpg_key`](https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/registry_gpg_key).
+Refer to the Terraform Registry for docs: [`tfe_registry_gpg_key`](https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/registry_gpg_key).
diff --git a/src/registry-gpg-key/index.ts b/src/registry-gpg-key/index.ts
index 64a5fffe8..abd247186 100644
--- a/src/registry-gpg-key/index.ts
+++ b/src/registry-gpg-key/index.ts
@@ -3,7 +3,7 @@
* SPDX-License-Identifier: MPL-2.0
*/
-// https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/registry_gpg_key
+// https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/registry_gpg_key
// generated from terraform resource schema
import { Construct } from 'constructs';
@@ -15,19 +15,19 @@ export interface RegistryGpgKeyConfig extends cdktf.TerraformMetaArguments {
/**
* ASCII-armored representation of the GPG key.
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/registry_gpg_key#ascii_armor RegistryGpgKey#ascii_armor}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/registry_gpg_key#ascii_armor RegistryGpgKey#ascii_armor}
*/
readonly asciiArmor: string;
/**
* Name of the organization. If omitted, organization must be defined in the provider config.
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/registry_gpg_key#organization RegistryGpgKey#organization}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/registry_gpg_key#organization RegistryGpgKey#organization}
*/
readonly organization?: string;
}
/**
-* Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/registry_gpg_key tfe_registry_gpg_key}
+* Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/registry_gpg_key tfe_registry_gpg_key}
*/
export class RegistryGpgKey extends cdktf.TerraformResource {
@@ -43,7 +43,7 @@ export class RegistryGpgKey extends cdktf.TerraformResource {
* Generates CDKTF code for importing a RegistryGpgKey resource upon running "cdktf plan "
* @param scope The scope in which to define this construct
* @param importToId The construct id used in the generated config for the RegistryGpgKey to import
- * @param importFromId The id of the existing RegistryGpgKey that should be imported. Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/registry_gpg_key#import import section} in the documentation of this resource for the id to use
+ * @param importFromId The id of the existing RegistryGpgKey that should be imported. Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/registry_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 RegistryGpgKey to import is found
*/
public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) {
@@ -55,7 +55,7 @@ export class RegistryGpgKey extends cdktf.TerraformResource {
// ===========
/**
- * Create a new {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/registry_gpg_key tfe_registry_gpg_key} Resource
+ * Create a new {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/registry_gpg_key tfe_registry_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
@@ -66,7 +66,7 @@ export class RegistryGpgKey extends cdktf.TerraformResource {
terraformResourceType: 'tfe_registry_gpg_key',
terraformGeneratorMetadata: {
providerName: 'tfe',
- providerVersion: '0.60.1',
+ providerVersion: '0.61.0',
providerVersionConstraint: '~> 0.33'
},
provider: config.provider,
diff --git a/src/registry-module/README.md b/src/registry-module/README.md
index 6d2957b1c..b4a8b194d 100644
--- a/src/registry-module/README.md
+++ b/src/registry-module/README.md
@@ -1,3 +1,3 @@
# `tfe_registry_module`
-Refer to the Terraform Registry for docs: [`tfe_registry_module`](https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/registry_module).
+Refer to the Terraform Registry for docs: [`tfe_registry_module`](https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/registry_module).
diff --git a/src/registry-module/index.ts b/src/registry-module/index.ts
index 83472741a..2fc061f1b 100644
--- a/src/registry-module/index.ts
+++ b/src/registry-module/index.ts
@@ -3,7 +3,7 @@
* SPDX-License-Identifier: MPL-2.0
*/
-// https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/registry_module
+// https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/registry_module
// generated from terraform resource schema
import { Construct } from 'constructs';
@@ -13,56 +13,56 @@ import * as cdktf from 'cdktf';
export interface RegistryModuleConfig extends cdktf.TerraformMetaArguments {
/**
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/registry_module#id RegistryModule#id}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/registry_module#id RegistryModule#id}
*
* Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
* If you 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/hashicorp/tfe/0.60.1/docs/resources/registry_module#initial_version RegistryModule#initial_version}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/registry_module#initial_version RegistryModule#initial_version}
*/
readonly initialVersion?: string;
/**
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/registry_module#module_provider RegistryModule#module_provider}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/registry_module#module_provider RegistryModule#module_provider}
*/
readonly moduleProvider?: string;
/**
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/registry_module#name RegistryModule#name}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/registry_module#name RegistryModule#name}
*/
readonly name?: string;
/**
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/registry_module#namespace RegistryModule#namespace}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/registry_module#namespace RegistryModule#namespace}
*/
readonly namespace?: string;
/**
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/registry_module#no_code RegistryModule#no_code}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/registry_module#no_code RegistryModule#no_code}
*/
readonly noCode?: boolean | cdktf.IResolvable;
/**
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/registry_module#organization RegistryModule#organization}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/registry_module#organization RegistryModule#organization}
*/
readonly organization?: string;
/**
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/registry_module#registry_name RegistryModule#registry_name}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/registry_module#registry_name RegistryModule#registry_name}
*/
readonly registryName?: string;
/**
* test_config block
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/registry_module#test_config RegistryModule#test_config}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/registry_module#test_config RegistryModule#test_config}
*/
readonly testConfig?: RegistryModuleTestConfig[] | cdktf.IResolvable;
/**
* vcs_repo block
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/registry_module#vcs_repo RegistryModule#vcs_repo}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/registry_module#vcs_repo RegistryModule#vcs_repo}
*/
readonly vcsRepo?: RegistryModuleVcsRepo;
}
export interface RegistryModuleTestConfig {
/**
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/registry_module#tests_enabled RegistryModule#tests_enabled}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/registry_module#tests_enabled RegistryModule#tests_enabled}
*/
readonly testsEnabled?: boolean | cdktf.IResolvable;
}
@@ -178,27 +178,27 @@ export class RegistryModuleTestConfigList extends cdktf.ComplexList {
}
export interface RegistryModuleVcsRepo {
/**
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/registry_module#branch RegistryModule#branch}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/registry_module#branch RegistryModule#branch}
*/
readonly branch?: string;
/**
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/registry_module#display_identifier RegistryModule#display_identifier}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/registry_module#display_identifier RegistryModule#display_identifier}
*/
readonly displayIdentifier: string;
/**
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/registry_module#github_app_installation_id RegistryModule#github_app_installation_id}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/registry_module#github_app_installation_id RegistryModule#github_app_installation_id}
*/
readonly githubAppInstallationId?: string;
/**
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/registry_module#identifier RegistryModule#identifier}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/registry_module#identifier RegistryModule#identifier}
*/
readonly identifier: string;
/**
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/registry_module#oauth_token_id RegistryModule#oauth_token_id}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/registry_module#oauth_token_id RegistryModule#oauth_token_id}
*/
readonly oauthTokenId?: string;
/**
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/registry_module#tags RegistryModule#tags}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/registry_module#tags RegistryModule#tags}
*/
readonly tags?: boolean | cdktf.IResolvable;
}
@@ -421,7 +421,7 @@ export class RegistryModuleVcsRepoOutputReference extends cdktf.ComplexObject {
}
/**
-* Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/registry_module tfe_registry_module}
+* Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/registry_module tfe_registry_module}
*/
export class RegistryModule extends cdktf.TerraformResource {
@@ -437,7 +437,7 @@ export class RegistryModule extends cdktf.TerraformResource {
* Generates CDKTF code for importing a RegistryModule resource upon running "cdktf plan "
* @param scope The scope in which to define this construct
* @param importToId The construct id used in the generated config for the RegistryModule to import
- * @param importFromId The id of the existing RegistryModule that should be imported. Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/registry_module#import import section} in the documentation of this resource for the id to use
+ * @param importFromId The id of the existing RegistryModule that should be imported. Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/registry_module#import import section} in the documentation of this resource for the id to use
* @param provider? Optional instance of the provider where the RegistryModule to import is found
*/
public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) {
@@ -449,7 +449,7 @@ export class RegistryModule extends cdktf.TerraformResource {
// ===========
/**
- * Create a new {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/registry_module tfe_registry_module} Resource
+ * Create a new {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/registry_module tfe_registry_module} 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
@@ -460,7 +460,7 @@ export class RegistryModule extends cdktf.TerraformResource {
terraformResourceType: 'tfe_registry_module',
terraformGeneratorMetadata: {
providerName: 'tfe',
- providerVersion: '0.60.1',
+ providerVersion: '0.61.0',
providerVersionConstraint: '~> 0.33'
},
provider: config.provider,
diff --git a/src/registry-provider/README.md b/src/registry-provider/README.md
index fd047aab9..67fd6045b 100644
--- a/src/registry-provider/README.md
+++ b/src/registry-provider/README.md
@@ -1,3 +1,3 @@
# `tfe_registry_provider`
-Refer to the Terraform Registry for docs: [`tfe_registry_provider`](https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/registry_provider).
+Refer to the Terraform Registry for docs: [`tfe_registry_provider`](https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/registry_provider).
diff --git a/src/registry-provider/index.ts b/src/registry-provider/index.ts
index 670ab2957..6c57d890e 100644
--- a/src/registry-provider/index.ts
+++ b/src/registry-provider/index.ts
@@ -3,7 +3,7 @@
* SPDX-License-Identifier: MPL-2.0
*/
-// https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/registry_provider
+// https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/registry_provider
// generated from terraform resource schema
import { Construct } from 'constructs';
@@ -15,31 +15,31 @@ export interface RegistryProviderConfig extends cdktf.TerraformMetaArguments {
/**
* Name of the provider.
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/registry_provider#name RegistryProvider#name}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/registry_provider#name RegistryProvider#name}
*/
readonly name: string;
/**
* The namespace of the provider. For private providers this is the same as the oraganization.
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/registry_provider#namespace RegistryProvider#namespace}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/registry_provider#namespace RegistryProvider#namespace}
*/
readonly namespace?: string;
/**
* Name of the organization. If omitted, organization must be defined in the provider config.
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/registry_provider#organization RegistryProvider#organization}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/registry_provider#organization RegistryProvider#organization}
*/
readonly organization?: string;
/**
* Whether this is a publicly maintained provider or private. Must be either `public` or `private`.
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/registry_provider#registry_name RegistryProvider#registry_name}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/registry_provider#registry_name RegistryProvider#registry_name}
*/
readonly registryName?: string;
}
/**
-* Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/registry_provider tfe_registry_provider}
+* Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/registry_provider tfe_registry_provider}
*/
export class RegistryProvider extends cdktf.TerraformResource {
@@ -55,7 +55,7 @@ export class RegistryProvider extends cdktf.TerraformResource {
* Generates CDKTF code for importing a RegistryProvider resource upon running "cdktf plan "
* @param scope The scope in which to define this construct
* @param importToId The construct id used in the generated config for the RegistryProvider to import
- * @param importFromId The id of the existing RegistryProvider that should be imported. Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/registry_provider#import import section} in the documentation of this resource for the id to use
+ * @param importFromId The id of the existing RegistryProvider that should be imported. Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/registry_provider#import import section} in the documentation of this resource for the id to use
* @param provider? Optional instance of the provider where the RegistryProvider to import is found
*/
public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) {
@@ -67,7 +67,7 @@ export class RegistryProvider extends cdktf.TerraformResource {
// ===========
/**
- * Create a new {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/registry_provider tfe_registry_provider} Resource
+ * Create a new {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/registry_provider tfe_registry_provider} Resource
*
* @param scope The scope in which to define this construct
* @param id The scoped construct ID. Must be unique amongst siblings in the same scope
@@ -78,7 +78,7 @@ export class RegistryProvider extends cdktf.TerraformResource {
terraformResourceType: 'tfe_registry_provider',
terraformGeneratorMetadata: {
providerName: 'tfe',
- providerVersion: '0.60.1',
+ providerVersion: '0.61.0',
providerVersionConstraint: '~> 0.33'
},
provider: config.provider,
diff --git a/src/run-trigger/README.md b/src/run-trigger/README.md
index ad075105c..fa599c617 100644
--- a/src/run-trigger/README.md
+++ b/src/run-trigger/README.md
@@ -1,3 +1,3 @@
# `tfe_run_trigger`
-Refer to the Terraform Registry for docs: [`tfe_run_trigger`](https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/run_trigger).
+Refer to the Terraform Registry for docs: [`tfe_run_trigger`](https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/run_trigger).
diff --git a/src/run-trigger/index.ts b/src/run-trigger/index.ts
index 4405decc4..188d42204 100644
--- a/src/run-trigger/index.ts
+++ b/src/run-trigger/index.ts
@@ -3,7 +3,7 @@
* SPDX-License-Identifier: MPL-2.0
*/
-// https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/run_trigger
+// https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/run_trigger
// generated from terraform resource schema
import { Construct } from 'constructs';
@@ -13,24 +13,24 @@ import * as cdktf from 'cdktf';
export interface RunTriggerConfig extends cdktf.TerraformMetaArguments {
/**
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/run_trigger#id RunTrigger#id}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/run_trigger#id RunTrigger#id}
*
* Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
* If you 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/hashicorp/tfe/0.60.1/docs/resources/run_trigger#sourceable_id RunTrigger#sourceable_id}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/run_trigger#sourceable_id RunTrigger#sourceable_id}
*/
readonly sourceableId: string;
/**
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/run_trigger#workspace_id RunTrigger#workspace_id}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/run_trigger#workspace_id RunTrigger#workspace_id}
*/
readonly workspaceId: string;
}
/**
-* Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/run_trigger tfe_run_trigger}
+* Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/run_trigger tfe_run_trigger}
*/
export class RunTrigger extends cdktf.TerraformResource {
@@ -46,7 +46,7 @@ export class RunTrigger extends cdktf.TerraformResource {
* Generates CDKTF code for importing a RunTrigger resource upon running "cdktf plan "
* @param scope The scope in which to define this construct
* @param importToId The construct id used in the generated config for the RunTrigger to import
- * @param importFromId The id of the existing RunTrigger that should be imported. Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/run_trigger#import import section} in the documentation of this resource for the id to use
+ * @param importFromId The id of the existing RunTrigger that should be imported. Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/run_trigger#import import section} in the documentation of this resource for the id to use
* @param provider? Optional instance of the provider where the RunTrigger to import is found
*/
public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) {
@@ -58,7 +58,7 @@ export class RunTrigger extends cdktf.TerraformResource {
// ===========
/**
- * Create a new {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/run_trigger tfe_run_trigger} Resource
+ * Create a new {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/run_trigger tfe_run_trigger} Resource
*
* @param scope The scope in which to define this construct
* @param id The scoped construct ID. Must be unique amongst siblings in the same scope
@@ -69,7 +69,7 @@ export class RunTrigger extends cdktf.TerraformResource {
terraformResourceType: 'tfe_run_trigger',
terraformGeneratorMetadata: {
providerName: 'tfe',
- providerVersion: '0.60.1',
+ providerVersion: '0.61.0',
providerVersionConstraint: '~> 0.33'
},
provider: config.provider,
diff --git a/src/saml-settings/README.md b/src/saml-settings/README.md
index fffd58984..b9607bd54 100644
--- a/src/saml-settings/README.md
+++ b/src/saml-settings/README.md
@@ -1,3 +1,3 @@
# `tfe_saml_settings`
-Refer to the Terraform Registry for docs: [`tfe_saml_settings`](https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/saml_settings).
+Refer to the Terraform Registry for docs: [`tfe_saml_settings`](https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/saml_settings).
diff --git a/src/saml-settings/index.ts b/src/saml-settings/index.ts
index 5a791e7b2..ac4703f92 100644
--- a/src/saml-settings/index.ts
+++ b/src/saml-settings/index.ts
@@ -3,7 +3,7 @@
* SPDX-License-Identifier: MPL-2.0
*/
-// https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/saml_settings
+// https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/saml_settings
// generated from terraform resource schema
import { Construct } from 'constructs';
@@ -15,103 +15,103 @@ export interface SamlSettingsConfig extends cdktf.TerraformMetaArguments {
/**
* Team Attribute Name specifies the name of the SAML attribute that determines team membership
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/saml_settings#attr_groups SamlSettings#attr_groups}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/saml_settings#attr_groups SamlSettings#attr_groups}
*/
readonly attrGroups?: string;
/**
* Specifies the role for site admin access. Overrides the "Site Admin Role" method
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/saml_settings#attr_site_admin SamlSettings#attr_site_admin}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/saml_settings#attr_site_admin SamlSettings#attr_site_admin}
*/
readonly attrSiteAdmin?: string;
/**
* Username Attribute Name specifies the name of the SAML attribute that determines the user's username
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/saml_settings#attr_username SamlSettings#attr_username}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/saml_settings#attr_username SamlSettings#attr_username}
*/
readonly attrUsername?: string;
/**
* Ensure that messages are signed
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/saml_settings#authn_requests_signed SamlSettings#authn_requests_signed}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/saml_settings#authn_requests_signed SamlSettings#authn_requests_signed}
*/
readonly authnRequestsSigned?: boolean | cdktf.IResolvable;
/**
* The certificate used for request and assertion signing
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/saml_settings#certificate SamlSettings#certificate}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/saml_settings#certificate SamlSettings#certificate}
*/
readonly certificate?: string;
/**
* When sign-on fails and this is enabled, the SAMLResponse XML will be displayed on the login page
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/saml_settings#debug SamlSettings#debug}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/saml_settings#debug SamlSettings#debug}
*/
readonly debug?: boolean | cdktf.IResolvable;
/**
* Identity Provider Certificate specifies the PEM encoded X.509 Certificate as provided by the IdP configuration
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/saml_settings#idp_cert SamlSettings#idp_cert}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/saml_settings#idp_cert SamlSettings#idp_cert}
*/
readonly idpCert: string;
/**
* The private key used for request and assertion signing
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/saml_settings#private_key SamlSettings#private_key}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/saml_settings#private_key SamlSettings#private_key}
*/
readonly privateKey?: string;
/**
* Signature Digest Method. Must be either `SHA1` or `SHA256`. Defaults to `SHA256`
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/saml_settings#signature_digest_method SamlSettings#signature_digest_method}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/saml_settings#signature_digest_method SamlSettings#signature_digest_method}
*/
readonly signatureDigestMethod?: string;
/**
* Signature Signing Method. Must be either `SHA1` or `SHA256`. Defaults to `SHA256`
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/saml_settings#signature_signing_method SamlSettings#signature_signing_method}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/saml_settings#signature_signing_method SamlSettings#signature_signing_method}
*/
readonly signatureSigningMethod?: string;
/**
* Specifies the role for site admin access, provided in the list of roles sent in the Team Attribute Name attribute
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/saml_settings#site_admin_role SamlSettings#site_admin_role}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/saml_settings#site_admin_role SamlSettings#site_admin_role}
*/
readonly siteAdminRole?: string;
/**
* Single Log Out URL specifies the HTTPS endpoint on your IdP for single logout requests. This value is provided by the IdP configuration
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/saml_settings#slo_endpoint_url SamlSettings#slo_endpoint_url}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/saml_settings#slo_endpoint_url SamlSettings#slo_endpoint_url}
*/
readonly sloEndpointUrl: string;
/**
* Specifies the Single Sign On session timeout in seconds. Defaults to 14 days
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/saml_settings#sso_api_token_session_timeout SamlSettings#sso_api_token_session_timeout}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/saml_settings#sso_api_token_session_timeout SamlSettings#sso_api_token_session_timeout}
*/
readonly ssoApiTokenSessionTimeout?: number;
/**
* Single Sign On URL specifies the HTTPS endpoint on your IdP for single sign-on requests. This value is provided by the IdP configuration
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/saml_settings#sso_endpoint_url SamlSettings#sso_endpoint_url}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/saml_settings#sso_endpoint_url SamlSettings#sso_endpoint_url}
*/
readonly ssoEndpointUrl: string;
/**
* Set it to false if you would rather use Terraform Enterprise to manage team membership
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/saml_settings#team_management_enabled SamlSettings#team_management_enabled}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/saml_settings#team_management_enabled SamlSettings#team_management_enabled}
*/
readonly teamManagementEnabled?: boolean | cdktf.IResolvable;
/**
* Ensure that elements are signed
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/saml_settings#want_assertions_signed SamlSettings#want_assertions_signed}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/saml_settings#want_assertions_signed SamlSettings#want_assertions_signed}
*/
readonly wantAssertionsSigned?: boolean | cdktf.IResolvable;
}
/**
-* Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/saml_settings tfe_saml_settings}
+* Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/saml_settings tfe_saml_settings}
*/
export class SamlSettings extends cdktf.TerraformResource {
@@ -127,7 +127,7 @@ export class SamlSettings extends cdktf.TerraformResource {
* Generates CDKTF code for importing a SamlSettings resource upon running "cdktf plan "
* @param scope The scope in which to define this construct
* @param importToId The construct id used in the generated config for the SamlSettings to import
- * @param importFromId The id of the existing SamlSettings that should be imported. Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/saml_settings#import import section} in the documentation of this resource for the id to use
+ * @param importFromId The id of the existing SamlSettings that should be imported. Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/saml_settings#import import section} in the documentation of this resource for the id to use
* @param provider? Optional instance of the provider where the SamlSettings to import is found
*/
public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) {
@@ -139,7 +139,7 @@ export class SamlSettings extends cdktf.TerraformResource {
// ===========
/**
- * Create a new {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/saml_settings tfe_saml_settings} Resource
+ * Create a new {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/saml_settings tfe_saml_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
@@ -150,7 +150,7 @@ export class SamlSettings extends cdktf.TerraformResource {
terraformResourceType: 'tfe_saml_settings',
terraformGeneratorMetadata: {
providerName: 'tfe',
- providerVersion: '0.60.1',
+ providerVersion: '0.61.0',
providerVersionConstraint: '~> 0.33'
},
provider: config.provider,
diff --git a/src/sentinel-policy/README.md b/src/sentinel-policy/README.md
index 7909d54ae..fecdf8ef1 100644
--- a/src/sentinel-policy/README.md
+++ b/src/sentinel-policy/README.md
@@ -1,3 +1,3 @@
# `tfe_sentinel_policy`
-Refer to the Terraform Registry for docs: [`tfe_sentinel_policy`](https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/sentinel_policy).
+Refer to the Terraform Registry for docs: [`tfe_sentinel_policy`](https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/sentinel_policy).
diff --git a/src/sentinel-policy/index.ts b/src/sentinel-policy/index.ts
index 1394feae6..e740630fa 100644
--- a/src/sentinel-policy/index.ts
+++ b/src/sentinel-policy/index.ts
@@ -3,7 +3,7 @@
* SPDX-License-Identifier: MPL-2.0
*/
-// https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/sentinel_policy
+// https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/sentinel_policy
// generated from terraform resource schema
import { Construct } from 'constructs';
@@ -13,36 +13,36 @@ import * as cdktf from 'cdktf';
export interface SentinelPolicyConfig extends cdktf.TerraformMetaArguments {
/**
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/sentinel_policy#description SentinelPolicy#description}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/sentinel_policy#description SentinelPolicy#description}
*/
readonly description?: string;
/**
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/sentinel_policy#enforce_mode SentinelPolicy#enforce_mode}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/sentinel_policy#enforce_mode SentinelPolicy#enforce_mode}
*/
readonly enforceMode?: string;
/**
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/sentinel_policy#id SentinelPolicy#id}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/sentinel_policy#id SentinelPolicy#id}
*
* Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
* If you 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/hashicorp/tfe/0.60.1/docs/resources/sentinel_policy#name SentinelPolicy#name}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/sentinel_policy#name SentinelPolicy#name}
*/
readonly name: string;
/**
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/sentinel_policy#organization SentinelPolicy#organization}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/sentinel_policy#organization SentinelPolicy#organization}
*/
readonly organization?: string;
/**
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/sentinel_policy#policy SentinelPolicy#policy}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/sentinel_policy#policy SentinelPolicy#policy}
*/
readonly policy: string;
}
/**
-* Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/sentinel_policy tfe_sentinel_policy}
+* Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/sentinel_policy tfe_sentinel_policy}
*/
export class SentinelPolicy extends cdktf.TerraformResource {
@@ -58,7 +58,7 @@ export class SentinelPolicy extends cdktf.TerraformResource {
* Generates CDKTF code for importing a SentinelPolicy resource upon running "cdktf plan "
* @param scope The scope in which to define this construct
* @param importToId The construct id used in the generated config for the SentinelPolicy to import
- * @param importFromId The id of the existing SentinelPolicy that should be imported. Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/sentinel_policy#import import section} in the documentation of this resource for the id to use
+ * @param importFromId The id of the existing SentinelPolicy that should be imported. Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/sentinel_policy#import import section} in the documentation of this resource for the id to use
* @param provider? Optional instance of the provider where the SentinelPolicy to import is found
*/
public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) {
@@ -70,7 +70,7 @@ export class SentinelPolicy extends cdktf.TerraformResource {
// ===========
/**
- * Create a new {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/sentinel_policy tfe_sentinel_policy} Resource
+ * Create a new {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/sentinel_policy tfe_sentinel_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
@@ -81,7 +81,7 @@ export class SentinelPolicy extends cdktf.TerraformResource {
terraformResourceType: 'tfe_sentinel_policy',
terraformGeneratorMetadata: {
providerName: 'tfe',
- providerVersion: '0.60.1',
+ providerVersion: '0.61.0',
providerVersionConstraint: '~> 0.33'
},
provider: config.provider,
diff --git a/src/sentinel-version/README.md b/src/sentinel-version/README.md
index 81f771c17..602bf6697 100644
--- a/src/sentinel-version/README.md
+++ b/src/sentinel-version/README.md
@@ -1,3 +1,3 @@
# `tfe_sentinel_version`
-Refer to the Terraform Registry for docs: [`tfe_sentinel_version`](https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/sentinel_version).
+Refer to the Terraform Registry for docs: [`tfe_sentinel_version`](https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/sentinel_version).
diff --git a/src/sentinel-version/index.ts b/src/sentinel-version/index.ts
index 77f91f1fe..af93beee1 100644
--- a/src/sentinel-version/index.ts
+++ b/src/sentinel-version/index.ts
@@ -3,7 +3,7 @@
* SPDX-License-Identifier: MPL-2.0
*/
-// https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/sentinel_version
+// https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/sentinel_version
// generated from terraform resource schema
import { Construct } from 'constructs';
@@ -13,48 +13,48 @@ import * as cdktf from 'cdktf';
export interface SentinelVersionConfig extends cdktf.TerraformMetaArguments {
/**
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/sentinel_version#beta SentinelVersion#beta}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/sentinel_version#beta SentinelVersion#beta}
*/
readonly beta?: boolean | cdktf.IResolvable;
/**
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/sentinel_version#deprecated SentinelVersion#deprecated}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/sentinel_version#deprecated SentinelVersion#deprecated}
*/
readonly deprecated?: boolean | cdktf.IResolvable;
/**
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/sentinel_version#deprecated_reason SentinelVersion#deprecated_reason}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/sentinel_version#deprecated_reason SentinelVersion#deprecated_reason}
*/
readonly deprecatedReason?: string;
/**
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/sentinel_version#enabled SentinelVersion#enabled}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/sentinel_version#enabled SentinelVersion#enabled}
*/
readonly enabled?: boolean | cdktf.IResolvable;
/**
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/sentinel_version#id SentinelVersion#id}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/sentinel_version#id SentinelVersion#id}
*
* Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
* If you 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/hashicorp/tfe/0.60.1/docs/resources/sentinel_version#official SentinelVersion#official}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/sentinel_version#official SentinelVersion#official}
*/
readonly official?: boolean | cdktf.IResolvable;
/**
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/sentinel_version#sha SentinelVersion#sha}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/sentinel_version#sha SentinelVersion#sha}
*/
readonly sha: string;
/**
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/sentinel_version#url SentinelVersion#url}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/sentinel_version#url SentinelVersion#url}
*/
readonly url: string;
/**
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/sentinel_version#version SentinelVersion#version}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/sentinel_version#version SentinelVersion#version}
*/
readonly version: string;
}
/**
-* Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/sentinel_version tfe_sentinel_version}
+* Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/sentinel_version tfe_sentinel_version}
*/
export class SentinelVersion extends cdktf.TerraformResource {
@@ -70,7 +70,7 @@ export class SentinelVersion extends cdktf.TerraformResource {
* Generates CDKTF code for importing a SentinelVersion resource upon running "cdktf plan "
* @param scope The scope in which to define this construct
* @param importToId The construct id used in the generated config for the SentinelVersion to import
- * @param importFromId The id of the existing SentinelVersion that should be imported. Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/sentinel_version#import import section} in the documentation of this resource for the id to use
+ * @param importFromId The id of the existing SentinelVersion that should be imported. Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/sentinel_version#import import section} in the documentation of this resource for the id to use
* @param provider? Optional instance of the provider where the SentinelVersion to import is found
*/
public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) {
@@ -82,7 +82,7 @@ export class SentinelVersion extends cdktf.TerraformResource {
// ===========
/**
- * Create a new {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/sentinel_version tfe_sentinel_version} Resource
+ * Create a new {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/sentinel_version tfe_sentinel_version} 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
@@ -93,7 +93,7 @@ export class SentinelVersion extends cdktf.TerraformResource {
terraformResourceType: 'tfe_sentinel_version',
terraformGeneratorMetadata: {
providerName: 'tfe',
- providerVersion: '0.60.1',
+ providerVersion: '0.61.0',
providerVersionConstraint: '~> 0.33'
},
provider: config.provider,
diff --git a/src/ssh-key/README.md b/src/ssh-key/README.md
index 52fd58c49..0db047d6c 100644
--- a/src/ssh-key/README.md
+++ b/src/ssh-key/README.md
@@ -1,3 +1,3 @@
# `tfe_ssh_key`
-Refer to the Terraform Registry for docs: [`tfe_ssh_key`](https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/ssh_key).
+Refer to the Terraform Registry for docs: [`tfe_ssh_key`](https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/ssh_key).
diff --git a/src/ssh-key/index.ts b/src/ssh-key/index.ts
index 50c1f87a3..ee6df4be9 100644
--- a/src/ssh-key/index.ts
+++ b/src/ssh-key/index.ts
@@ -3,7 +3,7 @@
* SPDX-License-Identifier: MPL-2.0
*/
-// https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/ssh_key
+// https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/ssh_key
// generated from terraform resource schema
import { Construct } from 'constructs';
@@ -13,28 +13,28 @@ import * as cdktf from 'cdktf';
export interface SshKeyConfig extends cdktf.TerraformMetaArguments {
/**
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/ssh_key#id SshKey#id}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/ssh_key#id SshKey#id}
*
* Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
* If you 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/hashicorp/tfe/0.60.1/docs/resources/ssh_key#key SshKey#key}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/ssh_key#key SshKey#key}
*/
readonly key: string;
/**
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/ssh_key#name SshKey#name}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/ssh_key#name SshKey#name}
*/
readonly name: string;
/**
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/ssh_key#organization SshKey#organization}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/ssh_key#organization SshKey#organization}
*/
readonly organization?: string;
}
/**
-* Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/ssh_key tfe_ssh_key}
+* Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/ssh_key tfe_ssh_key}
*/
export class SshKey extends cdktf.TerraformResource {
@@ -50,7 +50,7 @@ export class SshKey extends cdktf.TerraformResource {
* Generates CDKTF code for importing a SshKey resource upon running "cdktf plan "
* @param scope The scope in which to define this construct
* @param importToId The construct id used in the generated config for the SshKey to import
- * @param importFromId The id of the existing SshKey that should be imported. Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/ssh_key#import import section} in the documentation of this resource for the id to use
+ * @param importFromId The id of the existing SshKey that should be imported. Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/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 SshKey to import is found
*/
public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) {
@@ -62,7 +62,7 @@ export class SshKey extends cdktf.TerraformResource {
// ===========
/**
- * Create a new {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/ssh_key tfe_ssh_key} Resource
+ * Create a new {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/ssh_key tfe_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,7 +73,7 @@ export class SshKey extends cdktf.TerraformResource {
terraformResourceType: 'tfe_ssh_key',
terraformGeneratorMetadata: {
providerName: 'tfe',
- providerVersion: '0.60.1',
+ providerVersion: '0.61.0',
providerVersionConstraint: '~> 0.33'
},
provider: config.provider,
diff --git a/src/stack/README.md b/src/stack/README.md
index 88f49d27a..bea50f567 100644
--- a/src/stack/README.md
+++ b/src/stack/README.md
@@ -1,3 +1,3 @@
# `tfe_stack`
-Refer to the Terraform Registry for docs: [`tfe_stack`](https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/stack).
+Refer to the Terraform Registry for docs: [`tfe_stack`](https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/stack).
diff --git a/src/stack/index.ts b/src/stack/index.ts
index d8d3be35c..fe69fe33b 100644
--- a/src/stack/index.ts
+++ b/src/stack/index.ts
@@ -3,7 +3,7 @@
* SPDX-License-Identifier: MPL-2.0
*/
-// https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/stack
+// https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/stack
// generated from terraform resource schema
import { Construct } from 'constructs';
@@ -15,25 +15,25 @@ export interface StackConfig extends cdktf.TerraformMetaArguments {
/**
* Description of the Stack
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/stack#description Stack#description}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/stack#description Stack#description}
*/
readonly description?: string;
/**
* Name of the Stack
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/stack#name Stack#name}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/stack#name Stack#name}
*/
readonly name: string;
/**
* ID of the project that the Stack belongs to.
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/stack#project_id Stack#project_id}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/stack#project_id Stack#project_id}
*/
readonly projectId: string;
/**
* vcs_repo block
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/stack#vcs_repo Stack#vcs_repo}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/stack#vcs_repo Stack#vcs_repo}
*/
readonly vcsRepo?: StackVcsRepo;
}
@@ -41,25 +41,25 @@ export interface StackVcsRepo {
/**
* The repository branch that Terraform should use. This defaults to the respository's default branch (e.g. main).
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/stack#branch Stack#branch}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/stack#branch Stack#branch}
*/
readonly branch?: string;
/**
* The installation ID of the GitHub App. This conflicts with `oauth_token_id` and can only be used if `oauth_token_id` is not used.
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/stack#github_app_installation_id Stack#github_app_installation_id}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/stack#github_app_installation_id Stack#github_app_installation_id}
*/
readonly githubAppInstallationId?: string;
/**
* Identifier of the VCS repository.
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/stack#identifier Stack#identifier}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/stack#identifier Stack#identifier}
*/
readonly identifier: string;
/**
* The VCS Connection to use. This ID can be obtained from a `tfe_oauth_client` resource. This conflicts with `github_app_installation_id` and can only be used if `github_app_installation_id` is not used.
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/stack#oauth_token_id Stack#oauth_token_id}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/stack#oauth_token_id Stack#oauth_token_id}
*/
readonly oauthTokenId?: string;
}
@@ -237,7 +237,7 @@ export class StackVcsRepoOutputReference extends cdktf.ComplexObject {
}
/**
-* Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/stack tfe_stack}
+* Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/stack tfe_stack}
*/
export class Stack extends cdktf.TerraformResource {
@@ -253,7 +253,7 @@ export class Stack extends cdktf.TerraformResource {
* Generates CDKTF code for importing a Stack resource upon running "cdktf plan "
* @param scope The scope in which to define this construct
* @param importToId The construct id used in the generated config for the Stack to import
- * @param importFromId The id of the existing Stack that should be imported. Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/stack#import import section} in the documentation of this resource for the id to use
+ * @param importFromId The id of the existing Stack that should be imported. Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/stack#import import section} in the documentation of this resource for the id to use
* @param provider? Optional instance of the provider where the Stack to import is found
*/
public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) {
@@ -265,7 +265,7 @@ export class Stack extends cdktf.TerraformResource {
// ===========
/**
- * Create a new {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/stack tfe_stack} Resource
+ * Create a new {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/stack tfe_stack} 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
@@ -276,7 +276,7 @@ export class Stack extends cdktf.TerraformResource {
terraformResourceType: 'tfe_stack',
terraformGeneratorMetadata: {
providerName: 'tfe',
- providerVersion: '0.60.1',
+ providerVersion: '0.61.0',
providerVersionConstraint: '~> 0.33'
},
provider: config.provider,
diff --git a/src/team-access/README.md b/src/team-access/README.md
index 2d5bfb72c..a4ddba7e3 100644
--- a/src/team-access/README.md
+++ b/src/team-access/README.md
@@ -1,3 +1,3 @@
# `tfe_team_access`
-Refer to the Terraform Registry for docs: [`tfe_team_access`](https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_access).
+Refer to the Terraform Registry for docs: [`tfe_team_access`](https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_access).
diff --git a/src/team-access/index.ts b/src/team-access/index.ts
index 28f36fb92..b0b798eca 100644
--- a/src/team-access/index.ts
+++ b/src/team-access/index.ts
@@ -3,7 +3,7 @@
* SPDX-License-Identifier: MPL-2.0
*/
-// https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_access
+// https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_access
// generated from terraform resource schema
import { Construct } from 'constructs';
@@ -13,54 +13,54 @@ import * as cdktf from 'cdktf';
export interface TeamAccessConfig extends cdktf.TerraformMetaArguments {
/**
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_access#access TeamAccess#access}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_access#access TeamAccess#access}
*/
readonly access?: string;
/**
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_access#id TeamAccess#id}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_access#id TeamAccess#id}
*
* Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
* If you 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/hashicorp/tfe/0.60.1/docs/resources/team_access#team_id TeamAccess#team_id}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_access#team_id TeamAccess#team_id}
*/
readonly teamId: string;
/**
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_access#workspace_id TeamAccess#workspace_id}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_access#workspace_id TeamAccess#workspace_id}
*/
readonly workspaceId: string;
/**
* permissions block
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_access#permissions TeamAccess#permissions}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_access#permissions TeamAccess#permissions}
*/
readonly permissions?: TeamAccessPermissions[] | cdktf.IResolvable;
}
export interface TeamAccessPermissions {
/**
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_access#run_tasks TeamAccess#run_tasks}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_access#run_tasks TeamAccess#run_tasks}
*/
readonly runTasks: boolean | cdktf.IResolvable;
/**
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_access#runs TeamAccess#runs}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_access#runs TeamAccess#runs}
*/
readonly runs: string;
/**
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_access#sentinel_mocks TeamAccess#sentinel_mocks}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_access#sentinel_mocks TeamAccess#sentinel_mocks}
*/
readonly sentinelMocks: string;
/**
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_access#state_versions TeamAccess#state_versions}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_access#state_versions TeamAccess#state_versions}
*/
readonly stateVersions: string;
/**
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_access#variables TeamAccess#variables}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_access#variables TeamAccess#variables}
*/
readonly variables: string;
/**
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_access#workspace_locking TeamAccess#workspace_locking}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_access#workspace_locking TeamAccess#workspace_locking}
*/
readonly workspaceLocking: boolean | cdktf.IResolvable;
}
@@ -303,7 +303,7 @@ export class TeamAccessPermissionsList extends cdktf.ComplexList {
}
/**
-* Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_access tfe_team_access}
+* Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_access tfe_team_access}
*/
export class TeamAccess extends cdktf.TerraformResource {
@@ -319,7 +319,7 @@ export class TeamAccess extends cdktf.TerraformResource {
* Generates CDKTF code for importing a TeamAccess resource upon running "cdktf plan "
* @param scope The scope in which to define this construct
* @param importToId The construct id used in the generated config for the TeamAccess to import
- * @param importFromId The id of the existing TeamAccess that should be imported. Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_access#import import section} in the documentation of this resource for the id to use
+ * @param importFromId The id of the existing TeamAccess that should be imported. Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_access#import import section} in the documentation of this resource for the id to use
* @param provider? Optional instance of the provider where the TeamAccess to import is found
*/
public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) {
@@ -331,7 +331,7 @@ export class TeamAccess extends cdktf.TerraformResource {
// ===========
/**
- * Create a new {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_access tfe_team_access} Resource
+ * Create a new {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_access tfe_team_access} 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
@@ -342,7 +342,7 @@ export class TeamAccess extends cdktf.TerraformResource {
terraformResourceType: 'tfe_team_access',
terraformGeneratorMetadata: {
providerName: 'tfe',
- providerVersion: '0.60.1',
+ providerVersion: '0.61.0',
providerVersionConstraint: '~> 0.33'
},
provider: config.provider,
diff --git a/src/team-member/README.md b/src/team-member/README.md
index 448d5cf47..b2ee0861a 100644
--- a/src/team-member/README.md
+++ b/src/team-member/README.md
@@ -1,3 +1,3 @@
# `tfe_team_member`
-Refer to the Terraform Registry for docs: [`tfe_team_member`](https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_member).
+Refer to the Terraform Registry for docs: [`tfe_team_member`](https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_member).
diff --git a/src/team-member/index.ts b/src/team-member/index.ts
index bf9f8e631..38a7dae31 100644
--- a/src/team-member/index.ts
+++ b/src/team-member/index.ts
@@ -3,7 +3,7 @@
* SPDX-License-Identifier: MPL-2.0
*/
-// https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_member
+// https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_member
// generated from terraform resource schema
import { Construct } from 'constructs';
@@ -13,24 +13,24 @@ import * as cdktf from 'cdktf';
export interface TeamMemberConfig extends cdktf.TerraformMetaArguments {
/**
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_member#id TeamMember#id}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_member#id TeamMember#id}
*
* Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
* If you 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/hashicorp/tfe/0.60.1/docs/resources/team_member#team_id TeamMember#team_id}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_member#team_id TeamMember#team_id}
*/
readonly teamId: string;
/**
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_member#username TeamMember#username}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_member#username TeamMember#username}
*/
readonly username: string;
}
/**
-* Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_member tfe_team_member}
+* Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_member tfe_team_member}
*/
export class TeamMember extends cdktf.TerraformResource {
@@ -46,7 +46,7 @@ export class TeamMember extends cdktf.TerraformResource {
* Generates CDKTF code for importing a TeamMember resource upon running "cdktf plan "
* @param scope The scope in which to define this construct
* @param importToId The construct id used in the generated config for the TeamMember to import
- * @param importFromId The id of the existing TeamMember that should be imported. Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_member#import import section} in the documentation of this resource for the id to use
+ * @param importFromId The id of the existing TeamMember that should be imported. Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_member#import import section} in the documentation of this resource for the id to use
* @param provider? Optional instance of the provider where the TeamMember to import is found
*/
public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) {
@@ -58,7 +58,7 @@ export class TeamMember extends cdktf.TerraformResource {
// ===========
/**
- * Create a new {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_member tfe_team_member} Resource
+ * Create a new {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_member tfe_team_member} 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
@@ -69,7 +69,7 @@ export class TeamMember extends cdktf.TerraformResource {
terraformResourceType: 'tfe_team_member',
terraformGeneratorMetadata: {
providerName: 'tfe',
- providerVersion: '0.60.1',
+ providerVersion: '0.61.0',
providerVersionConstraint: '~> 0.33'
},
provider: config.provider,
diff --git a/src/team-members/README.md b/src/team-members/README.md
index 1174d64a6..2ef575040 100644
--- a/src/team-members/README.md
+++ b/src/team-members/README.md
@@ -1,3 +1,3 @@
# `tfe_team_members`
-Refer to the Terraform Registry for docs: [`tfe_team_members`](https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_members).
+Refer to the Terraform Registry for docs: [`tfe_team_members`](https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_members).
diff --git a/src/team-members/index.ts b/src/team-members/index.ts
index 42b1ab980..e4daa5379 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/hashicorp/tfe/0.60.1/docs/resources/team_members
+// https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_members
// generated from terraform resource schema
import { Construct } from 'constructs';
@@ -13,24 +13,24 @@ import * as cdktf from 'cdktf';
export interface TeamMembersConfig extends cdktf.TerraformMetaArguments {
/**
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_members#id TeamMembers#id}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.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.
*/
readonly id?: string;
/**
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_members#team_id TeamMembers#team_id}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_members#team_id TeamMembers#team_id}
*/
readonly teamId: string;
/**
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_members#usernames TeamMembers#usernames}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_members#usernames TeamMembers#usernames}
*/
readonly usernames: string[];
}
/**
-* Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_members tfe_team_members}
+* Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_members tfe_team_members}
*/
export class TeamMembers extends cdktf.TerraformResource {
@@ -46,7 +46,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/hashicorp/tfe/0.60.1/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/hashicorp/tfe/0.61.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) {
@@ -58,7 +58,7 @@ export class TeamMembers extends cdktf.TerraformResource {
// ===========
/**
- * Create a new {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_members tfe_team_members} Resource
+ * Create a new {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_members tfe_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
@@ -69,7 +69,7 @@ export class TeamMembers extends cdktf.TerraformResource {
terraformResourceType: 'tfe_team_members',
terraformGeneratorMetadata: {
providerName: 'tfe',
- providerVersion: '0.60.1',
+ providerVersion: '0.61.0',
providerVersionConstraint: '~> 0.33'
},
provider: config.provider,
diff --git a/src/team-organization-member/README.md b/src/team-organization-member/README.md
index e90b74dfe..816096348 100644
--- a/src/team-organization-member/README.md
+++ b/src/team-organization-member/README.md
@@ -1,3 +1,3 @@
# `tfe_team_organization_member`
-Refer to the Terraform Registry for docs: [`tfe_team_organization_member`](https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_organization_member).
+Refer to the Terraform Registry for docs: [`tfe_team_organization_member`](https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_organization_member).
diff --git a/src/team-organization-member/index.ts b/src/team-organization-member/index.ts
index c0b68bb59..b3687fb3d 100644
--- a/src/team-organization-member/index.ts
+++ b/src/team-organization-member/index.ts
@@ -3,7 +3,7 @@
* SPDX-License-Identifier: MPL-2.0
*/
-// https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_organization_member
+// https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_organization_member
// generated from terraform resource schema
import { Construct } from 'constructs';
@@ -13,24 +13,24 @@ import * as cdktf from 'cdktf';
export interface TeamOrganizationMemberConfig extends cdktf.TerraformMetaArguments {
/**
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_organization_member#id TeamOrganizationMember#id}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_organization_member#id TeamOrganizationMember#id}
*
* Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
* If you 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/hashicorp/tfe/0.60.1/docs/resources/team_organization_member#organization_membership_id TeamOrganizationMember#organization_membership_id}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_organization_member#organization_membership_id TeamOrganizationMember#organization_membership_id}
*/
readonly organizationMembershipId: string;
/**
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_organization_member#team_id TeamOrganizationMember#team_id}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_organization_member#team_id TeamOrganizationMember#team_id}
*/
readonly teamId: string;
}
/**
-* Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_organization_member tfe_team_organization_member}
+* Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_organization_member tfe_team_organization_member}
*/
export class TeamOrganizationMember extends cdktf.TerraformResource {
@@ -46,7 +46,7 @@ export class TeamOrganizationMember extends cdktf.TerraformResource {
* Generates CDKTF code for importing a TeamOrganizationMember resource upon running "cdktf plan "
* @param scope The scope in which to define this construct
* @param importToId The construct id used in the generated config for the TeamOrganizationMember to import
- * @param importFromId The id of the existing TeamOrganizationMember that should be imported. Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_organization_member#import import section} in the documentation of this resource for the id to use
+ * @param importFromId The id of the existing TeamOrganizationMember that should be imported. Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_organization_member#import import section} in the documentation of this resource for the id to use
* @param provider? Optional instance of the provider where the TeamOrganizationMember to import is found
*/
public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) {
@@ -58,7 +58,7 @@ export class TeamOrganizationMember extends cdktf.TerraformResource {
// ===========
/**
- * Create a new {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_organization_member tfe_team_organization_member} Resource
+ * Create a new {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_organization_member tfe_team_organization_member} 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
@@ -69,7 +69,7 @@ export class TeamOrganizationMember extends cdktf.TerraformResource {
terraformResourceType: 'tfe_team_organization_member',
terraformGeneratorMetadata: {
providerName: 'tfe',
- providerVersion: '0.60.1',
+ providerVersion: '0.61.0',
providerVersionConstraint: '~> 0.33'
},
provider: config.provider,
diff --git a/src/team-organization-members/README.md b/src/team-organization-members/README.md
index 6de67867f..4727288a7 100644
--- a/src/team-organization-members/README.md
+++ b/src/team-organization-members/README.md
@@ -1,3 +1,3 @@
# `tfe_team_organization_members`
-Refer to the Terraform Registry for docs: [`tfe_team_organization_members`](https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_organization_members).
+Refer to the Terraform Registry for docs: [`tfe_team_organization_members`](https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_organization_members).
diff --git a/src/team-organization-members/index.ts b/src/team-organization-members/index.ts
index a0a2c203e..1b5cb7a17 100644
--- a/src/team-organization-members/index.ts
+++ b/src/team-organization-members/index.ts
@@ -3,7 +3,7 @@
* SPDX-License-Identifier: MPL-2.0
*/
-// https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_organization_members
+// https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_organization_members
// generated from terraform resource schema
import { Construct } from 'constructs';
@@ -13,24 +13,24 @@ import * as cdktf from 'cdktf';
export interface TeamOrganizationMembersConfig extends cdktf.TerraformMetaArguments {
/**
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_organization_members#id TeamOrganizationMembers#id}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_organization_members#id TeamOrganizationMembers#id}
*
* Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
* If you 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/hashicorp/tfe/0.60.1/docs/resources/team_organization_members#organization_membership_ids TeamOrganizationMembers#organization_membership_ids}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_organization_members#organization_membership_ids TeamOrganizationMembers#organization_membership_ids}
*/
readonly organizationMembershipIds: string[];
/**
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_organization_members#team_id TeamOrganizationMembers#team_id}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_organization_members#team_id TeamOrganizationMembers#team_id}
*/
readonly teamId: string;
}
/**
-* Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_organization_members tfe_team_organization_members}
+* Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_organization_members tfe_team_organization_members}
*/
export class TeamOrganizationMembers extends cdktf.TerraformResource {
@@ -46,7 +46,7 @@ export class TeamOrganizationMembers extends cdktf.TerraformResource {
* Generates CDKTF code for importing a TeamOrganizationMembers resource upon running "cdktf plan "
* @param scope The scope in which to define this construct
* @param importToId The construct id used in the generated config for the TeamOrganizationMembers to import
- * @param importFromId The id of the existing TeamOrganizationMembers that should be imported. Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_organization_members#import import section} in the documentation of this resource for the id to use
+ * @param importFromId The id of the existing TeamOrganizationMembers that should be imported. Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_organization_members#import import section} in the documentation of this resource for the id to use
* @param provider? Optional instance of the provider where the TeamOrganizationMembers to import is found
*/
public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) {
@@ -58,7 +58,7 @@ export class TeamOrganizationMembers extends cdktf.TerraformResource {
// ===========
/**
- * Create a new {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_organization_members tfe_team_organization_members} Resource
+ * Create a new {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_organization_members tfe_team_organization_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
@@ -69,7 +69,7 @@ export class TeamOrganizationMembers extends cdktf.TerraformResource {
terraformResourceType: 'tfe_team_organization_members',
terraformGeneratorMetadata: {
providerName: 'tfe',
- providerVersion: '0.60.1',
+ providerVersion: '0.61.0',
providerVersionConstraint: '~> 0.33'
},
provider: config.provider,
diff --git a/src/team-project-access/README.md b/src/team-project-access/README.md
index 1f72a7c0a..035d3b882 100644
--- a/src/team-project-access/README.md
+++ b/src/team-project-access/README.md
@@ -1,3 +1,3 @@
# `tfe_team_project_access`
-Refer to the Terraform Registry for docs: [`tfe_team_project_access`](https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_project_access).
+Refer to the Terraform Registry for docs: [`tfe_team_project_access`](https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_project_access).
diff --git a/src/team-project-access/index.ts b/src/team-project-access/index.ts
index 6e1403144..8d7b5067b 100644
--- a/src/team-project-access/index.ts
+++ b/src/team-project-access/index.ts
@@ -3,7 +3,7 @@
* SPDX-License-Identifier: MPL-2.0
*/
-// https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_project_access
+// https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_project_access
// generated from terraform resource schema
import { Construct } from 'constructs';
@@ -13,44 +13,44 @@ import * as cdktf from 'cdktf';
export interface TeamProjectAccessConfig extends cdktf.TerraformMetaArguments {
/**
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_project_access#access TeamProjectAccess#access}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_project_access#access TeamProjectAccess#access}
*/
readonly access: string;
/**
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_project_access#id TeamProjectAccess#id}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_project_access#id TeamProjectAccess#id}
*
* Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
* If you 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/hashicorp/tfe/0.60.1/docs/resources/team_project_access#project_id TeamProjectAccess#project_id}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_project_access#project_id TeamProjectAccess#project_id}
*/
readonly projectId: string;
/**
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_project_access#team_id TeamProjectAccess#team_id}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_project_access#team_id TeamProjectAccess#team_id}
*/
readonly teamId: string;
/**
* project_access block
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_project_access#project_access TeamProjectAccess#project_access}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_project_access#project_access TeamProjectAccess#project_access}
*/
readonly projectAccess?: TeamProjectAccessProjectAccess[] | cdktf.IResolvable;
/**
* workspace_access block
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_project_access#workspace_access TeamProjectAccess#workspace_access}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_project_access#workspace_access TeamProjectAccess#workspace_access}
*/
readonly workspaceAccess?: TeamProjectAccessWorkspaceAccess[] | cdktf.IResolvable;
}
export interface TeamProjectAccessProjectAccess {
/**
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_project_access#settings TeamProjectAccess#settings}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_project_access#settings TeamProjectAccess#settings}
*/
readonly settings?: string;
/**
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_project_access#teams TeamProjectAccess#teams}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_project_access#teams TeamProjectAccess#teams}
*/
readonly teams?: string;
}
@@ -195,39 +195,39 @@ export class TeamProjectAccessProjectAccessList extends cdktf.ComplexList {
}
export interface TeamProjectAccessWorkspaceAccess {
/**
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_project_access#create TeamProjectAccess#create}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_project_access#create TeamProjectAccess#create}
*/
readonly create?: boolean | cdktf.IResolvable;
/**
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_project_access#delete TeamProjectAccess#delete}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_project_access#delete TeamProjectAccess#delete}
*/
readonly delete?: boolean | cdktf.IResolvable;
/**
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_project_access#locking TeamProjectAccess#locking}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_project_access#locking TeamProjectAccess#locking}
*/
readonly locking?: boolean | cdktf.IResolvable;
/**
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_project_access#move TeamProjectAccess#move}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_project_access#move TeamProjectAccess#move}
*/
readonly move?: boolean | cdktf.IResolvable;
/**
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_project_access#run_tasks TeamProjectAccess#run_tasks}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_project_access#run_tasks TeamProjectAccess#run_tasks}
*/
readonly runTasks?: boolean | cdktf.IResolvable;
/**
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_project_access#runs TeamProjectAccess#runs}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_project_access#runs TeamProjectAccess#runs}
*/
readonly runs?: string;
/**
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_project_access#sentinel_mocks TeamProjectAccess#sentinel_mocks}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_project_access#sentinel_mocks TeamProjectAccess#sentinel_mocks}
*/
readonly sentinelMocks?: string;
/**
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_project_access#state_versions TeamProjectAccess#state_versions}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_project_access#state_versions TeamProjectAccess#state_versions}
*/
readonly stateVersions?: string;
/**
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_project_access#variables TeamProjectAccess#variables}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_project_access#variables TeamProjectAccess#variables}
*/
readonly variables?: string;
}
@@ -575,7 +575,7 @@ export class TeamProjectAccessWorkspaceAccessList extends cdktf.ComplexList {
}
/**
-* Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_project_access tfe_team_project_access}
+* Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_project_access tfe_team_project_access}
*/
export class TeamProjectAccess extends cdktf.TerraformResource {
@@ -591,7 +591,7 @@ export class TeamProjectAccess extends cdktf.TerraformResource {
* Generates CDKTF code for importing a TeamProjectAccess resource upon running "cdktf plan "
* @param scope The scope in which to define this construct
* @param importToId The construct id used in the generated config for the TeamProjectAccess to import
- * @param importFromId The id of the existing TeamProjectAccess that should be imported. Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_project_access#import import section} in the documentation of this resource for the id to use
+ * @param importFromId The id of the existing TeamProjectAccess that should be imported. Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_project_access#import import section} in the documentation of this resource for the id to use
* @param provider? Optional instance of the provider where the TeamProjectAccess to import is found
*/
public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) {
@@ -603,7 +603,7 @@ export class TeamProjectAccess extends cdktf.TerraformResource {
// ===========
/**
- * Create a new {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_project_access tfe_team_project_access} Resource
+ * Create a new {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_project_access tfe_team_project_access} 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
@@ -614,7 +614,7 @@ export class TeamProjectAccess extends cdktf.TerraformResource {
terraformResourceType: 'tfe_team_project_access',
terraformGeneratorMetadata: {
providerName: 'tfe',
- providerVersion: '0.60.1',
+ providerVersion: '0.61.0',
providerVersionConstraint: '~> 0.33'
},
provider: config.provider,
diff --git a/src/team-token/README.md b/src/team-token/README.md
index 85a86dc83..839225788 100644
--- a/src/team-token/README.md
+++ b/src/team-token/README.md
@@ -1,3 +1,3 @@
# `tfe_team_token`
-Refer to the Terraform Registry for docs: [`tfe_team_token`](https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_token).
+Refer to the Terraform Registry for docs: [`tfe_team_token`](https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_token).
diff --git a/src/team-token/index.ts b/src/team-token/index.ts
index 60953c8dc..49706264f 100644
--- a/src/team-token/index.ts
+++ b/src/team-token/index.ts
@@ -3,7 +3,7 @@
* SPDX-License-Identifier: MPL-2.0
*/
-// https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_token
+// https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_token
// generated from terraform resource schema
import { Construct } from 'constructs';
@@ -13,28 +13,28 @@ import * as cdktf from 'cdktf';
export interface TeamTokenConfig extends cdktf.TerraformMetaArguments {
/**
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_token#expired_at TeamToken#expired_at}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_token#expired_at TeamToken#expired_at}
*/
readonly expiredAt?: string;
/**
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_token#force_regenerate TeamToken#force_regenerate}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_token#force_regenerate TeamToken#force_regenerate}
*/
readonly forceRegenerate?: boolean | cdktf.IResolvable;
/**
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_token#id TeamToken#id}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_token#id TeamToken#id}
*
* Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
* If you 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/hashicorp/tfe/0.60.1/docs/resources/team_token#team_id TeamToken#team_id}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_token#team_id TeamToken#team_id}
*/
readonly teamId: string;
}
/**
-* Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_token tfe_team_token}
+* Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_token tfe_team_token}
*/
export class TeamToken extends cdktf.TerraformResource {
@@ -50,7 +50,7 @@ export class TeamToken extends cdktf.TerraformResource {
* Generates CDKTF code for importing a TeamToken resource upon running "cdktf plan "
* @param scope The scope in which to define this construct
* @param importToId The construct id used in the generated config for the TeamToken to import
- * @param importFromId The id of the existing TeamToken that should be imported. Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_token#import import section} in the documentation of this resource for the id to use
+ * @param importFromId The id of the existing TeamToken that should be imported. Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_token#import import section} in the documentation of this resource for the id to use
* @param provider? Optional instance of the provider where the TeamToken to import is found
*/
public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) {
@@ -62,7 +62,7 @@ export class TeamToken extends cdktf.TerraformResource {
// ===========
/**
- * Create a new {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team_token tfe_team_token} Resource
+ * Create a new {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team_token tfe_team_token} Resource
*
* @param scope The scope in which to define this construct
* @param id The scoped construct ID. Must be unique amongst siblings in the same scope
@@ -73,7 +73,7 @@ export class TeamToken extends cdktf.TerraformResource {
terraformResourceType: 'tfe_team_token',
terraformGeneratorMetadata: {
providerName: 'tfe',
- providerVersion: '0.60.1',
+ providerVersion: '0.61.0',
providerVersionConstraint: '~> 0.33'
},
provider: config.provider,
diff --git a/src/team/README.md b/src/team/README.md
index f391232fa..205c6a19f 100644
--- a/src/team/README.md
+++ b/src/team/README.md
@@ -1,3 +1,3 @@
# `tfe_team`
-Refer to the Terraform Registry for docs: [`tfe_team`](https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team).
+Refer to the Terraform Registry for docs: [`tfe_team`](https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team).
diff --git a/src/team/index.ts b/src/team/index.ts
index 85b64d23a..24e2d3e89 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/hashicorp/tfe/0.60.1/docs/resources/team
+// https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team
// generated from terraform resource schema
import { Construct } from 'constructs';
@@ -13,98 +13,98 @@ import * as cdktf from 'cdktf';
export interface TeamConfig extends cdktf.TerraformMetaArguments {
/**
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team#allow_member_token_management Team#allow_member_token_management}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team#allow_member_token_management Team#allow_member_token_management}
*/
readonly allowMemberTokenManagement?: boolean | cdktf.IResolvable;
/**
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team#id Team#id}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.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.
*/
readonly id?: string;
/**
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team#name Team#name}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team#name Team#name}
*/
readonly name: string;
/**
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team#organization Team#organization}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team#organization Team#organization}
*/
readonly organization?: string;
/**
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team#sso_team_id Team#sso_team_id}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team#sso_team_id Team#sso_team_id}
*/
readonly ssoTeamId?: string;
/**
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team#visibility Team#visibility}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team#visibility Team#visibility}
*/
readonly visibility?: string;
/**
* organization_access block
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team#organization_access Team#organization_access}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team#organization_access Team#organization_access}
*/
readonly organizationAccess?: TeamOrganizationAccess;
}
export interface TeamOrganizationAccess {
/**
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team#access_secret_teams Team#access_secret_teams}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team#access_secret_teams Team#access_secret_teams}
*/
readonly accessSecretTeams?: boolean | cdktf.IResolvable;
/**
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team#manage_agent_pools Team#manage_agent_pools}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team#manage_agent_pools Team#manage_agent_pools}
*/
readonly manageAgentPools?: boolean | cdktf.IResolvable;
/**
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team#manage_membership Team#manage_membership}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team#manage_membership Team#manage_membership}
*/
readonly manageMembership?: boolean | cdktf.IResolvable;
/**
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team#manage_modules Team#manage_modules}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team#manage_modules Team#manage_modules}
*/
readonly manageModules?: boolean | cdktf.IResolvable;
/**
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team#manage_organization_access Team#manage_organization_access}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team#manage_organization_access Team#manage_organization_access}
*/
readonly manageOrganizationAccess?: boolean | cdktf.IResolvable;
/**
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team#manage_policies Team#manage_policies}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team#manage_policies Team#manage_policies}
*/
readonly managePolicies?: boolean | cdktf.IResolvable;
/**
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team#manage_policy_overrides Team#manage_policy_overrides}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team#manage_policy_overrides Team#manage_policy_overrides}
*/
readonly managePolicyOverrides?: boolean | cdktf.IResolvable;
/**
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team#manage_projects Team#manage_projects}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team#manage_projects Team#manage_projects}
*/
readonly manageProjects?: boolean | cdktf.IResolvable;
/**
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team#manage_providers Team#manage_providers}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team#manage_providers Team#manage_providers}
*/
readonly manageProviders?: boolean | cdktf.IResolvable;
/**
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team#manage_run_tasks Team#manage_run_tasks}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team#manage_run_tasks Team#manage_run_tasks}
*/
readonly manageRunTasks?: boolean | cdktf.IResolvable;
/**
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team#manage_teams Team#manage_teams}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team#manage_teams Team#manage_teams}
*/
readonly manageTeams?: boolean | cdktf.IResolvable;
/**
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team#manage_vcs_settings Team#manage_vcs_settings}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team#manage_vcs_settings Team#manage_vcs_settings}
*/
readonly manageVcsSettings?: boolean | cdktf.IResolvable;
/**
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team#manage_workspaces Team#manage_workspaces}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team#manage_workspaces Team#manage_workspaces}
*/
readonly manageWorkspaces?: boolean | cdktf.IResolvable;
/**
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team#read_projects Team#read_projects}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team#read_projects Team#read_projects}
*/
readonly readProjects?: boolean | cdktf.IResolvable;
/**
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team#read_workspaces Team#read_workspaces}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team#read_workspaces Team#read_workspaces}
*/
readonly readWorkspaces?: boolean | cdktf.IResolvable;
}
@@ -594,7 +594,7 @@ export class TeamOrganizationAccessOutputReference extends cdktf.ComplexObject {
}
/**
-* Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team tfe_team}
+* Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team tfe_team}
*/
export class Team extends cdktf.TerraformResource {
@@ -610,7 +610,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/hashicorp/tfe/0.60.1/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/hashicorp/tfe/0.61.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) {
@@ -622,7 +622,7 @@ export class Team extends cdktf.TerraformResource {
// ===========
/**
- * Create a new {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/team tfe_team} Resource
+ * Create a new {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/team tfe_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
@@ -633,7 +633,7 @@ export class Team extends cdktf.TerraformResource {
terraformResourceType: 'tfe_team',
terraformGeneratorMetadata: {
providerName: 'tfe',
- providerVersion: '0.60.1',
+ providerVersion: '0.61.0',
providerVersionConstraint: '~> 0.33'
},
provider: config.provider,
diff --git a/src/terraform-version/README.md b/src/terraform-version/README.md
index 9f7407010..aae9bd7be 100644
--- a/src/terraform-version/README.md
+++ b/src/terraform-version/README.md
@@ -1,3 +1,3 @@
# `tfe_terraform_version`
-Refer to the Terraform Registry for docs: [`tfe_terraform_version`](https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/terraform_version).
+Refer to the Terraform Registry for docs: [`tfe_terraform_version`](https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/terraform_version).
diff --git a/src/terraform-version/index.ts b/src/terraform-version/index.ts
index 8f443fac5..71ac8c580 100644
--- a/src/terraform-version/index.ts
+++ b/src/terraform-version/index.ts
@@ -3,7 +3,7 @@
* SPDX-License-Identifier: MPL-2.0
*/
-// https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/terraform_version
+// https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/terraform_version
// generated from terraform resource schema
import { Construct } from 'constructs';
@@ -13,48 +13,48 @@ import * as cdktf from 'cdktf';
export interface TerraformVersionConfig extends cdktf.TerraformMetaArguments {
/**
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/terraform_version#beta TerraformVersion#beta}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/terraform_version#beta TerraformVersion#beta}
*/
readonly beta?: boolean | cdktf.IResolvable;
/**
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/terraform_version#deprecated TerraformVersion#deprecated}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/terraform_version#deprecated TerraformVersion#deprecated}
*/
readonly deprecated?: boolean | cdktf.IResolvable;
/**
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/terraform_version#deprecated_reason TerraformVersion#deprecated_reason}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/terraform_version#deprecated_reason TerraformVersion#deprecated_reason}
*/
readonly deprecatedReason?: string;
/**
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/terraform_version#enabled TerraformVersion#enabled}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/terraform_version#enabled TerraformVersion#enabled}
*/
readonly enabled?: boolean | cdktf.IResolvable;
/**
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/terraform_version#id TerraformVersion#id}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/terraform_version#id TerraformVersion#id}
*
* Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
* If you 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/hashicorp/tfe/0.60.1/docs/resources/terraform_version#official TerraformVersion#official}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/terraform_version#official TerraformVersion#official}
*/
readonly official?: boolean | cdktf.IResolvable;
/**
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/terraform_version#sha TerraformVersion#sha}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/terraform_version#sha TerraformVersion#sha}
*/
readonly sha: string;
/**
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/terraform_version#url TerraformVersion#url}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/terraform_version#url TerraformVersion#url}
*/
readonly url: string;
/**
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/terraform_version#version TerraformVersion#version}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/terraform_version#version TerraformVersion#version}
*/
readonly version: string;
}
/**
-* Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/terraform_version tfe_terraform_version}
+* Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/terraform_version tfe_terraform_version}
*/
export class TerraformVersion extends cdktf.TerraformResource {
@@ -70,7 +70,7 @@ export class TerraformVersion extends cdktf.TerraformResource {
* Generates CDKTF code for importing a TerraformVersion resource upon running "cdktf plan "
* @param scope The scope in which to define this construct
* @param importToId The construct id used in the generated config for the TerraformVersion to import
- * @param importFromId The id of the existing TerraformVersion that should be imported. Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/terraform_version#import import section} in the documentation of this resource for the id to use
+ * @param importFromId The id of the existing TerraformVersion that should be imported. Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/terraform_version#import import section} in the documentation of this resource for the id to use
* @param provider? Optional instance of the provider where the TerraformVersion to import is found
*/
public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) {
@@ -82,7 +82,7 @@ export class TerraformVersion extends cdktf.TerraformResource {
// ===========
/**
- * Create a new {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/terraform_version tfe_terraform_version} Resource
+ * Create a new {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/terraform_version tfe_terraform_version} 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
@@ -93,7 +93,7 @@ export class TerraformVersion extends cdktf.TerraformResource {
terraformResourceType: 'tfe_terraform_version',
terraformGeneratorMetadata: {
providerName: 'tfe',
- providerVersion: '0.60.1',
+ providerVersion: '0.61.0',
providerVersionConstraint: '~> 0.33'
},
provider: config.provider,
diff --git a/src/test-variable/README.md b/src/test-variable/README.md
index 0ba926494..055f3f7da 100644
--- a/src/test-variable/README.md
+++ b/src/test-variable/README.md
@@ -1,3 +1,3 @@
# `tfe_test_variable`
-Refer to the Terraform Registry for docs: [`tfe_test_variable`](https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/test_variable).
+Refer to the Terraform Registry for docs: [`tfe_test_variable`](https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/test_variable).
diff --git a/src/test-variable/index.ts b/src/test-variable/index.ts
index 7fe4f6d2c..fbe4b18d8 100644
--- a/src/test-variable/index.ts
+++ b/src/test-variable/index.ts
@@ -3,7 +3,7 @@
* SPDX-License-Identifier: MPL-2.0
*/
-// https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/test_variable
+// https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/test_variable
// generated from terraform resource schema
import { Construct } from 'constructs';
@@ -15,49 +15,49 @@ export interface TestVariableConfig extends cdktf.TerraformMetaArguments {
/**
* Whether this is a Terraform or environment variable. Valid values are "terraform" or "env".
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/test_variable#category TestVariable#category}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/test_variable#category TestVariable#category}
*/
readonly category: string;
/**
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/test_variable#description TestVariable#description}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/test_variable#description TestVariable#description}
*/
readonly description?: string;
/**
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/test_variable#hcl TestVariable#hcl}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/test_variable#hcl TestVariable#hcl}
*/
readonly hcl?: boolean | cdktf.IResolvable;
/**
* Name of the variable.
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/test_variable#key TestVariable#key}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/test_variable#key TestVariable#key}
*/
readonly key: string;
/**
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/test_variable#module_name TestVariable#module_name}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/test_variable#module_name TestVariable#module_name}
*/
readonly moduleName: string;
/**
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/test_variable#module_provider TestVariable#module_provider}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/test_variable#module_provider TestVariable#module_provider}
*/
readonly moduleProvider: string;
/**
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/test_variable#organization TestVariable#organization}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/test_variable#organization TestVariable#organization}
*/
readonly organization: string;
/**
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/test_variable#sensitive TestVariable#sensitive}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/test_variable#sensitive TestVariable#sensitive}
*/
readonly sensitive?: boolean | cdktf.IResolvable;
/**
* Value of the variable
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/test_variable#value TestVariable#value}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/test_variable#value TestVariable#value}
*/
readonly value?: string;
}
/**
-* Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/test_variable tfe_test_variable}
+* Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/test_variable tfe_test_variable}
*/
export class TestVariable extends cdktf.TerraformResource {
@@ -73,7 +73,7 @@ export class TestVariable extends cdktf.TerraformResource {
* Generates CDKTF code for importing a TestVariable resource upon running "cdktf plan "
* @param scope The scope in which to define this construct
* @param importToId The construct id used in the generated config for the TestVariable to import
- * @param importFromId The id of the existing TestVariable that should be imported. Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/test_variable#import import section} in the documentation of this resource for the id to use
+ * @param importFromId The id of the existing TestVariable that should be imported. Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/test_variable#import import section} in the documentation of this resource for the id to use
* @param provider? Optional instance of the provider where the TestVariable to import is found
*/
public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) {
@@ -85,7 +85,7 @@ export class TestVariable extends cdktf.TerraformResource {
// ===========
/**
- * Create a new {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/test_variable tfe_test_variable} Resource
+ * Create a new {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/test_variable tfe_test_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
@@ -96,7 +96,7 @@ export class TestVariable extends cdktf.TerraformResource {
terraformResourceType: 'tfe_test_variable',
terraformGeneratorMetadata: {
providerName: 'tfe',
- providerVersion: '0.60.1',
+ providerVersion: '0.61.0',
providerVersionConstraint: '~> 0.33'
},
provider: config.provider,
diff --git a/src/variable-set/README.md b/src/variable-set/README.md
index 8f8fd4a13..7d694975a 100644
--- a/src/variable-set/README.md
+++ b/src/variable-set/README.md
@@ -1,3 +1,3 @@
# `tfe_variable_set`
-Refer to the Terraform Registry for docs: [`tfe_variable_set`](https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/variable_set).
+Refer to the Terraform Registry for docs: [`tfe_variable_set`](https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/variable_set).
diff --git a/src/variable-set/index.ts b/src/variable-set/index.ts
index 380703226..0e51c0a84 100644
--- a/src/variable-set/index.ts
+++ b/src/variable-set/index.ts
@@ -3,7 +3,7 @@
* SPDX-License-Identifier: MPL-2.0
*/
-// https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/variable_set
+// https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/variable_set
// generated from terraform resource schema
import { Construct } from 'constructs';
@@ -13,40 +13,40 @@ import * as cdktf from 'cdktf';
export interface VariableSetConfig extends cdktf.TerraformMetaArguments {
/**
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/variable_set#description VariableSet#description}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/variable_set#description VariableSet#description}
*/
readonly description?: string;
/**
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/variable_set#global VariableSet#global}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/variable_set#global VariableSet#global}
*/
readonly global?: boolean | cdktf.IResolvable;
/**
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/variable_set#id VariableSet#id}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/variable_set#id VariableSet#id}
*
* Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
* If you 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/hashicorp/tfe/0.60.1/docs/resources/variable_set#name VariableSet#name}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/variable_set#name VariableSet#name}
*/
readonly name: string;
/**
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/variable_set#organization VariableSet#organization}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/variable_set#organization VariableSet#organization}
*/
readonly organization?: string;
/**
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/variable_set#priority VariableSet#priority}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/variable_set#priority VariableSet#priority}
*/
readonly priority?: boolean | cdktf.IResolvable;
/**
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/variable_set#workspace_ids VariableSet#workspace_ids}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/variable_set#workspace_ids VariableSet#workspace_ids}
*/
readonly workspaceIds?: string[];
}
/**
-* Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/variable_set tfe_variable_set}
+* Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/variable_set tfe_variable_set}
*/
export class VariableSet extends cdktf.TerraformResource {
@@ -62,7 +62,7 @@ export class VariableSet extends cdktf.TerraformResource {
* Generates CDKTF code for importing a VariableSet resource upon running "cdktf plan "
* @param scope The scope in which to define this construct
* @param importToId The construct id used in the generated config for the VariableSet to import
- * @param importFromId The id of the existing VariableSet that should be imported. Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/variable_set#import import section} in the documentation of this resource for the id to use
+ * @param importFromId The id of the existing VariableSet that should be imported. Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/variable_set#import import section} in the documentation of this resource for the id to use
* @param provider? Optional instance of the provider where the VariableSet to import is found
*/
public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) {
@@ -74,7 +74,7 @@ export class VariableSet extends cdktf.TerraformResource {
// ===========
/**
- * Create a new {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/variable_set tfe_variable_set} Resource
+ * Create a new {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/variable_set tfe_variable_set} Resource
*
* @param scope The scope in which to define this construct
* @param id The scoped construct ID. Must be unique amongst siblings in the same scope
@@ -85,7 +85,7 @@ export class VariableSet extends cdktf.TerraformResource {
terraformResourceType: 'tfe_variable_set',
terraformGeneratorMetadata: {
providerName: 'tfe',
- providerVersion: '0.60.1',
+ providerVersion: '0.61.0',
providerVersionConstraint: '~> 0.33'
},
provider: config.provider,
diff --git a/src/variable/README.md b/src/variable/README.md
index ce5b3ac6b..f841a5fd9 100644
--- a/src/variable/README.md
+++ b/src/variable/README.md
@@ -1,3 +1,3 @@
# `tfe_variable`
-Refer to the Terraform Registry for docs: [`tfe_variable`](https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/variable).
+Refer to the Terraform Registry for docs: [`tfe_variable`](https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/variable).
diff --git a/src/variable/index.ts b/src/variable/index.ts
index cdcc76c47..d062c0391 100644
--- a/src/variable/index.ts
+++ b/src/variable/index.ts
@@ -3,7 +3,7 @@
* SPDX-License-Identifier: MPL-2.0
*/
-// https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/variable
+// https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/variable
// generated from terraform resource schema
import { Construct } from 'constructs';
@@ -15,45 +15,45 @@ export interface VariableConfig extends cdktf.TerraformMetaArguments {
/**
* Whether this is a Terraform or environment variable. Valid values are "terraform" or "env".
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/variable#category Variable#category}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/variable#category Variable#category}
*/
readonly category: string;
/**
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/variable#description Variable#description}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/variable#description Variable#description}
*/
readonly description?: string;
/**
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/variable#hcl Variable#hcl}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/variable#hcl Variable#hcl}
*/
readonly hcl?: boolean | cdktf.IResolvable;
/**
* Name of the variable.
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/variable#key Variable#key}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/variable#key Variable#key}
*/
readonly key: string;
/**
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/variable#sensitive Variable#sensitive}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/variable#sensitive Variable#sensitive}
*/
readonly sensitive?: boolean | cdktf.IResolvable;
/**
* Value of the variable
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/variable#value Variable#value}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/variable#value Variable#value}
*/
readonly value?: string;
/**
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/variable#variable_set_id Variable#variable_set_id}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/variable#variable_set_id Variable#variable_set_id}
*/
readonly variableSetId?: string;
/**
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/variable#workspace_id Variable#workspace_id}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/variable#workspace_id Variable#workspace_id}
*/
readonly workspaceId?: string;
}
/**
-* Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/variable tfe_variable}
+* Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/variable tfe_variable}
*/
export class Variable extends cdktf.TerraformResource {
@@ -69,7 +69,7 @@ export class Variable extends cdktf.TerraformResource {
* Generates CDKTF code for importing a Variable resource upon running "cdktf plan "
* @param scope The scope in which to define this construct
* @param importToId The construct id used in the generated config for the Variable to import
- * @param importFromId The id of the existing Variable that should be imported. Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/variable#import import section} in the documentation of this resource for the id to use
+ * @param importFromId The id of the existing Variable that should be imported. Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/variable#import import section} in the documentation of this resource for the id to use
* @param provider? Optional instance of the provider where the Variable to import is found
*/
public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) {
@@ -81,7 +81,7 @@ export class Variable extends cdktf.TerraformResource {
// ===========
/**
- * Create a new {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/variable tfe_variable} Resource
+ * Create a new {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/variable tfe_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
@@ -92,7 +92,7 @@ export class Variable extends cdktf.TerraformResource {
terraformResourceType: 'tfe_variable',
terraformGeneratorMetadata: {
providerName: 'tfe',
- providerVersion: '0.60.1',
+ providerVersion: '0.61.0',
providerVersionConstraint: '~> 0.33'
},
provider: config.provider,
diff --git a/src/version.json b/src/version.json
index 820db431a..2d71e5473 100644
--- a/src/version.json
+++ b/src/version.json
@@ -1,3 +1,3 @@
{
- "registry.terraform.io/hashicorp/tfe": "0.60.1"
+ "registry.terraform.io/hashicorp/tfe": "0.61.0"
}
diff --git a/src/workspace-policy-set-exclusion/README.md b/src/workspace-policy-set-exclusion/README.md
index eb2a0680c..2984ba9f6 100644
--- a/src/workspace-policy-set-exclusion/README.md
+++ b/src/workspace-policy-set-exclusion/README.md
@@ -1,3 +1,3 @@
# `tfe_workspace_policy_set_exclusion`
-Refer to the Terraform Registry for docs: [`tfe_workspace_policy_set_exclusion`](https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace_policy_set_exclusion).
+Refer to the Terraform Registry for docs: [`tfe_workspace_policy_set_exclusion`](https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace_policy_set_exclusion).
diff --git a/src/workspace-policy-set-exclusion/index.ts b/src/workspace-policy-set-exclusion/index.ts
index 9c9b5e189..3a975329c 100644
--- a/src/workspace-policy-set-exclusion/index.ts
+++ b/src/workspace-policy-set-exclusion/index.ts
@@ -3,7 +3,7 @@
* SPDX-License-Identifier: MPL-2.0
*/
-// https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace_policy_set_exclusion
+// https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace_policy_set_exclusion
// generated from terraform resource schema
import { Construct } from 'constructs';
@@ -13,24 +13,24 @@ import * as cdktf from 'cdktf';
export interface WorkspacePolicySetExclusionConfig extends cdktf.TerraformMetaArguments {
/**
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace_policy_set_exclusion#id WorkspacePolicySetExclusion#id}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace_policy_set_exclusion#id WorkspacePolicySetExclusion#id}
*
* Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
* If you 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/hashicorp/tfe/0.60.1/docs/resources/workspace_policy_set_exclusion#policy_set_id WorkspacePolicySetExclusion#policy_set_id}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace_policy_set_exclusion#policy_set_id WorkspacePolicySetExclusion#policy_set_id}
*/
readonly policySetId: string;
/**
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace_policy_set_exclusion#workspace_id WorkspacePolicySetExclusion#workspace_id}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace_policy_set_exclusion#workspace_id WorkspacePolicySetExclusion#workspace_id}
*/
readonly workspaceId: string;
}
/**
-* Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace_policy_set_exclusion tfe_workspace_policy_set_exclusion}
+* Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace_policy_set_exclusion tfe_workspace_policy_set_exclusion}
*/
export class WorkspacePolicySetExclusion extends cdktf.TerraformResource {
@@ -46,7 +46,7 @@ export class WorkspacePolicySetExclusion extends cdktf.TerraformResource {
* Generates CDKTF code for importing a WorkspacePolicySetExclusion resource upon running "cdktf plan "
* @param scope The scope in which to define this construct
* @param importToId The construct id used in the generated config for the WorkspacePolicySetExclusion to import
- * @param importFromId The id of the existing WorkspacePolicySetExclusion that should be imported. Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace_policy_set_exclusion#import import section} in the documentation of this resource for the id to use
+ * @param importFromId The id of the existing WorkspacePolicySetExclusion that should be imported. Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace_policy_set_exclusion#import import section} in the documentation of this resource for the id to use
* @param provider? Optional instance of the provider where the WorkspacePolicySetExclusion to import is found
*/
public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) {
@@ -58,7 +58,7 @@ export class WorkspacePolicySetExclusion extends cdktf.TerraformResource {
// ===========
/**
- * Create a new {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace_policy_set_exclusion tfe_workspace_policy_set_exclusion} Resource
+ * Create a new {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace_policy_set_exclusion tfe_workspace_policy_set_exclusion} 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
@@ -69,7 +69,7 @@ export class WorkspacePolicySetExclusion extends cdktf.TerraformResource {
terraformResourceType: 'tfe_workspace_policy_set_exclusion',
terraformGeneratorMetadata: {
providerName: 'tfe',
- providerVersion: '0.60.1',
+ providerVersion: '0.61.0',
providerVersionConstraint: '~> 0.33'
},
provider: config.provider,
diff --git a/src/workspace-policy-set/README.md b/src/workspace-policy-set/README.md
index d833a1716..909e7bf7c 100644
--- a/src/workspace-policy-set/README.md
+++ b/src/workspace-policy-set/README.md
@@ -1,3 +1,3 @@
# `tfe_workspace_policy_set`
-Refer to the Terraform Registry for docs: [`tfe_workspace_policy_set`](https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace_policy_set).
+Refer to the Terraform Registry for docs: [`tfe_workspace_policy_set`](https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace_policy_set).
diff --git a/src/workspace-policy-set/index.ts b/src/workspace-policy-set/index.ts
index b75c22dcc..a54f0bb18 100644
--- a/src/workspace-policy-set/index.ts
+++ b/src/workspace-policy-set/index.ts
@@ -3,7 +3,7 @@
* SPDX-License-Identifier: MPL-2.0
*/
-// https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace_policy_set
+// https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace_policy_set
// generated from terraform resource schema
import { Construct } from 'constructs';
@@ -13,24 +13,24 @@ import * as cdktf from 'cdktf';
export interface WorkspacePolicySetConfig extends cdktf.TerraformMetaArguments {
/**
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace_policy_set#id WorkspacePolicySet#id}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace_policy_set#id WorkspacePolicySet#id}
*
* Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
* If you 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/hashicorp/tfe/0.60.1/docs/resources/workspace_policy_set#policy_set_id WorkspacePolicySet#policy_set_id}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace_policy_set#policy_set_id WorkspacePolicySet#policy_set_id}
*/
readonly policySetId: string;
/**
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace_policy_set#workspace_id WorkspacePolicySet#workspace_id}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace_policy_set#workspace_id WorkspacePolicySet#workspace_id}
*/
readonly workspaceId: string;
}
/**
-* Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace_policy_set tfe_workspace_policy_set}
+* Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace_policy_set tfe_workspace_policy_set}
*/
export class WorkspacePolicySet extends cdktf.TerraformResource {
@@ -46,7 +46,7 @@ export class WorkspacePolicySet extends cdktf.TerraformResource {
* Generates CDKTF code for importing a WorkspacePolicySet resource upon running "cdktf plan "
* @param scope The scope in which to define this construct
* @param importToId The construct id used in the generated config for the WorkspacePolicySet to import
- * @param importFromId The id of the existing WorkspacePolicySet that should be imported. Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace_policy_set#import import section} in the documentation of this resource for the id to use
+ * @param importFromId The id of the existing WorkspacePolicySet that should be imported. Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace_policy_set#import import section} in the documentation of this resource for the id to use
* @param provider? Optional instance of the provider where the WorkspacePolicySet to import is found
*/
public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) {
@@ -58,7 +58,7 @@ export class WorkspacePolicySet extends cdktf.TerraformResource {
// ===========
/**
- * Create a new {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace_policy_set tfe_workspace_policy_set} Resource
+ * Create a new {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace_policy_set tfe_workspace_policy_set} 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
@@ -69,7 +69,7 @@ export class WorkspacePolicySet extends cdktf.TerraformResource {
terraformResourceType: 'tfe_workspace_policy_set',
terraformGeneratorMetadata: {
providerName: 'tfe',
- providerVersion: '0.60.1',
+ providerVersion: '0.61.0',
providerVersionConstraint: '~> 0.33'
},
provider: config.provider,
diff --git a/src/workspace-run-task/README.md b/src/workspace-run-task/README.md
index 2086c7017..32ea18aec 100644
--- a/src/workspace-run-task/README.md
+++ b/src/workspace-run-task/README.md
@@ -1,3 +1,3 @@
# `tfe_workspace_run_task`
-Refer to the Terraform Registry for docs: [`tfe_workspace_run_task`](https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace_run_task).
+Refer to the Terraform Registry for docs: [`tfe_workspace_run_task`](https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace_run_task).
diff --git a/src/workspace-run-task/index.ts b/src/workspace-run-task/index.ts
index 5c08f1dbf..9dda3db3c 100644
--- a/src/workspace-run-task/index.ts
+++ b/src/workspace-run-task/index.ts
@@ -3,7 +3,7 @@
* SPDX-License-Identifier: MPL-2.0
*/
-// https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace_run_task
+// https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace_run_task
// generated from terraform resource schema
import { Construct } from 'constructs';
@@ -15,37 +15,37 @@ export interface WorkspaceRunTaskConfig extends cdktf.TerraformMetaArguments {
/**
* The enforcement level of the task. Valid values are `advisory` and `mandatory`.
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace_run_task#enforcement_level WorkspaceRunTask#enforcement_level}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace_run_task#enforcement_level WorkspaceRunTask#enforcement_level}
*/
readonly enforcementLevel: string;
/**
* The stage to run the task in. Valid values are `pre_plan`, `post_plan`, `pre_apply` and `post_apply`.
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace_run_task#stage WorkspaceRunTask#stage}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace_run_task#stage WorkspaceRunTask#stage}
*/
readonly stage?: string;
/**
* The stages to run the task in. Valid values are `pre_plan`, `post_plan`, `pre_apply` and `post_apply`.
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace_run_task#stages WorkspaceRunTask#stages}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace_run_task#stages WorkspaceRunTask#stages}
*/
readonly stages?: string[];
/**
* The id of the Run task to associate to the Workspace.
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace_run_task#task_id WorkspaceRunTask#task_id}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace_run_task#task_id WorkspaceRunTask#task_id}
*/
readonly taskId: string;
/**
* The id of the workspace to associate the Run task to.
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace_run_task#workspace_id WorkspaceRunTask#workspace_id}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace_run_task#workspace_id WorkspaceRunTask#workspace_id}
*/
readonly workspaceId: string;
}
/**
-* Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace_run_task tfe_workspace_run_task}
+* Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace_run_task tfe_workspace_run_task}
*/
export class WorkspaceRunTask extends cdktf.TerraformResource {
@@ -61,7 +61,7 @@ export class WorkspaceRunTask extends cdktf.TerraformResource {
* Generates CDKTF code for importing a WorkspaceRunTask resource upon running "cdktf plan "
* @param scope The scope in which to define this construct
* @param importToId The construct id used in the generated config for the WorkspaceRunTask to import
- * @param importFromId The id of the existing WorkspaceRunTask that should be imported. Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace_run_task#import import section} in the documentation of this resource for the id to use
+ * @param importFromId The id of the existing WorkspaceRunTask that should be imported. Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace_run_task#import import section} in the documentation of this resource for the id to use
* @param provider? Optional instance of the provider where the WorkspaceRunTask to import is found
*/
public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) {
@@ -73,7 +73,7 @@ export class WorkspaceRunTask extends cdktf.TerraformResource {
// ===========
/**
- * Create a new {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace_run_task tfe_workspace_run_task} Resource
+ * Create a new {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace_run_task tfe_workspace_run_task} Resource
*
* @param scope The scope in which to define this construct
* @param id The scoped construct ID. Must be unique amongst siblings in the same scope
@@ -84,7 +84,7 @@ export class WorkspaceRunTask extends cdktf.TerraformResource {
terraformResourceType: 'tfe_workspace_run_task',
terraformGeneratorMetadata: {
providerName: 'tfe',
- providerVersion: '0.60.1',
+ providerVersion: '0.61.0',
providerVersionConstraint: '~> 0.33'
},
provider: config.provider,
diff --git a/src/workspace-run/README.md b/src/workspace-run/README.md
index bf3a132c9..b418f7458 100644
--- a/src/workspace-run/README.md
+++ b/src/workspace-run/README.md
@@ -1,3 +1,3 @@
# `tfe_workspace_run`
-Refer to the Terraform Registry for docs: [`tfe_workspace_run`](https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace_run).
+Refer to the Terraform Registry for docs: [`tfe_workspace_run`](https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace_run).
diff --git a/src/workspace-run/index.ts b/src/workspace-run/index.ts
index 3e244a1c3..3cfca6f1e 100644
--- a/src/workspace-run/index.ts
+++ b/src/workspace-run/index.ts
@@ -3,7 +3,7 @@
* SPDX-License-Identifier: MPL-2.0
*/
-// https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace_run
+// https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace_run
// generated from terraform resource schema
import { Construct } from 'constructs';
@@ -13,52 +13,52 @@ import * as cdktf from 'cdktf';
export interface WorkspaceRunConfig extends cdktf.TerraformMetaArguments {
/**
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace_run#id WorkspaceRun#id}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace_run#id WorkspaceRun#id}
*
* Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
* If you 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/hashicorp/tfe/0.60.1/docs/resources/workspace_run#workspace_id WorkspaceRun#workspace_id}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace_run#workspace_id WorkspaceRun#workspace_id}
*/
readonly workspaceId: string;
/**
* apply block
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace_run#apply WorkspaceRun#apply}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace_run#apply WorkspaceRun#apply}
*/
readonly apply?: WorkspaceRunApply;
/**
* destroy block
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace_run#destroy WorkspaceRun#destroy}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace_run#destroy WorkspaceRun#destroy}
*/
readonly destroy?: WorkspaceRunDestroy;
}
export interface WorkspaceRunApply {
/**
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace_run#manual_confirm WorkspaceRun#manual_confirm}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace_run#manual_confirm WorkspaceRun#manual_confirm}
*/
readonly manualConfirm: boolean | cdktf.IResolvable;
/**
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace_run#retry WorkspaceRun#retry}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace_run#retry WorkspaceRun#retry}
*/
readonly retry?: boolean | cdktf.IResolvable;
/**
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace_run#retry_attempts WorkspaceRun#retry_attempts}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace_run#retry_attempts WorkspaceRun#retry_attempts}
*/
readonly retryAttempts?: number;
/**
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace_run#retry_backoff_max WorkspaceRun#retry_backoff_max}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace_run#retry_backoff_max WorkspaceRun#retry_backoff_max}
*/
readonly retryBackoffMax?: number;
/**
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace_run#retry_backoff_min WorkspaceRun#retry_backoff_min}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace_run#retry_backoff_min WorkspaceRun#retry_backoff_min}
*/
readonly retryBackoffMin?: number;
/**
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace_run#wait_for_run WorkspaceRun#wait_for_run}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace_run#wait_for_run WorkspaceRun#wait_for_run}
*/
readonly waitForRun?: boolean | cdktf.IResolvable;
}
@@ -284,27 +284,27 @@ export class WorkspaceRunApplyOutputReference extends cdktf.ComplexObject {
}
export interface WorkspaceRunDestroy {
/**
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace_run#manual_confirm WorkspaceRun#manual_confirm}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace_run#manual_confirm WorkspaceRun#manual_confirm}
*/
readonly manualConfirm: boolean | cdktf.IResolvable;
/**
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace_run#retry WorkspaceRun#retry}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace_run#retry WorkspaceRun#retry}
*/
readonly retry?: boolean | cdktf.IResolvable;
/**
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace_run#retry_attempts WorkspaceRun#retry_attempts}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace_run#retry_attempts WorkspaceRun#retry_attempts}
*/
readonly retryAttempts?: number;
/**
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace_run#retry_backoff_max WorkspaceRun#retry_backoff_max}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace_run#retry_backoff_max WorkspaceRun#retry_backoff_max}
*/
readonly retryBackoffMax?: number;
/**
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace_run#retry_backoff_min WorkspaceRun#retry_backoff_min}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace_run#retry_backoff_min WorkspaceRun#retry_backoff_min}
*/
readonly retryBackoffMin?: number;
/**
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace_run#wait_for_run WorkspaceRun#wait_for_run}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace_run#wait_for_run WorkspaceRun#wait_for_run}
*/
readonly waitForRun?: boolean | cdktf.IResolvable;
}
@@ -530,7 +530,7 @@ export class WorkspaceRunDestroyOutputReference extends cdktf.ComplexObject {
}
/**
-* Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace_run tfe_workspace_run}
+* Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace_run tfe_workspace_run}
*/
export class WorkspaceRun extends cdktf.TerraformResource {
@@ -546,7 +546,7 @@ export class WorkspaceRun extends cdktf.TerraformResource {
* Generates CDKTF code for importing a WorkspaceRun resource upon running "cdktf plan "
* @param scope The scope in which to define this construct
* @param importToId The construct id used in the generated config for the WorkspaceRun to import
- * @param importFromId The id of the existing WorkspaceRun that should be imported. Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace_run#import import section} in the documentation of this resource for the id to use
+ * @param importFromId The id of the existing WorkspaceRun that should be imported. Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace_run#import import section} in the documentation of this resource for the id to use
* @param provider? Optional instance of the provider where the WorkspaceRun to import is found
*/
public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) {
@@ -558,7 +558,7 @@ export class WorkspaceRun extends cdktf.TerraformResource {
// ===========
/**
- * Create a new {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace_run tfe_workspace_run} Resource
+ * Create a new {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace_run tfe_workspace_run} 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
@@ -569,7 +569,7 @@ export class WorkspaceRun extends cdktf.TerraformResource {
terraformResourceType: 'tfe_workspace_run',
terraformGeneratorMetadata: {
providerName: 'tfe',
- providerVersion: '0.60.1',
+ providerVersion: '0.61.0',
providerVersionConstraint: '~> 0.33'
},
provider: config.provider,
diff --git a/src/workspace-settings/README.md b/src/workspace-settings/README.md
index 77437e7b6..9c481104c 100644
--- a/src/workspace-settings/README.md
+++ b/src/workspace-settings/README.md
@@ -1,3 +1,3 @@
# `tfe_workspace_settings`
-Refer to the Terraform Registry for docs: [`tfe_workspace_settings`](https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace_settings).
+Refer to the Terraform Registry for docs: [`tfe_workspace_settings`](https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace_settings).
diff --git a/src/workspace-settings/index.ts b/src/workspace-settings/index.ts
index 94d188181..951afca03 100644
--- a/src/workspace-settings/index.ts
+++ b/src/workspace-settings/index.ts
@@ -3,7 +3,7 @@
* SPDX-License-Identifier: MPL-2.0
*/
-// https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace_settings
+// https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace_settings
// generated from terraform resource schema
import { Construct } from 'constructs';
@@ -13,15 +13,27 @@ import * as cdktf from 'cdktf';
export interface WorkspaceSettingsConfig extends cdktf.TerraformMetaArguments {
/**
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace_settings#agent_pool_id WorkspaceSettings#agent_pool_id}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace_settings#agent_pool_id WorkspaceSettings#agent_pool_id}
*/
readonly agentPoolId?: string;
/**
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace_settings#execution_mode WorkspaceSettings#execution_mode}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace_settings#execution_mode WorkspaceSettings#execution_mode}
*/
readonly executionMode?: string;
/**
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace_settings#workspace_id WorkspaceSettings#workspace_id}
+ * Whether the workspace allows all workspaces in the organization to access its state data during runs. If false, then only workspaces defined in `remote_state_consumer_ids` can access its state.
+ *
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace_settings#global_remote_state WorkspaceSettings#global_remote_state}
+ */
+ readonly globalRemoteState?: boolean | cdktf.IResolvable;
+ /**
+ * The set of workspace IDs set as explicit remote state consumers for the given workspace.
+ *
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace_settings#remote_state_consumer_ids WorkspaceSettings#remote_state_consumer_ids}
+ */
+ readonly remoteStateConsumerIds?: string[];
+ /**
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace_settings#workspace_id WorkspaceSettings#workspace_id}
*/
readonly workspaceId: string;
}
@@ -107,7 +119,7 @@ export class WorkspaceSettingsOverwritesList extends cdktf.ComplexList {
}
/**
-* Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace_settings tfe_workspace_settings}
+* Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace_settings tfe_workspace_settings}
*/
export class WorkspaceSettings extends cdktf.TerraformResource {
@@ -123,7 +135,7 @@ export class WorkspaceSettings extends cdktf.TerraformResource {
* Generates CDKTF code for importing a WorkspaceSettings resource upon running "cdktf plan "
* @param scope The scope in which to define this construct
* @param importToId The construct id used in the generated config for the WorkspaceSettings to import
- * @param importFromId The id of the existing WorkspaceSettings that should be imported. Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace_settings#import import section} in the documentation of this resource for the id to use
+ * @param importFromId The id of the existing WorkspaceSettings that should be imported. Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace_settings#import import section} in the documentation of this resource for the id to use
* @param provider? Optional instance of the provider where the WorkspaceSettings to import is found
*/
public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) {
@@ -135,7 +147,7 @@ export class WorkspaceSettings extends cdktf.TerraformResource {
// ===========
/**
- * Create a new {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace_settings tfe_workspace_settings} Resource
+ * Create a new {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace_settings tfe_workspace_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
@@ -146,7 +158,7 @@ export class WorkspaceSettings extends cdktf.TerraformResource {
terraformResourceType: 'tfe_workspace_settings',
terraformGeneratorMetadata: {
providerName: 'tfe',
- providerVersion: '0.60.1',
+ providerVersion: '0.61.0',
providerVersionConstraint: '~> 0.33'
},
provider: config.provider,
@@ -159,6 +171,8 @@ export class WorkspaceSettings extends cdktf.TerraformResource {
});
this._agentPoolId = config.agentPoolId;
this._executionMode = config.executionMode;
+ this._globalRemoteState = config.globalRemoteState;
+ this._remoteStateConsumerIds = config.remoteStateConsumerIds;
this._workspaceId = config.workspaceId;
}
@@ -198,6 +212,22 @@ export class WorkspaceSettings extends cdktf.TerraformResource {
return this._executionMode;
}
+ // global_remote_state - computed: true, optional: true, required: false
+ private _globalRemoteState?: boolean | cdktf.IResolvable;
+ public get globalRemoteState() {
+ return this.getBooleanAttribute('global_remote_state');
+ }
+ public set globalRemoteState(value: boolean | cdktf.IResolvable) {
+ this._globalRemoteState = value;
+ }
+ public resetGlobalRemoteState() {
+ this._globalRemoteState = undefined;
+ }
+ // Temporarily expose input value. Use with caution.
+ public get globalRemoteStateInput() {
+ return this._globalRemoteState;
+ }
+
// id - computed: true, optional: false, required: false
public get id() {
return this.getStringAttribute('id');
@@ -209,6 +239,22 @@ export class WorkspaceSettings extends cdktf.TerraformResource {
return this._overwrites;
}
+ // remote_state_consumer_ids - computed: true, optional: true, required: false
+ private _remoteStateConsumerIds?: string[];
+ public get remoteStateConsumerIds() {
+ return cdktf.Fn.tolist(this.getListAttribute('remote_state_consumer_ids'));
+ }
+ public set remoteStateConsumerIds(value: string[]) {
+ this._remoteStateConsumerIds = value;
+ }
+ public resetRemoteStateConsumerIds() {
+ this._remoteStateConsumerIds = undefined;
+ }
+ // Temporarily expose input value. Use with caution.
+ public get remoteStateConsumerIdsInput() {
+ return this._remoteStateConsumerIds;
+ }
+
// workspace_id - computed: false, optional: false, required: true
private _workspaceId?: string;
public get workspaceId() {
@@ -230,6 +276,8 @@ export class WorkspaceSettings extends cdktf.TerraformResource {
return {
agent_pool_id: cdktf.stringToTerraform(this._agentPoolId),
execution_mode: cdktf.stringToTerraform(this._executionMode),
+ global_remote_state: cdktf.booleanToTerraform(this._globalRemoteState),
+ remote_state_consumer_ids: cdktf.listMapper(cdktf.stringToTerraform, false)(this._remoteStateConsumerIds),
workspace_id: cdktf.stringToTerraform(this._workspaceId),
};
}
@@ -248,6 +296,18 @@ export class WorkspaceSettings extends cdktf.TerraformResource {
type: "simple",
storageClassType: "string",
},
+ global_remote_state: {
+ value: cdktf.booleanToHclTerraform(this._globalRemoteState),
+ isBlock: false,
+ type: "simple",
+ storageClassType: "boolean",
+ },
+ remote_state_consumer_ids: {
+ value: cdktf.listMapperHcl(cdktf.stringToHclTerraform, false)(this._remoteStateConsumerIds),
+ isBlock: false,
+ type: "set",
+ storageClassType: "stringList",
+ },
workspace_id: {
value: cdktf.stringToHclTerraform(this._workspaceId),
isBlock: false,
diff --git a/src/workspace-variable-set/README.md b/src/workspace-variable-set/README.md
index d9c4b8ea4..f2ff6ca12 100644
--- a/src/workspace-variable-set/README.md
+++ b/src/workspace-variable-set/README.md
@@ -1,3 +1,3 @@
# `tfe_workspace_variable_set`
-Refer to the Terraform Registry for docs: [`tfe_workspace_variable_set`](https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace_variable_set).
+Refer to the Terraform Registry for docs: [`tfe_workspace_variable_set`](https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace_variable_set).
diff --git a/src/workspace-variable-set/index.ts b/src/workspace-variable-set/index.ts
index a430ab0f4..2369efb13 100644
--- a/src/workspace-variable-set/index.ts
+++ b/src/workspace-variable-set/index.ts
@@ -3,7 +3,7 @@
* SPDX-License-Identifier: MPL-2.0
*/
-// https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace_variable_set
+// https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace_variable_set
// generated from terraform resource schema
import { Construct } from 'constructs';
@@ -13,24 +13,24 @@ import * as cdktf from 'cdktf';
export interface WorkspaceVariableSetConfig extends cdktf.TerraformMetaArguments {
/**
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace_variable_set#id WorkspaceVariableSet#id}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace_variable_set#id WorkspaceVariableSet#id}
*
* Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
* If you 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/hashicorp/tfe/0.60.1/docs/resources/workspace_variable_set#variable_set_id WorkspaceVariableSet#variable_set_id}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace_variable_set#variable_set_id WorkspaceVariableSet#variable_set_id}
*/
readonly variableSetId: string;
/**
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace_variable_set#workspace_id WorkspaceVariableSet#workspace_id}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace_variable_set#workspace_id WorkspaceVariableSet#workspace_id}
*/
readonly workspaceId: string;
}
/**
-* Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace_variable_set tfe_workspace_variable_set}
+* Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace_variable_set tfe_workspace_variable_set}
*/
export class WorkspaceVariableSet extends cdktf.TerraformResource {
@@ -46,7 +46,7 @@ export class WorkspaceVariableSet extends cdktf.TerraformResource {
* Generates CDKTF code for importing a WorkspaceVariableSet resource upon running "cdktf plan "
* @param scope The scope in which to define this construct
* @param importToId The construct id used in the generated config for the WorkspaceVariableSet to import
- * @param importFromId The id of the existing WorkspaceVariableSet that should be imported. Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace_variable_set#import import section} in the documentation of this resource for the id to use
+ * @param importFromId The id of the existing WorkspaceVariableSet that should be imported. Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace_variable_set#import import section} in the documentation of this resource for the id to use
* @param provider? Optional instance of the provider where the WorkspaceVariableSet to import is found
*/
public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) {
@@ -58,7 +58,7 @@ export class WorkspaceVariableSet extends cdktf.TerraformResource {
// ===========
/**
- * Create a new {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace_variable_set tfe_workspace_variable_set} Resource
+ * Create a new {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace_variable_set tfe_workspace_variable_set} 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
@@ -69,7 +69,7 @@ export class WorkspaceVariableSet extends cdktf.TerraformResource {
terraformResourceType: 'tfe_workspace_variable_set',
terraformGeneratorMetadata: {
providerName: 'tfe',
- providerVersion: '0.60.1',
+ providerVersion: '0.61.0',
providerVersionConstraint: '~> 0.33'
},
provider: config.provider,
diff --git a/src/workspace/README.md b/src/workspace/README.md
index 94b53c926..ff4ea5be3 100644
--- a/src/workspace/README.md
+++ b/src/workspace/README.md
@@ -1,3 +1,3 @@
# `tfe_workspace`
-Refer to the Terraform Registry for docs: [`tfe_workspace`](https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace).
+Refer to the Terraform Registry for docs: [`tfe_workspace`](https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace).
diff --git a/src/workspace/index.ts b/src/workspace/index.ts
index a03436a97..b2e3b2271 100644
--- a/src/workspace/index.ts
+++ b/src/workspace/index.ts
@@ -3,7 +3,7 @@
* SPDX-License-Identifier: MPL-2.0
*/
-// https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace
+// https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace
// generated from terraform resource schema
import { Construct } from 'constructs';
@@ -13,158 +13,158 @@ import * as cdktf from 'cdktf';
export interface WorkspaceConfig extends cdktf.TerraformMetaArguments {
/**
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace#agent_pool_id Workspace#agent_pool_id}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace#agent_pool_id Workspace#agent_pool_id}
*/
readonly agentPoolId?: string;
/**
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace#allow_destroy_plan Workspace#allow_destroy_plan}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace#allow_destroy_plan Workspace#allow_destroy_plan}
*/
readonly allowDestroyPlan?: boolean | cdktf.IResolvable;
/**
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace#assessments_enabled Workspace#assessments_enabled}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace#assessments_enabled Workspace#assessments_enabled}
*/
readonly assessmentsEnabled?: boolean | cdktf.IResolvable;
/**
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace#auto_apply Workspace#auto_apply}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace#auto_apply Workspace#auto_apply}
*/
readonly autoApply?: boolean | cdktf.IResolvable;
/**
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace#auto_apply_run_trigger Workspace#auto_apply_run_trigger}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace#auto_apply_run_trigger Workspace#auto_apply_run_trigger}
*/
readonly autoApplyRunTrigger?: boolean | cdktf.IResolvable;
/**
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace#auto_destroy_activity_duration Workspace#auto_destroy_activity_duration}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace#auto_destroy_activity_duration Workspace#auto_destroy_activity_duration}
*/
readonly autoDestroyActivityDuration?: string;
/**
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace#auto_destroy_at Workspace#auto_destroy_at}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace#auto_destroy_at Workspace#auto_destroy_at}
*/
readonly autoDestroyAt?: string;
/**
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace#description Workspace#description}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace#description Workspace#description}
*/
readonly description?: string;
/**
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace#execution_mode Workspace#execution_mode}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace#execution_mode Workspace#execution_mode}
*/
readonly executionMode?: string;
/**
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace#file_triggers_enabled Workspace#file_triggers_enabled}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace#file_triggers_enabled Workspace#file_triggers_enabled}
*/
readonly fileTriggersEnabled?: boolean | cdktf.IResolvable;
/**
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace#force_delete Workspace#force_delete}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace#force_delete Workspace#force_delete}
*/
readonly forceDelete?: boolean | cdktf.IResolvable;
/**
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace#global_remote_state Workspace#global_remote_state}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace#global_remote_state Workspace#global_remote_state}
*/
readonly globalRemoteState?: boolean | cdktf.IResolvable;
/**
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace#id Workspace#id}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace#id Workspace#id}
*
* Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
* If you 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/hashicorp/tfe/0.60.1/docs/resources/workspace#ignore_additional_tag_names Workspace#ignore_additional_tag_names}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace#ignore_additional_tag_names Workspace#ignore_additional_tag_names}
*/
readonly ignoreAdditionalTagNames?: boolean | cdktf.IResolvable;
/**
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace#name Workspace#name}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace#name Workspace#name}
*/
readonly name: string;
/**
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace#operations Workspace#operations}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace#operations Workspace#operations}
*/
readonly operations?: boolean | cdktf.IResolvable;
/**
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace#organization Workspace#organization}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace#organization Workspace#organization}
*/
readonly organization?: string;
/**
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace#project_id Workspace#project_id}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace#project_id Workspace#project_id}
*/
readonly projectId?: string;
/**
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace#queue_all_runs Workspace#queue_all_runs}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace#queue_all_runs Workspace#queue_all_runs}
*/
readonly queueAllRuns?: boolean | cdktf.IResolvable;
/**
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace#remote_state_consumer_ids Workspace#remote_state_consumer_ids}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace#remote_state_consumer_ids Workspace#remote_state_consumer_ids}
*/
readonly remoteStateConsumerIds?: string[];
/**
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace#source_name Workspace#source_name}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace#source_name Workspace#source_name}
*/
readonly sourceName?: string;
/**
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace#source_url Workspace#source_url}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace#source_url Workspace#source_url}
*/
readonly sourceUrl?: string;
/**
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace#speculative_enabled Workspace#speculative_enabled}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace#speculative_enabled Workspace#speculative_enabled}
*/
readonly speculativeEnabled?: boolean | cdktf.IResolvable;
/**
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace#ssh_key_id Workspace#ssh_key_id}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace#ssh_key_id Workspace#ssh_key_id}
*/
readonly sshKeyId?: string;
/**
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace#structured_run_output_enabled Workspace#structured_run_output_enabled}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace#structured_run_output_enabled Workspace#structured_run_output_enabled}
*/
readonly structuredRunOutputEnabled?: boolean | cdktf.IResolvable;
/**
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace#tag_names Workspace#tag_names}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace#tag_names Workspace#tag_names}
*/
readonly tagNames?: string[];
/**
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace#terraform_version Workspace#terraform_version}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace#terraform_version Workspace#terraform_version}
*/
readonly terraformVersion?: string;
/**
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace#trigger_patterns Workspace#trigger_patterns}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace#trigger_patterns Workspace#trigger_patterns}
*/
readonly triggerPatterns?: string[];
/**
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace#trigger_prefixes Workspace#trigger_prefixes}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace#trigger_prefixes Workspace#trigger_prefixes}
*/
readonly triggerPrefixes?: string[];
/**
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace#working_directory Workspace#working_directory}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace#working_directory Workspace#working_directory}
*/
readonly workingDirectory?: string;
/**
* vcs_repo block
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace#vcs_repo Workspace#vcs_repo}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace#vcs_repo Workspace#vcs_repo}
*/
readonly vcsRepo?: WorkspaceVcsRepo;
}
export interface WorkspaceVcsRepo {
/**
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace#branch Workspace#branch}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace#branch Workspace#branch}
*/
readonly branch?: string;
/**
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace#github_app_installation_id Workspace#github_app_installation_id}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace#github_app_installation_id Workspace#github_app_installation_id}
*/
readonly githubAppInstallationId?: string;
/**
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace#identifier Workspace#identifier}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace#identifier Workspace#identifier}
*/
readonly identifier: string;
/**
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace#ingress_submodules Workspace#ingress_submodules}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace#ingress_submodules Workspace#ingress_submodules}
*/
readonly ingressSubmodules?: boolean | cdktf.IResolvable;
/**
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace#oauth_token_id Workspace#oauth_token_id}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace#oauth_token_id Workspace#oauth_token_id}
*/
readonly oauthTokenId?: string;
/**
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace#tags_regex Workspace#tags_regex}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace#tags_regex Workspace#tags_regex}
*/
readonly tagsRegex?: string;
}
@@ -390,7 +390,7 @@ export class WorkspaceVcsRepoOutputReference extends cdktf.ComplexObject {
}
/**
-* Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace tfe_workspace}
+* Represents a {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace tfe_workspace}
*/
export class Workspace extends cdktf.TerraformResource {
@@ -406,7 +406,7 @@ export class Workspace extends cdktf.TerraformResource {
* Generates CDKTF code for importing a Workspace resource upon running "cdktf plan "
* @param scope The scope in which to define this construct
* @param importToId The construct id used in the generated config for the Workspace to import
- * @param importFromId The id of the existing Workspace that should be imported. Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace#import import section} in the documentation of this resource for the id to use
+ * @param importFromId The id of the existing Workspace that should be imported. Refer to the {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace#import import section} in the documentation of this resource for the id to use
* @param provider? Optional instance of the provider where the Workspace to import is found
*/
public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) {
@@ -418,7 +418,7 @@ export class Workspace extends cdktf.TerraformResource {
// ===========
/**
- * Create a new {@link https://registry.terraform.io/providers/hashicorp/tfe/0.60.1/docs/resources/workspace tfe_workspace} Resource
+ * Create a new {@link https://registry.terraform.io/providers/hashicorp/tfe/0.61.0/docs/resources/workspace tfe_workspace} 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
@@ -429,7 +429,7 @@ export class Workspace extends cdktf.TerraformResource {
terraformResourceType: 'tfe_workspace',
terraformGeneratorMetadata: {
providerName: 'tfe',
- providerVersion: '0.60.1',
+ providerVersion: '0.61.0',
providerVersionConstraint: '~> 0.33'
},
provider: config.provider,