Commit b40bd389 authored by rajat.kulkarni's avatar rajat.kulkarni

Update sampleec2.tf

parent 67e5e922
Pipeline #26695 failed with stage
in 4 seconds
......@@ -23,7 +23,7 @@ resource "aws_ebs_volume" "vol" {
tags = { key_name = "ec2instance" }
}
resource "time_sleep" "wait_30_seconds" {
depends_on = [aws_instance.ec301]
depends_on = "[aws_instance.ec301]"
create_duration = "60s"
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment