Skip to content
Snippets Groups Projects
Commit 07a263c0 authored by Nathan Rodet's avatar Nathan Rodet
Browse files

update

parent 636d57f2
No related branches found
No related tags found
No related merge requests found
Pipeline #78968 failed
......@@ -6,5 +6,5 @@ resource "scaleway_iam_ssh_key" "ssh-key" {
name = "${var.ENVIRONMENT}-ssh-key"
project_id = var.SCW_PROJECT_ID
public_key = file("./tmp/sshkey")
public_key = file(var.SSHKEY_PATH)
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment