From 36151c160a72a01ebc63c80ab1035540dc7942e2 Mon Sep 17 00:00:00 2001 From: nikitadugar Date: Tue, 17 Mar 2020 14:32:50 +0530 Subject: [PATCH] update terraorm for some syntax warning --- main.tf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/main.tf b/main.tf index 1b0a83f..ef28d18 100644 --- a/main.tf +++ b/main.tf @@ -129,11 +129,11 @@ resource "aws_lambda_function" "default" { lifecycle { # Ignore tags added by kubernetes ignore_changes = [ - "source_code_hash", - "last_modified" + source_code_hash, + last_modified ] } - depends_on = ["aws_iam_role_policy_attachment.default"] + depends_on = [aws_iam_role_policy_attachment.default] } # Module : Lambda Permission