Skip to content

Commit

Permalink
Merge pull request #25 from moio/aws_timeout
Browse files Browse the repository at this point in the history
bugfix: allow more time for the bastion to come up
  • Loading branch information
git-ival authored Nov 20, 2024
2 parents 9376a72 + c84d295 commit af8e8aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tofu/modules/aws_host/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ resource "null_resource" "host_configuration" {
bastion_host = var.ssh_bastion_host
bastion_user = var.ssh_bastion_user
bastion_private_key = file(var.ssh_private_key_path)
timeout = "120s"
timeout = "240s"
}

provisioner "file" {
Expand Down

0 comments on commit af8e8aa

Please sign in to comment.