Skip to content

Commit 1324f2a

Browse files
Avoid label possibly using a reserved keyword (#7252) (#13784)
Signed-off-by: Modular Magician <[email protected]>
1 parent beb950e commit 1324f2a

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.changelog/7252.txt

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
```release-note:none
2+
3+
```

google/resource_alloydb_cluster_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ resource "google_alloydb_cluster" "default" {
5151
network = "projects/${data.google_project.project.number}/global/networks/${google_compute_network.default.name}"
5252
5353
labels = {
54-
update = "true"
54+
foo = "bar"
5555
}
5656
5757
lifecycle {

0 commit comments

Comments
 (0)