dogtag-IaC/key.tf

4 lines
82 B
Terraform
Raw Normal View History

data "openstack_compute_keypair_v2" "manderssonpub" {
name = "${var.keyname}"
}