forked from ansible-lockdown/RHEL9-CIS
added content to object
Signed-off-by: Mark Bolwell <mark.bollyuk@gmail.com>
This commit is contained in:
parent
5e93716ecb
commit
5a81497a26
1 changed files with 1 additions and 1 deletions
2
.github/workflows/main.tf
vendored
2
.github/workflows/main.tf
vendored
|
|
@ -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"
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue