Skip to content

Commit

Permalink
chore: Update sleep duration in EC2 Terraform configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
nilgaar committed Jul 13, 2024
1 parent 4654bfb commit 9a9569c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion IaC/aws/terraform/ec2.tf
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ resource "aws_instance" "ec2example" {
provisioner "remote-exec" {
inline = [
"echo 'Waiting for instance to be fully ready...'",
"sleep 60"
"sleep 120"
]
}

Expand Down

0 comments on commit 9a9569c

Please sign in to comment.