Skip to content
Snippets Groups Projects
Commit 8e1b3e35 authored by Ryan Randles Jones's avatar Ryan Randles Jones
Browse files

Update main.tf

parent 64132f3f
No related branches found
No related tags found
No related merge requests found
variable "keypair_name" {default = "string"}
variable "ssh_public_key" {default = "string"}
variable "keypair_name" {}
variable "ssh_public_key" {}
resource "openstack_compute_keypair_v2" "keypair" {
name = var.keypair_name
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment