Skip to content

Commit b0858eb

Browse files
committed
chore: no need to watch the outputs here
1 parent b59e5e1 commit b0858eb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

main.tf

+2-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@ resource "aws_cloudformation_stack_set" "boundary" {
2323

2424
lifecycle {
2525
ignore_changes = [
26-
administration_role_arn
26+
administration_role_arn,
27+
outputs
2728
]
2829
}
2930
}

0 commit comments

Comments
 (0)