From d7b1b462eea31dedd88948670388908e8f5b5070 Mon Sep 17 00:00:00 2001 From: Jason Miller Date: Thu, 21 May 2020 16:39:32 -0500 Subject: [PATCH] Ignore changes on stage 0 --- main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.tf b/main.tf index 886d8a6..4a0d492 100644 --- a/main.tf +++ b/main.tf @@ -367,7 +367,7 @@ resource "aws_codepipeline" "site_codepipeline" { } } - ignore_changes = [stage[0].action[0].configuration.OAuthToken] + ignore_changes = [stage[0]] # stage { # name = "Source"