Skip to content

Commit a09c132

Browse files
committed
Fix auto redeploy runner
1 parent 2c9d4d2 commit a09c132

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

deploy/terraform/github-runner.tf

+6
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,12 @@ resource "yandex_compute_disk" "github-runner" {
4646
size = 20
4747
zone = local.zones[each.value % length(local.zones)]
4848
image_id = data.yandex_compute_image.this.id
49+
50+
lifecycle {
51+
ignore_changes = [
52+
image_id
53+
]
54+
}
4955
}
5056

5157
resource "yandex_compute_instance" "github-runner" {

0 commit comments

Comments
 (0)