FEATURES OPEN SOURCE ABOUT DOCS LOGIN REGISTER

cloudstack_ssh_keypair

Creates or registers an SSH key pair.

Example Usage

resource "cloudstack_ssh_keypair" "default" {
  name = "myKey"
  public_key = "${file("~/.ssh/id_rsa.pub")}"
  project = "myProject"
}

Argument Reference

The following arguments are supported:

Attributes Reference

The following attributes are exported:


See the source of this document at Terraform.io