Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
edbizarro committed Dec 6, 2019
1 parent d4495af commit cdf1ce4
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 @@ -221,7 +221,7 @@ resource "aws_instance" "airflow_scheduler" {
agent = false
type = "ssh"
user = "ubuntu"
private_key = file(var.private_key_path)
private_key = var.private_key_path
}
}

Expand Down

0 comments on commit cdf1ce4

Please sign in to comment.