Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixes #117 - Allow Multiple SSH Keypairs #122

Merged
merged 1 commit into from
Jul 30, 2024

Conversation

CodeBleu
Copy link
Collaborator

No description provided.

@CodeBleu CodeBleu changed the title Fix: #117 - Allow Multiple SSH Keypairs Fixes #117 - Allow Multiple SSH Keypairs Jun 25, 2024
Copy link
Collaborator

@kiranchavala kiranchavala left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, was able to launch a instance via terraform with Multuple ssh keypairs

resource "cloudstack_instance" "test-vm" {
  name             = var.instance_name
  service_offering = var.instance_service_offering
  network_id       = cloudstack_network.test-network.id
  template         = var.instance_template
  zone             = var.zone
  
  expunge = true
  depends_on = [
   cloudstack_network.test-network
 ]
 keypairs       = ["kiran1","kiran2"]
  
}

Screenshot 2024-07-30 at 12 36 05 PM

@rohityadavcloud rohityadavcloud merged commit 997dbb2 into apache:main Jul 30, 2024
9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants