forked from ansible-lockdown/RHEL9-CIS
alignment
This commit is contained in:
parent
bffb3d2dc6
commit
9d91c2cba2
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 = file("${path.module}/.ssh/github_actions.pem")
|
||||
private_key = data.local_file.github_actions.content
|
||||
# Type of connection
|
||||
type = "ssh"
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue