diff --git a/.github/workflows/alert-open-prs.yml b/.github/workflows/alert-open-prs.yml
index caae26f47..99dae94dc 100644
--- a/.github/workflows/alert-open-prs.yml
+++ b/.github/workflows/alert-open-prs.yml
@@ -29,3 +29,4 @@ jobs:
SLACK_WEBHOOK_URL: ${{ secrets.ALERT_PRS_SLACK_WEBHOOK_URL }}
with:
payload: "{\"pr_links\":\"${{ join(fromJSON(steps.old_prs.outputs.pr_links), ', ') }}\"}"
+ continue-on-error: true
diff --git a/.github/workflows/auto-approve.yml b/.github/workflows/auto-approve.yml
index ad982fc17..a3721c310 100644
--- a/.github/workflows/auto-approve.yml
+++ b/.github/workflows/auto-approve.yml
@@ -10,7 +10,6 @@ on:
- reopened
concurrency:
group: ${{ github.workflow }}-${{ github.head_ref }}
- cancel-in-progress: true
jobs:
approve:
runs-on: ubuntu-latest
diff --git a/.github/workflows/automerge.yml b/.github/workflows/automerge.yml
index 64996305e..6b6d778e9 100644
--- a/.github/workflows/automerge.yml
+++ b/.github/workflows/automerge.yml
@@ -11,7 +11,6 @@ on:
- synchronize
concurrency:
group: ${{ github.workflow }}-${{ github.head_ref }}
- cancel-in-progress: true
jobs:
automerge:
runs-on: ubuntu-latest
diff --git a/docs/alertChannel.csharp.md b/docs/alertChannel.csharp.md
index c8bf30700..a28edfe66 100644
--- a/docs/alertChannel.csharp.md
+++ b/docs/alertChannel.csharp.md
@@ -841,7 +841,7 @@ new AlertChannelConfig {
| Provider
| HashiCorp.Cdktf.TerraformProvider
| *No description.* |
| Provisioners
| object[]
| *No description.* |
| Name
| string
| (Required) The name of the channel. |
-| Type
| string
| (Required) The type of channel. One of: (victorops, webhook, email, opsgenie, pagerduty, slack, user). |
+| Type
| string
| (Required) The type of channel. One of: (email, opsgenie, pagerduty, slack, user, victorops, webhook). |
| AccountId
| double
| The New Relic account ID where you want to create alert channels. |
| Config
| AlertChannelConfigA
| config block. |
| Id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.42.1/docs/resources/alert_channel#id AlertChannel#id}. |
@@ -940,7 +940,7 @@ public string Type { get; set; }
- *Type:* string
-(Required) The type of channel. One of: (victorops, webhook, email, opsgenie, pagerduty, slack, user).
+(Required) The type of channel. One of: (email, opsgenie, pagerduty, slack, user, victorops, webhook).
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.42.1/docs/resources/alert_channel#type AlertChannel#type}
diff --git a/docs/alertChannel.go.md b/docs/alertChannel.go.md
index 881bb1726..3a50ddc45 100644
--- a/docs/alertChannel.go.md
+++ b/docs/alertChannel.go.md
@@ -841,7 +841,7 @@ import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/alertchannel"
| Provider
| github.com/hashicorp/terraform-cdk-go/cdktf.TerraformProvider
| *No description.* |
| Provisioners
| *[]interface{}
| *No description.* |
| Name
| *string
| (Required) The name of the channel. |
-| Type
| *string
| (Required) The type of channel. One of: (victorops, webhook, email, opsgenie, pagerduty, slack, user). |
+| Type
| *string
| (Required) The type of channel. One of: (email, opsgenie, pagerduty, slack, user, victorops, webhook). |
| AccountId
| *f64
| The New Relic account ID where you want to create alert channels. |
| Config
| AlertChannelConfigA
| config block. |
| Id
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.42.1/docs/resources/alert_channel#id AlertChannel#id}. |
@@ -940,7 +940,7 @@ Type *string
- *Type:* *string
-(Required) The type of channel. One of: (victorops, webhook, email, opsgenie, pagerduty, slack, user).
+(Required) The type of channel. One of: (email, opsgenie, pagerduty, slack, user, victorops, webhook).
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.42.1/docs/resources/alert_channel#type AlertChannel#type}
diff --git a/docs/alertChannel.java.md b/docs/alertChannel.java.md
index 99af4b8aa..76ba28453 100644
--- a/docs/alertChannel.java.md
+++ b/docs/alertChannel.java.md
@@ -43,7 +43,7 @@ AlertChannel.Builder.create(Construct scope, java.lang.String id)
| provider
| com.hashicorp.cdktf.TerraformProvider
| *No description.* |
| provisioners
| java.util.List
| *No description.* |
| name
| java.lang.String
| (Required) The name of the channel. |
-| type
| java.lang.String
| (Required) The type of channel. One of: (victorops, webhook, email, opsgenie, pagerduty, slack, user). |
+| type
| java.lang.String
| (Required) The type of channel. One of: (email, opsgenie, pagerduty, slack, user, victorops, webhook). |
| accountId
| java.lang.Number
| The New Relic account ID where you want to create alert channels. |
| config
| AlertChannelConfigA
| config block. |
| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.42.1/docs/resources/alert_channel#id AlertChannel#id}. |
@@ -124,7 +124,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre
- *Type:* java.lang.String
-(Required) The type of channel. One of: (victorops, webhook, email, opsgenie, pagerduty, slack, user).
+(Required) The type of channel. One of: (email, opsgenie, pagerduty, slack, user, victorops, webhook).
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.42.1/docs/resources/alert_channel#type AlertChannel#type}
@@ -962,7 +962,7 @@ AlertChannelConfig.builder()
| provider
| com.hashicorp.cdktf.TerraformProvider
| *No description.* |
| provisioners
| java.util.List
| *No description.* |
| name
| java.lang.String
| (Required) The name of the channel. |
-| type
| java.lang.String
| (Required) The type of channel. One of: (victorops, webhook, email, opsgenie, pagerduty, slack, user). |
+| type
| java.lang.String
| (Required) The type of channel. One of: (email, opsgenie, pagerduty, slack, user, victorops, webhook). |
| accountId
| java.lang.Number
| The New Relic account ID where you want to create alert channels. |
| config
| AlertChannelConfigA
| config block. |
| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.42.1/docs/resources/alert_channel#id AlertChannel#id}. |
@@ -1061,7 +1061,7 @@ public java.lang.String getType();
- *Type:* java.lang.String
-(Required) The type of channel. One of: (victorops, webhook, email, opsgenie, pagerduty, slack, user).
+(Required) The type of channel. One of: (email, opsgenie, pagerduty, slack, user, victorops, webhook).
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.42.1/docs/resources/alert_channel#type AlertChannel#type}
diff --git a/docs/alertChannel.python.md b/docs/alertChannel.python.md
index 6b98ae6e5..32c5a4853 100644
--- a/docs/alertChannel.python.md
+++ b/docs/alertChannel.python.md
@@ -41,7 +41,7 @@ alertChannel.AlertChannel(
| provider
| cdktf.TerraformProvider
| *No description.* |
| provisioners
| typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]]
| *No description.* |
| name
| str
| (Required) The name of the channel. |
-| type
| str
| (Required) The type of channel. One of: (victorops, webhook, email, opsgenie, pagerduty, slack, user). |
+| type
| str
| (Required) The type of channel. One of: (email, opsgenie, pagerduty, slack, user, victorops, webhook). |
| account_id
| typing.Union[int, float]
| The New Relic account ID where you want to create alert channels. |
| config
| AlertChannelConfigA
| config block. |
| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.42.1/docs/resources/alert_channel#id AlertChannel#id}. |
@@ -122,7 +122,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre
- *Type:* str
-(Required) The type of channel. One of: (victorops, webhook, email, opsgenie, pagerduty, slack, user).
+(Required) The type of channel. One of: (email, opsgenie, pagerduty, slack, user, victorops, webhook).
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.42.1/docs/resources/alert_channel#type AlertChannel#type}
@@ -1232,7 +1232,7 @@ alertChannel.AlertChannelConfig(
| provider
| cdktf.TerraformProvider
| *No description.* |
| provisioners
| typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]]
| *No description.* |
| name
| str
| (Required) The name of the channel. |
-| type
| str
| (Required) The type of channel. One of: (victorops, webhook, email, opsgenie, pagerduty, slack, user). |
+| type
| str
| (Required) The type of channel. One of: (email, opsgenie, pagerduty, slack, user, victorops, webhook). |
| account_id
| typing.Union[int, float]
| The New Relic account ID where you want to create alert channels. |
| config
| AlertChannelConfigA
| config block. |
| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.42.1/docs/resources/alert_channel#id AlertChannel#id}. |
@@ -1331,7 +1331,7 @@ type: str
- *Type:* str
-(Required) The type of channel. One of: (victorops, webhook, email, opsgenie, pagerduty, slack, user).
+(Required) The type of channel. One of: (email, opsgenie, pagerduty, slack, user, victorops, webhook).
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.42.1/docs/resources/alert_channel#type AlertChannel#type}
diff --git a/docs/alertChannel.typescript.md b/docs/alertChannel.typescript.md
index 278c85dee..a19a72b5e 100644
--- a/docs/alertChannel.typescript.md
+++ b/docs/alertChannel.typescript.md
@@ -828,7 +828,7 @@ const alertChannelConfig: alertChannel.AlertChannelConfig = { ... }
| provider
| cdktf.TerraformProvider
| *No description.* |
| provisioners
| cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[]
| *No description.* |
| name
| string
| (Required) The name of the channel. |
-| type
| string
| (Required) The type of channel. One of: (victorops, webhook, email, opsgenie, pagerduty, slack, user). |
+| type
| string
| (Required) The type of channel. One of: (email, opsgenie, pagerduty, slack, user, victorops, webhook). |
| accountId
| number
| The New Relic account ID where you want to create alert channels. |
| config
| AlertChannelConfigA
| config block. |
| id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.42.1/docs/resources/alert_channel#id AlertChannel#id}. |
@@ -927,7 +927,7 @@ public readonly type: string;
- *Type:* string
-(Required) The type of channel. One of: (victorops, webhook, email, opsgenie, pagerduty, slack, user).
+(Required) The type of channel. One of: (email, opsgenie, pagerduty, slack, user, victorops, webhook).
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.42.1/docs/resources/alert_channel#type AlertChannel#type}
diff --git a/docs/alertCondition.csharp.md b/docs/alertCondition.csharp.md
index 14cfa8eb6..77b7a6a6f 100644
--- a/docs/alertCondition.csharp.md
+++ b/docs/alertCondition.csharp.md
@@ -1098,7 +1098,7 @@ new AlertConditionConfig {
| Name
| string
| The title of the condition. Must be between 1 and 128 characters, inclusive. |
| PolicyId
| double
| The ID of the policy where this condition should be used. |
| Term
| object
| term block. |
-| Type
| string
| The type of condition. One of: (browser_metric, mobile_metric, servers_metric, apm_app_metric, apm_jvm_metric, apm_kt_metric). |
+| Type
| string
| The type of condition. One of: (mobile_metric, servers_metric, apm_app_metric, apm_jvm_metric, apm_kt_metric, browser_metric). |
| ConditionScope
| string
| One of (application, instance). |
| Enabled
| object
| Whether the condition is enabled. |
| GcMetric
| string
| A valid Garbage Collection metric e.g. GC/G1 Young Generation. This is required if you are using apm_jvm_metric with gc_cpu_time condition type. |
@@ -1258,7 +1258,7 @@ public string Type { get; set; }
- *Type:* string
-The type of condition. One of: (browser_metric, mobile_metric, servers_metric, apm_app_metric, apm_jvm_metric, apm_kt_metric).
+The type of condition. One of: (mobile_metric, servers_metric, apm_app_metric, apm_jvm_metric, apm_kt_metric, browser_metric).
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.42.1/docs/resources/alert_condition#type AlertCondition#type}
diff --git a/docs/alertCondition.go.md b/docs/alertCondition.go.md
index 196b44383..be6dc7f7a 100644
--- a/docs/alertCondition.go.md
+++ b/docs/alertCondition.go.md
@@ -1098,7 +1098,7 @@ import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/alertcondition"
| Name
| *string
| The title of the condition. Must be between 1 and 128 characters, inclusive. |
| PolicyId
| *f64
| The ID of the policy where this condition should be used. |
| Term
| interface{}
| term block. |
-| Type
| *string
| The type of condition. One of: (browser_metric, mobile_metric, servers_metric, apm_app_metric, apm_jvm_metric, apm_kt_metric). |
+| Type
| *string
| The type of condition. One of: (mobile_metric, servers_metric, apm_app_metric, apm_jvm_metric, apm_kt_metric, browser_metric). |
| ConditionScope
| *string
| One of (application, instance). |
| Enabled
| interface{}
| Whether the condition is enabled. |
| GcMetric
| *string
| A valid Garbage Collection metric e.g. GC/G1 Young Generation. This is required if you are using apm_jvm_metric with gc_cpu_time condition type. |
@@ -1258,7 +1258,7 @@ Type *string
- *Type:* *string
-The type of condition. One of: (browser_metric, mobile_metric, servers_metric, apm_app_metric, apm_jvm_metric, apm_kt_metric).
+The type of condition. One of: (mobile_metric, servers_metric, apm_app_metric, apm_jvm_metric, apm_kt_metric, browser_metric).
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.42.1/docs/resources/alert_condition#type AlertCondition#type}
diff --git a/docs/alertCondition.java.md b/docs/alertCondition.java.md
index 07ca8ee89..921cd16c7 100644
--- a/docs/alertCondition.java.md
+++ b/docs/alertCondition.java.md
@@ -58,7 +58,7 @@ AlertCondition.Builder.create(Construct scope, java.lang.String id)
| name
| java.lang.String
| The title of the condition. Must be between 1 and 128 characters, inclusive. |
| policyId
| java.lang.Number
| The ID of the policy where this condition should be used. |
| term
| com.hashicorp.cdktf.IResolvable OR java.util.List<AlertConditionTerm>
| term block. |
-| type
| java.lang.String
| The type of condition. One of: (browser_metric, mobile_metric, servers_metric, apm_app_metric, apm_jvm_metric, apm_kt_metric). |
+| type
| java.lang.String
| The type of condition. One of: (mobile_metric, servers_metric, apm_app_metric, apm_jvm_metric, apm_kt_metric, browser_metric). |
| conditionScope
| java.lang.String
| One of (application, instance). |
| enabled
| java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
| Whether the condition is enabled. |
| gcMetric
| java.lang.String
| A valid Garbage Collection metric e.g. GC/G1 Young Generation. This is required if you are using apm_jvm_metric with gc_cpu_time condition type. |
@@ -184,7 +184,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre
- *Type:* java.lang.String
-The type of condition. One of: (browser_metric, mobile_metric, servers_metric, apm_app_metric, apm_jvm_metric, apm_kt_metric).
+The type of condition. One of: (mobile_metric, servers_metric, apm_app_metric, apm_jvm_metric, apm_kt_metric, browser_metric).
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.42.1/docs/resources/alert_condition#type AlertCondition#type}
@@ -1335,7 +1335,7 @@ AlertConditionConfig.builder()
| name
| java.lang.String
| The title of the condition. Must be between 1 and 128 characters, inclusive. |
| policyId
| java.lang.Number
| The ID of the policy where this condition should be used. |
| term
| com.hashicorp.cdktf.IResolvable OR java.util.List<AlertConditionTerm>
| term block. |
-| type
| java.lang.String
| The type of condition. One of: (browser_metric, mobile_metric, servers_metric, apm_app_metric, apm_jvm_metric, apm_kt_metric). |
+| type
| java.lang.String
| The type of condition. One of: (mobile_metric, servers_metric, apm_app_metric, apm_jvm_metric, apm_kt_metric, browser_metric). |
| conditionScope
| java.lang.String
| One of (application, instance). |
| enabled
| java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
| Whether the condition is enabled. |
| gcMetric
| java.lang.String
| A valid Garbage Collection metric e.g. GC/G1 Young Generation. This is required if you are using apm_jvm_metric with gc_cpu_time condition type. |
@@ -1495,7 +1495,7 @@ public java.lang.String getType();
- *Type:* java.lang.String
-The type of condition. One of: (browser_metric, mobile_metric, servers_metric, apm_app_metric, apm_jvm_metric, apm_kt_metric).
+The type of condition. One of: (mobile_metric, servers_metric, apm_app_metric, apm_jvm_metric, apm_kt_metric, browser_metric).
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.42.1/docs/resources/alert_condition#type AlertCondition#type}
diff --git a/docs/alertCondition.python.md b/docs/alertCondition.python.md
index 5ca77d6a1..cc1063ed9 100644
--- a/docs/alertCondition.python.md
+++ b/docs/alertCondition.python.md
@@ -54,7 +54,7 @@ alertCondition.AlertCondition(
| name
| str
| The title of the condition. Must be between 1 and 128 characters, inclusive. |
| policy_id
| typing.Union[int, float]
| The ID of the policy where this condition should be used. |
| term
| typing.Union[cdktf.IResolvable, typing.List[AlertConditionTerm]]
| term block. |
-| type
| str
| The type of condition. One of: (browser_metric, mobile_metric, servers_metric, apm_app_metric, apm_jvm_metric, apm_kt_metric). |
+| type
| str
| The type of condition. One of: (mobile_metric, servers_metric, apm_app_metric, apm_jvm_metric, apm_kt_metric, browser_metric). |
| condition_scope
| str
| One of (application, instance). |
| enabled
| typing.Union[bool, cdktf.IResolvable]
| Whether the condition is enabled. |
| gc_metric
| str
| A valid Garbage Collection metric e.g. GC/G1 Young Generation. This is required if you are using apm_jvm_metric with gc_cpu_time condition type. |
@@ -180,7 +180,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre
- *Type:* str
-The type of condition. One of: (browser_metric, mobile_metric, servers_metric, apm_app_metric, apm_jvm_metric, apm_kt_metric).
+The type of condition. One of: (mobile_metric, servers_metric, apm_app_metric, apm_jvm_metric, apm_kt_metric, browser_metric).
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.42.1/docs/resources/alert_condition#type AlertCondition#type}
@@ -1373,7 +1373,7 @@ alertCondition.AlertConditionConfig(
| name
| str
| The title of the condition. Must be between 1 and 128 characters, inclusive. |
| policy_id
| typing.Union[int, float]
| The ID of the policy where this condition should be used. |
| term
| typing.Union[cdktf.IResolvable, typing.List[AlertConditionTerm]]
| term block. |
-| type
| str
| The type of condition. One of: (browser_metric, mobile_metric, servers_metric, apm_app_metric, apm_jvm_metric, apm_kt_metric). |
+| type
| str
| The type of condition. One of: (mobile_metric, servers_metric, apm_app_metric, apm_jvm_metric, apm_kt_metric, browser_metric). |
| condition_scope
| str
| One of (application, instance). |
| enabled
| typing.Union[bool, cdktf.IResolvable]
| Whether the condition is enabled. |
| gc_metric
| str
| A valid Garbage Collection metric e.g. GC/G1 Young Generation. This is required if you are using apm_jvm_metric with gc_cpu_time condition type. |
@@ -1533,7 +1533,7 @@ type: str
- *Type:* str
-The type of condition. One of: (browser_metric, mobile_metric, servers_metric, apm_app_metric, apm_jvm_metric, apm_kt_metric).
+The type of condition. One of: (mobile_metric, servers_metric, apm_app_metric, apm_jvm_metric, apm_kt_metric, browser_metric).
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.42.1/docs/resources/alert_condition#type AlertCondition#type}
diff --git a/docs/alertCondition.typescript.md b/docs/alertCondition.typescript.md
index b524b37f5..c4eeb50b2 100644
--- a/docs/alertCondition.typescript.md
+++ b/docs/alertCondition.typescript.md
@@ -1076,7 +1076,7 @@ const alertConditionConfig: alertCondition.AlertConditionConfig = { ... }
| name
| string
| The title of the condition. Must be between 1 and 128 characters, inclusive. |
| policyId
| number
| The ID of the policy where this condition should be used. |
| term
| cdktf.IResolvable \| AlertConditionTerm[]
| term block. |
-| type
| string
| The type of condition. One of: (browser_metric, mobile_metric, servers_metric, apm_app_metric, apm_jvm_metric, apm_kt_metric). |
+| type
| string
| The type of condition. One of: (mobile_metric, servers_metric, apm_app_metric, apm_jvm_metric, apm_kt_metric, browser_metric). |
| conditionScope
| string
| One of (application, instance). |
| enabled
| boolean \| cdktf.IResolvable
| Whether the condition is enabled. |
| gcMetric
| string
| A valid Garbage Collection metric e.g. GC/G1 Young Generation. This is required if you are using apm_jvm_metric with gc_cpu_time condition type. |
@@ -1236,7 +1236,7 @@ public readonly type: string;
- *Type:* string
-The type of condition. One of: (browser_metric, mobile_metric, servers_metric, apm_app_metric, apm_jvm_metric, apm_kt_metric).
+The type of condition. One of: (mobile_metric, servers_metric, apm_app_metric, apm_jvm_metric, apm_kt_metric, browser_metric).
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.42.1/docs/resources/alert_condition#type AlertCondition#type}
diff --git a/src/alert-channel/index.ts b/src/alert-channel/index.ts
index 08b5cfe97..7e64b9ec6 100644
--- a/src/alert-channel/index.ts
+++ b/src/alert-channel/index.ts
@@ -32,7 +32,7 @@ export interface AlertChannelConfig extends cdktf.TerraformMetaArguments {
*/
readonly name: string;
/**
- * (Required) The type of channel. One of: (victorops, webhook, email, opsgenie, pagerduty, slack, user).
+ * (Required) The type of channel. One of: (email, opsgenie, pagerduty, slack, user, victorops, webhook).
*
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.42.1/docs/resources/alert_channel#type AlertChannel#type}
*/
diff --git a/src/alert-condition/index.ts b/src/alert-condition/index.ts
index 6cc310ec9..3505fb308 100644
--- a/src/alert-condition/index.ts
+++ b/src/alert-condition/index.ts
@@ -68,7 +68,7 @@ export interface AlertConditionConfig extends cdktf.TerraformMetaArguments {
*/
readonly runbookUrl?: string;
/**
- * The type of condition. One of: (browser_metric, mobile_metric, servers_metric, apm_app_metric, apm_jvm_metric, apm_kt_metric).
+ * The type of condition. One of: (mobile_metric, servers_metric, apm_app_metric, apm_jvm_metric, apm_kt_metric, browser_metric).
*
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.42.1/docs/resources/alert_condition#type AlertCondition#type}
*/
diff --git a/yarn.lock b/yarn.lock
index da35c7544..de7d61fb3 100644
--- a/yarn.lock
+++ b/yarn.lock
@@ -219,9 +219,9 @@
glob "10.4.1"
"@cdktf/provider-project@^0.6.0":
- version "0.6.0"
- resolved "https://registry.yarnpkg.com/@cdktf/provider-project/-/provider-project-0.6.0.tgz#0e0096e31a787fa096e133f0946c0ce9a86f2be1"
- integrity sha512-BoTQTN9Gv+8CxFMO2SlHj6wAeCQZdrlc+Li/Z4AOZUR26rNwacE87bkIZG7AbyvUVQC2KKqnSZV8sUgxZwJo3Q==
+ version "0.6.1"
+ resolved "https://registry.yarnpkg.com/@cdktf/provider-project/-/provider-project-0.6.1.tgz#d4ddd5b8d3b9e441589a64090829168041411b95"
+ integrity sha512-yVA7ez5+81D6DQoxCljBpVTVqKZhdXL5BZ3Lps1yL8ViaRkm2VHbrMaFgHoWvUZ+qS5SZtioHs+5nY100PS+uw==
dependencies:
change-case "^4.1.2"
fs-extra "^10.1.0"