Skip to content

Commit

Permalink
Ignore more stuff (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
NikolayMetchev authored May 15, 2024
1 parent c652616 commit 88c49b1
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,15 @@ resource "aws_lambda_function" "this" {
timeout,
environment,
snap_start,
reserved_concurrent_executions,
runtime,
architectures,
last_modified,
qualified_arn,
qualified_invoke_arn,
source_code_hash,
source_code_size,
version,
]
}
}
Expand Down
2 changes: 1 addition & 1 deletion modules/alias/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ resource "aws_lambda_alias" "no_refresh" {
}

lifecycle {
ignore_changes = [function_version, description]
ignore_changes = all
}
}

Expand Down

0 comments on commit 88c49b1

Please sign in to comment.