Skip to content

Commit

Permalink
Issue 369: Remove LastModified field for aws_lambda_function from dri…
Browse files Browse the repository at this point in the history
…ft reports
  • Loading branch information
lotoussa committed Mar 26, 2021
1 parent f34d544 commit 7a554ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/resource/aws/aws_lambda_function.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ type AwsLambdaFunction struct {
ImageUri *string `cty:"image_uri"`
InvokeArn *string `cty:"invoke_arn" computed:"true"`
KmsKeyArn *string `cty:"kms_key_arn"`
LastModified *string `cty:"last_modified" computed:"true"`
LastModified *string `cty:"last_modified" computed:"true" diff:"-"`
Layers []string `cty:"layers"`
MemorySize *int `cty:"memory_size"`
PackageType *string `cty:"package_type"`
Expand Down

0 comments on commit 7a554ea

Please sign in to comment.