Skip to content

Commit 4fd5ff1

Browse files
authored
Merge pull request hashicorp#59 from hashicorp/f-gcp-compute-instance
changed to debian-9
2 parents c03581a + eccc483 commit 4fd5ff1

File tree

1 file changed

+1
-1
lines changed
  • infrastructure-as-code/gcp-compute-instance

1 file changed

+1
-1
lines changed

infrastructure-as-code/gcp-compute-instance/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ variable "instance_name" {
3232

3333
variable "image" {
3434
description = "image to build instance from"
35-
default = "debian-cloud/debian-8"
35+
default = "debian-cloud/debian-9"
3636
}
3737

3838
provider "google" {

0 commit comments

Comments
 (0)