FEATURES OPEN SOURCE ABOUT DOCS LOGIN REGISTER

openstack_compute_keypair_v2

Manages a V2 keypair resource within OpenStack.

Example Usage

resource "openstack_compute_keypair_v2" "test-keypair" {
  name = "my-keypair"
  public_key = "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDAjpC1hwiOCCmKEWxJ4qzTTsJbKzndLotBCz5PcwtUnflmU+gHJtWMZKpuEGVi29h0A/+ydKek1O18k10Ff+4tyFjiHDQAnOfgWf7+b1yK+qDip3X1C0UPMbwHlTfSGWLGZqd9LvEFx9k3h/M+VtMvwR1lJ9LUyTAImnNjWG7TaIPmui30HvM2UiFEmqkr4ijq45MyX2+fLIePLRIF61p4whjHAQYufqyno3BS48icQb4p6iVEZPo4AE2o9oIyQvj2mx4dk5Y8CgSETOZTYDOR3rU2fZTRDRgPJDH9FWvQjF5tA0p3d9CoWWd2s6GKKbfoUIi8R/Db1BSPJwkqB"
}

Argument Reference

The following arguments are supported:

Attributes Reference

The following attributes are exported:

Import

Keypairs can be imported using the name, e.g.

$ terraform import openstack_compute_keypair_v2.my-keypair test-keypair

See the source of this document at Terraform.io