mirror of
https://github.com/opentofu/opentofu.git
synced 2025-02-16 18:35:03 -06:00
Merge pull request #12814 from tpoindessous/patch-2
[DOCUMENTATION] Change version of Debian image
This commit is contained in:
commit
373324ed43
@ -17,7 +17,7 @@ resource "google_compute_disk" "default" {
|
||||
name = "test-disk"
|
||||
type = "pd-ssd"
|
||||
zone = "us-central1-a"
|
||||
image = "debian7-wheezy"
|
||||
image = "debian-cloud/debian-8"
|
||||
}
|
||||
```
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user