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
Tags
No related merge requests found
...@@ -29,8 +29,8 @@ data "openstack_networking_secgroup_v2" "default" { ...@@ -29,8 +29,8 @@ data "openstack_networking_secgroup_v2" "default" {
# Create virtual machine # Create virtual machine
resource "openstack_compute_instance_v2" "nginx" { resource "openstack_compute_instance_v2" "nginx" {
name = "nginx-host" name = "nginx-host"
image_name = "ubuntu-18.04" image_name = "Ubuntu-Focal-20.04-Daily-2022-04-19"
flavor_name = "m1.tiny" flavor_name = "łubuntu"
key_pair = openstack_compute_keypair_v2.user_key.name key_pair = openstack_compute_keypair_v2.user_key.name
network { network {
port = openstack_networking_port_v2.nginx.id port = openstack_networking_port_v2.nginx.id
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment