openstack_compute_keypair_v2
openstack_compute_keypair_v2
For your information
This instruction is a copy of the official OpenStack Terraform provider's OpenStack Terraform documentation in the Terraform Registry.
Use this data source to get the ID and public key of an OpenStack keypair.
Example Usage
data "openstack_compute_keypair_v2" "kp" {
name = "sand"
}