Skip to content
Snippets Groups Projects
Commit b1d3eca0 authored by Radosław Piliszek's avatar Radosław Piliszek :flag_ua:
Browse files

Adapt to the env

parent a71fe943
Branches
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment