Commit 8828e349 authored by rajat.kulkarni's avatar rajat.kulkarni

Update sampleec2.tf

parent e312b442
Pipeline #26700 failed with stage
in 12 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