use ubuntu image instead of lemp, also add some flair to nginx conf
This commit is contained in:
parent
a3698e5bbf
commit
872ffab461
3 changed files with 34 additions and 28 deletions
4
main.tf
4
main.tf
|
@ -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
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue