Skip to content

Commit

Permalink
Forgot lifecycle block
Browse files Browse the repository at this point in the history
  • Loading branch information
Vermyndax committed May 21, 2020
1 parent d7b1b46 commit 5ae59ae
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -367,7 +367,9 @@ resource "aws_codepipeline" "site_codepipeline" {
}
}

ignore_changes = [stage[0]]
lifecycle {
ignore_changes = [stage[0]]
}

# stage {
# name = "Source"
Expand Down

0 comments on commit 5ae59ae

Please sign in to comment.