Skip to content
This repository was archived by the owner on Sep 15, 2021. It is now read-only.

Commit 7550567

Browse files
authored
Merge pull request #30 from danisla/update-default-image
update default_image value to prevent perma-diff
2 parents e060dc5 + 9bac531 commit 7550567

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

variables.tf

+1-1
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ variable machine_type {
9595

9696
variable compute_image {
9797
description = "Image used for compute VMs."
98-
default = "debian-cloud/debian-9"
98+
default = "projects/debian-cloud/global/images/family/debian-9"
9999
}
100100

101101
variable wait_for_instances {

0 commit comments

Comments
 (0)