Skip to content

Commit

Permalink
Disable ssh agent in deploy_puppetserver_files
Browse files Browse the repository at this point in the history
  • Loading branch information
cmd-ntrf committed Sep 4, 2024
1 parent 1f17e05 commit 1b415f1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions common/provision/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ resource "terraform_data" "deploy_puppetserver_files" {

connection {
type = "ssh"
agent = false
bastion_host = var.bastions[keys(var.bastions)[0]].public_ip
bastion_user = "tf"
bastion_private_key = var.tf_ssh_key.private
Expand Down

0 comments on commit 1b415f1

Please sign in to comment.