Skip to content

Commit e0f1346

Browse files
authored
Merge pull request #61 from redis-field-engineering/minor-fixes
minor fixes (docs & ubuntu image)
2 parents ff73f45 + 81ece67 commit e0f1346

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

dynatrace_v2/README.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ Follow the standard extension setup process using the External VM's ActiveGate.
216216
== Dashboards
217217

218218
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.
220220

221221
== Support
222222

dynatrace_v2/kickstarter/terraform/gcp/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ resource "google_compute_instance" "activegate" {
2525

2626
boot_disk {
2727
initialize_params {
28-
image = "ubuntu-os-cloud/ubuntu-2004-lts"
28+
image = "ubuntu-2004-focal-v20240731"
2929
}
3030
}
3131

newrelic_v2/kickstarter/terraform/gcp/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ resource "google_compute_instance" "prometheus" {
1414

1515
boot_disk {
1616
initialize_params {
17-
image = "ubuntu-os-cloud/ubuntu-2004-lts"
17+
image = "ubuntu-2004-focal-v20240731"
1818
size = 50
1919
}
2020
}

0 commit comments

Comments
 (0)