We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a9b2c7 commit 1f39642Copy full SHA for 1f39642
create-ami/main.tf
@@ -17,6 +17,4 @@ provider "aws" {
17
resource "aws_ami_from_instance" "parsec" {
18
name = "${var.ami_name}"
19
source_instance_id = "${var.instance_id}"
20
-
21
- depends_on = ["null_resource.delete_ami"]
22
}
0 commit comments