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

Fix key pair name

parent db96cabb
Branches
No related tags found
No related merge requests found
......@@ -142,7 +142,7 @@ resource "openstack_compute_secgroup_v2" "ssh" {
# Create ssh keys
resource "openstack_compute_keypair_v2" "user1" {
name = ""
name = "user1"
# public_key = ""
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment