4
0
Fork 0

added content to object

Signed-off-by: Mark Bolwell <mark.bollyuk@gmail.com>
This commit is contained in:
Mark Bolwell 2022-07-27 10:08:27 +01:00
parent 5e93716ecb
commit 5a81497a26
No known key found for this signature in database
GPG key ID: F734FDFC154B83FB

View file

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