diff --git a/terraform/main.tf b/terraform/main.tf index 75b5e2350079dfb376ad6d4bcb25e425ba03cd46..0156f1eea1482420413f1b05ec29ba896c03991f 100644 --- a/terraform/main.tf +++ b/terraform/main.tf @@ -29,8 +29,8 @@ data "openstack_networking_secgroup_v2" "default" { # Create virtual machine resource "openstack_compute_instance_v2" "nginx" { name = "nginx-host" - image_name = "ubuntu-18.04" - flavor_name = "m1.tiny" + image_name = "Ubuntu-Focal-20.04-Daily-2022-04-19" + flavor_name = "łubuntu" key_pair = openstack_compute_keypair_v2.user_key.name network { port = openstack_networking_port_v2.nginx.id