Skip to content

Commit

Permalink
Get e2e TF setup working
Browse files Browse the repository at this point in the history
  • Loading branch information
Callisto13 committed Oct 15, 2021
1 parent ee8ce32 commit a3a24f2
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions test/e2e/infra/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ provider "metal" {
}

resource "metal_project" "quicksilver_e2e" {
name = "quicksilver_e2e"
name = "quicksilver_e2e_1"
}

resource "metal_project_ssh_key" "test" {
Expand Down Expand Up @@ -68,7 +68,6 @@ resource "null_resource" "example_provisioner" {
user = var.ssh_user
port = var.ssh_port
private_key = file(var.private_key_path)
agent = true
}

provisioner "file" {
Expand All @@ -87,4 +86,4 @@ resource "null_resource" "example_provisioner" {
# # copy the metadata file back to CWD, which will be tested
# command = "scp -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null ${var.ssh_user}@${metal_device.web1.network.0}:/tmp/metadata metadata"
# }
}
}

0 comments on commit a3a24f2

Please sign in to comment.