From 5a81497a263b6fc495fc8b4bc05760d2df22f135 Mon Sep 17 00:00:00 2001 From: Mark Bolwell Date: Wed, 27 Jul 2022 10:08:27 +0100 Subject: [PATCH] added content to object Signed-off-by: Mark Bolwell --- .github/workflows/main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.tf b/.github/workflows/main.tf index 985aa8a..81e1e98 100644 --- a/.github/workflows/main.tf +++ b/.github/workflows/main.tf @@ -71,7 +71,7 @@ resource "aws_instance" "testing_vm" { # The default username for our AMI user = var.ami_username # Private key for connection - private_key = data.local_file.github_actions + private_key = data.local_file.github_actions.content # Type of connection type = "ssh" }