» rightscale_ssh_key

Use this resource to create, update or destroy RightScale SSH keys.

» Example Usage

resource "rightscale_ssh_key" "infra-ssh-key" {
  name = "infra"
  cloud_href = ${data.rightscale_cloud.ec2_us_east_1.href}
}

» Argument Reference

The following arguments are supported:

  • cloud_href - (Required) The href of the cloud with the ssh key you want.

  • name - (Required) SSH Key name.

» Attributes Reference

The following attributes are exported: