1
0
Fork 0

use ubuntu image instead of lemp, also add some flair to nginx conf

This commit is contained in:
Von Random 2024-05-29 03:19:00 +03:00
parent a3698e5bbf
commit 872ffab461
3 changed files with 34 additions and 28 deletions

View file

@ -16,8 +16,8 @@ resource "yandex_compute_instance" "vm" {
platform_id = "standard-v1"
boot_disk {
initialize_params {
image_id = "fd84am5rkt7hj8es82a5" # lemp
size = 5
image_id = "fd87j6d92jlrbjqbl32q" # ubuntu 22.04
size = 8
}
}