Skip to content

Commit 6f1f501

Browse files
authored
workbench: Make report-notebook-metrics but unmodifiable (#15080)
1 parent fe64002 commit 6f1f501

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mmv1/templates/terraform/constants/workbench_instance.go.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ func WorkbenchInstanceLabelsDiffSuppress(k, old, new string, d *schema.ResourceD
2626
var WorkbenchInstanceSettableUnmodifiableDefaultMetadata = []string{
2727
"install-monitoring-agent",
2828
"serial-port-logging-enable",
29+
"report-notebook-metrics",
2930
}
3031

3132
var WorkbenchInstanceEUCProvidedAdditionalMetadata = []string{
@@ -84,7 +85,6 @@ var WorkbenchInstanceProvidedMetadata = []string{
8485
"proxy-user-mail",
8586
"report-container-health",
8687
"report-event-url",
87-
"report-notebook-metrics",
8888
"report-system-health",
8989
"report-system-status",
9090
"resource-url",

0 commit comments

Comments
 (0)