Skip to content

Commit

Permalink
Merge pull request #383 from cloudskiff/issue_369_lotoussa
Browse files Browse the repository at this point in the history
Remove LastModified field for aws_lambda_function from drift reports
  • Loading branch information
eliecharra authored Mar 29, 2021
2 parents 9c5f697 + 7a554ea commit cc490b2
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 cc490b2

Please sign in to comment.