Skip to content

Commit

Permalink
tests
Browse files Browse the repository at this point in the history
  • Loading branch information
edbizarro committed Dec 6, 2019
1 parent 48368d0 commit e10fa08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

resource "aws_key_pair" "auth" {
key_name = coalesce(var.key_name, module.airflow_labels.id)
public_key = var.public_key
public_key = coalesce(var.public_key, file(var.public_key_path))
}

# -------------------------------------------
Expand Down

0 comments on commit e10fa08

Please sign in to comment.