File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
kickstarter/terraform/gcp
newrelic_v2/kickstarter/terraform/gcp Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -216,7 +216,7 @@ Follow the standard extension setup process using the External VM's ActiveGate.
216
216
== Dashboards
217
217
218
218
This repository includes sample Dynatrace dashboards for monitoring your Redis deployment. See the
219
- link:/src/dashboards[dashboards] folder for the available set of dashboards.
219
+ link:/dynatrace_v2/ src/dashboards[dashboards] folder for the available set of dashboards.
220
220
221
221
== Support
222
222
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ resource "google_compute_instance" "activegate" {
25
25
26
26
boot_disk {
27
27
initialize_params {
28
- image = " ubuntu-os-cloud/ubuntu- 2004-lts "
28
+ image = " ubuntu-2004-focal-v20240731 "
29
29
}
30
30
}
31
31
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ resource "google_compute_instance" "prometheus" {
14
14
15
15
boot_disk {
16
16
initialize_params {
17
- image = " ubuntu-os-cloud/ubuntu- 2004-lts "
17
+ image = " ubuntu-2004-focal-v20240731 "
18
18
size = 50
19
19
}
20
20
}
You can’t perform that action at this time.
0 commit comments