W3cubDocs

/Terraform

openstack_compute_keypair_v2

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"
}

Argument Reference

  • region - (Optional) The region in which to obtain the V2 Compute client. If omitted, the region argument of the provider is used.

  • name - (Required) The unique name of the keypair.

Attributes Reference

The following attributes are exported:

  • region - See Argument Reference above.
  • name - See Argument Reference above.
  • public_key - The OpenSSH-formatted public key of the keypair.

© 2018 HashiCorpLicensed under the MPL 2.0 License.
https://www.terraform.io/docs/providers/openstack/d/compute_keypair_v2.html