diff --git a/.github/workflows/provider-upgrade.yml b/.github/workflows/provider-upgrade.yml
index fff0a03d6..9f976bd74 100644
--- a/.github/workflows/provider-upgrade.yml
+++ b/.github/workflows/provider-upgrade.yml
@@ -18,6 +18,10 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
+ - name: Setup Node.js
+ uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b
+ with:
+ node-version: 18.12.0
- run: yarn install
- id: check_version
run: yarn check-if-new-provider-version
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index 07cedecc4..14bd25eaa 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -70,6 +70,10 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
+ - name: Setup Node.js
+ uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b
+ with:
+ node-version: 18.12.0
- name: Install
run: yarn install
- name: Check deprecation status
diff --git a/docs/alertChannel.csharp.md b/docs/alertChannel.csharp.md
index 1786abd23..e5aa38020 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: (user, victorops, webhook, email, opsgenie, pagerduty, slack). |
+| Type
| string
| (Required) The type of channel. One of: (victorops, webhook, email, opsgenie, pagerduty, slack, user). |
| 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.48.0/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: (user, victorops, webhook, email, opsgenie, pagerduty, slack).
+(Required) The type of channel. One of: (victorops, webhook, email, opsgenie, pagerduty, slack, user).
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.48.0/docs/resources/alert_channel#type AlertChannel#type}
diff --git a/docs/alertChannel.go.md b/docs/alertChannel.go.md
index 75756d6d4..a10df808e 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: (user, victorops, webhook, email, opsgenie, pagerduty, slack). |
+| Type
| *string
| (Required) The type of channel. One of: (victorops, webhook, email, opsgenie, pagerduty, slack, user). |
| 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.48.0/docs/resources/alert_channel#id AlertChannel#id}. |
@@ -940,7 +940,7 @@ Type *string
- *Type:* *string
-(Required) The type of channel. One of: (user, victorops, webhook, email, opsgenie, pagerduty, slack).
+(Required) The type of channel. One of: (victorops, webhook, email, opsgenie, pagerduty, slack, user).
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.48.0/docs/resources/alert_channel#type AlertChannel#type}
diff --git a/docs/alertChannel.java.md b/docs/alertChannel.java.md
index 75d29e43b..b8d7fe418 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: (user, victorops, webhook, email, opsgenie, pagerduty, slack). |
+| type
| java.lang.String
| (Required) The type of channel. One of: (victorops, webhook, email, opsgenie, pagerduty, slack, user). |
| 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.48.0/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: (user, victorops, webhook, email, opsgenie, pagerduty, slack).
+(Required) The type of channel. One of: (victorops, webhook, email, opsgenie, pagerduty, slack, user).
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.48.0/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: (user, victorops, webhook, email, opsgenie, pagerduty, slack). |
+| type
| java.lang.String
| (Required) The type of channel. One of: (victorops, webhook, email, opsgenie, pagerduty, slack, user). |
| 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.48.0/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: (user, victorops, webhook, email, opsgenie, pagerduty, slack).
+(Required) The type of channel. One of: (victorops, webhook, email, opsgenie, pagerduty, slack, user).
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.48.0/docs/resources/alert_channel#type AlertChannel#type}
diff --git a/docs/alertChannel.python.md b/docs/alertChannel.python.md
index d989376b9..d0d59641b 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: (user, victorops, webhook, email, opsgenie, pagerduty, slack). |
+| type
| str
| (Required) The type of channel. One of: (victorops, webhook, email, opsgenie, pagerduty, slack, user). |
| 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.48.0/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: (user, victorops, webhook, email, opsgenie, pagerduty, slack).
+(Required) The type of channel. One of: (victorops, webhook, email, opsgenie, pagerduty, slack, user).
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.48.0/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: (user, victorops, webhook, email, opsgenie, pagerduty, slack). |
+| type
| str
| (Required) The type of channel. One of: (victorops, webhook, email, opsgenie, pagerduty, slack, user). |
| 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.48.0/docs/resources/alert_channel#id AlertChannel#id}. |
@@ -1331,7 +1331,7 @@ type: str
- *Type:* str
-(Required) The type of channel. One of: (user, victorops, webhook, email, opsgenie, pagerduty, slack).
+(Required) The type of channel. One of: (victorops, webhook, email, opsgenie, pagerduty, slack, user).
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.48.0/docs/resources/alert_channel#type AlertChannel#type}
diff --git a/docs/alertChannel.typescript.md b/docs/alertChannel.typescript.md
index afe7a7bea..187f62c64 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: (user, victorops, webhook, email, opsgenie, pagerduty, slack). |
+| type
| string
| (Required) The type of channel. One of: (victorops, webhook, email, opsgenie, pagerduty, slack, user). |
| 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.48.0/docs/resources/alert_channel#id AlertChannel#id}. |
@@ -927,7 +927,7 @@ public readonly type: string;
- *Type:* string
-(Required) The type of channel. One of: (user, victorops, webhook, email, opsgenie, pagerduty, slack).
+(Required) The type of channel. One of: (victorops, webhook, email, opsgenie, pagerduty, slack, user).
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.48.0/docs/resources/alert_channel#type AlertChannel#type}
diff --git a/docs/alertCondition.csharp.md b/docs/alertCondition.csharp.md
index f05ead231..922dca62d 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: (apm_jvm_metric, apm_kt_metric, browser_metric, mobile_metric, servers_metric, apm_app_metric). |
+| Type
| string
| The type of condition. One of: (apm_kt_metric, browser_metric, mobile_metric, servers_metric, apm_app_metric, apm_jvm_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: (apm_jvm_metric, apm_kt_metric, browser_metric, mobile_metric, servers_metric, apm_app_metric).
+The type of condition. One of: (apm_kt_metric, browser_metric, mobile_metric, servers_metric, apm_app_metric, apm_jvm_metric).
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.48.0/docs/resources/alert_condition#type AlertCondition#type}
diff --git a/docs/alertCondition.go.md b/docs/alertCondition.go.md
index de54aa105..86c4e3be7 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: (apm_jvm_metric, apm_kt_metric, browser_metric, mobile_metric, servers_metric, apm_app_metric). |
+| Type
| *string
| The type of condition. One of: (apm_kt_metric, browser_metric, mobile_metric, servers_metric, apm_app_metric, apm_jvm_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: (apm_jvm_metric, apm_kt_metric, browser_metric, mobile_metric, servers_metric, apm_app_metric).
+The type of condition. One of: (apm_kt_metric, browser_metric, mobile_metric, servers_metric, apm_app_metric, apm_jvm_metric).
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.48.0/docs/resources/alert_condition#type AlertCondition#type}
diff --git a/docs/alertCondition.java.md b/docs/alertCondition.java.md
index 8668c2058..6efc0b2cf 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: (apm_jvm_metric, apm_kt_metric, browser_metric, mobile_metric, servers_metric, apm_app_metric). |
+| type
| java.lang.String
| The type of condition. One of: (apm_kt_metric, browser_metric, mobile_metric, servers_metric, apm_app_metric, apm_jvm_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: (apm_jvm_metric, apm_kt_metric, browser_metric, mobile_metric, servers_metric, apm_app_metric).
+The type of condition. One of: (apm_kt_metric, browser_metric, mobile_metric, servers_metric, apm_app_metric, apm_jvm_metric).
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.48.0/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: (apm_jvm_metric, apm_kt_metric, browser_metric, mobile_metric, servers_metric, apm_app_metric). |
+| type
| java.lang.String
| The type of condition. One of: (apm_kt_metric, browser_metric, mobile_metric, servers_metric, apm_app_metric, apm_jvm_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: (apm_jvm_metric, apm_kt_metric, browser_metric, mobile_metric, servers_metric, apm_app_metric).
+The type of condition. One of: (apm_kt_metric, browser_metric, mobile_metric, servers_metric, apm_app_metric, apm_jvm_metric).
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.48.0/docs/resources/alert_condition#type AlertCondition#type}
diff --git a/docs/alertCondition.python.md b/docs/alertCondition.python.md
index 4d2bdead8..9ef49847d 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: (apm_jvm_metric, apm_kt_metric, browser_metric, mobile_metric, servers_metric, apm_app_metric). |
+| type
| str
| The type of condition. One of: (apm_kt_metric, browser_metric, mobile_metric, servers_metric, apm_app_metric, apm_jvm_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: (apm_jvm_metric, apm_kt_metric, browser_metric, mobile_metric, servers_metric, apm_app_metric).
+The type of condition. One of: (apm_kt_metric, browser_metric, mobile_metric, servers_metric, apm_app_metric, apm_jvm_metric).
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.48.0/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: (apm_jvm_metric, apm_kt_metric, browser_metric, mobile_metric, servers_metric, apm_app_metric). |
+| type
| str
| The type of condition. One of: (apm_kt_metric, browser_metric, mobile_metric, servers_metric, apm_app_metric, apm_jvm_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: (apm_jvm_metric, apm_kt_metric, browser_metric, mobile_metric, servers_metric, apm_app_metric).
+The type of condition. One of: (apm_kt_metric, browser_metric, mobile_metric, servers_metric, apm_app_metric, apm_jvm_metric).
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.48.0/docs/resources/alert_condition#type AlertCondition#type}
diff --git a/docs/alertCondition.typescript.md b/docs/alertCondition.typescript.md
index 56fd974e4..b95d1fbab 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: (apm_jvm_metric, apm_kt_metric, browser_metric, mobile_metric, servers_metric, apm_app_metric). |
+| type
| string
| The type of condition. One of: (apm_kt_metric, browser_metric, mobile_metric, servers_metric, apm_app_metric, apm_jvm_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: (apm_jvm_metric, apm_kt_metric, browser_metric, mobile_metric, servers_metric, apm_app_metric).
+The type of condition. One of: (apm_kt_metric, browser_metric, mobile_metric, servers_metric, apm_app_metric, apm_jvm_metric).
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.48.0/docs/resources/alert_condition#type AlertCondition#type}
diff --git a/src/alert-channel/index.ts b/src/alert-channel/index.ts
index 3201af86d..c62c7fc98 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: (user, victorops, webhook, email, opsgenie, pagerduty, slack).
+ * (Required) The type of channel. One of: (victorops, webhook, email, opsgenie, pagerduty, slack, user).
*
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.48.0/docs/resources/alert_channel#type AlertChannel#type}
*/
diff --git a/src/alert-condition/index.ts b/src/alert-condition/index.ts
index fa6616d2f..94cda6ce6 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: (apm_jvm_metric, apm_kt_metric, browser_metric, mobile_metric, servers_metric, apm_app_metric).
+ * The type of condition. One of: (apm_kt_metric, browser_metric, mobile_metric, servers_metric, apm_app_metric, apm_jvm_metric).
*
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.48.0/docs/resources/alert_condition#type AlertCondition#type}
*/
diff --git a/yarn.lock b/yarn.lock
index 33eb8f9ec..dc59bef60 100644
--- a/yarn.lock
+++ b/yarn.lock
@@ -231,9 +231,9 @@
glob "10.4.5"
"@cdktf/provider-project@^0.6.0":
- version "0.6.12"
- resolved "https://registry.yarnpkg.com/@cdktf/provider-project/-/provider-project-0.6.12.tgz#295472d44c56ca80979e898bf395107fd3633248"
- integrity sha512-0SAIO2rSpQjKc2onJD/arGxn+8P8ShyjNzZyWPVOiS3U3gULIQB1cW1eXCcUxm/gxswarksBjKi7QkQ6XcZKkQ==
+ version "0.6.13"
+ resolved "https://registry.yarnpkg.com/@cdktf/provider-project/-/provider-project-0.6.13.tgz#24436ec77c71e43563ff7543d10aca471719f3c1"
+ integrity sha512-DNAOXteMJjYEbRX9G0WXtVXZQrNiBmZY4hvf2vOLsVE/42fQUaUH6pNqrD29g2dllRLi8Eq0fMH7cAW0nqQ40g==
dependencies:
change-case "^4.1.2"
fs-extra "^10.1.0"
@@ -4095,16 +4095,7 @@ streamx@^2.15.0:
optionalDependencies:
bare-events "^2.2.0"
-"string-width-cjs@npm:string-width@^4.2.0":
- version "4.2.3"
- resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
- integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
- dependencies:
- emoji-regex "^8.0.0"
- is-fullwidth-code-point "^3.0.0"
- strip-ansi "^6.0.1"
-
-string-width@^4.0.0, string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.2, string-width@^4.2.3:
+"string-width-cjs@npm:string-width@^4.2.0", string-width@^4.0.0, string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.2, string-width@^4.2.3:
version "4.2.3"
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
@@ -4136,14 +4127,7 @@ string_decoder@~1.1.1:
dependencies:
safe-buffer "~5.1.0"
-"strip-ansi-cjs@npm:strip-ansi@^6.0.1":
- version "6.0.1"
- resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
- integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
- dependencies:
- ansi-regex "^5.0.1"
-
-strip-ansi@6.0.1, strip-ansi@^6.0.0, strip-ansi@^6.0.1:
+"strip-ansi-cjs@npm:strip-ansi@^6.0.1", strip-ansi@6.0.1, strip-ansi@^6.0.0, strip-ansi@^6.0.1:
version "6.0.1"
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
@@ -4540,7 +4524,7 @@ workerpool@^6.5.1:
resolved "https://registry.yarnpkg.com/workerpool/-/workerpool-6.5.1.tgz#060f73b39d0caf97c6db64da004cd01b4c099544"
integrity sha512-Fs4dNYcsdpYSAfVxhnl1L5zTksjvOJxtC5hzMNl+1t9B8hTJTdKDyZ5ju7ztgPy+ft9tBFXoOlDNiOT9WUXZlA==
-"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0":
+"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0", wrap-ansi@^7.0.0:
version "7.0.0"
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
@@ -4558,15 +4542,6 @@ wrap-ansi@^6.0.1, wrap-ansi@^6.2.0:
string-width "^4.1.0"
strip-ansi "^6.0.0"
-wrap-ansi@^7.0.0:
- version "7.0.0"
- resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
- integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
- dependencies:
- ansi-styles "^4.0.0"
- string-width "^4.1.0"
- strip-ansi "^6.0.0"
-
wrap-ansi@^8.1.0:
version "8.1.0"
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-8.1.0.tgz#56dc22368ee570face1b49819975d9b9a5ead214"