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" }