Skip to content

Commit a343593

Browse files
workbench: Make install-monitoring-agent settable but unmodifiable (#14918) (#24080)
[upstream:63cb1950f3a3a7663be8fe0d9b56447b85d4df80] Signed-off-by: Modular Magician <[email protected]>
1 parent f40baad commit a343593

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.changelog/14918.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
```release-note:bug
2+
workbench: made `install-monitoring-agent` metadata key settable for `google_workbench_instance`
3+
```

google/services/workbench/resource_workbench_instance.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ func WorkbenchInstanceLabelsDiffSuppress(k, old, new string, d *schema.ResourceD
6363
}
6464

6565
var WorkbenchInstanceSettableUnmodifiableDefaultMetadata = []string{
66+
"install-monitoring-agent",
6667
"serial-port-logging-enable",
6768
}
6869

@@ -106,7 +107,6 @@ var WorkbenchInstanceProvidedMetadata = []string{
106107
"generate-diagnostics-options",
107108
"google-logging-enabled",
108109
"image-url",
109-
"install-monitoring-agent",
110110
"install-nvidia-driver",
111111
"installed-extensions",
112112
"instance-region",

0 commit comments

Comments
 (0)