You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
│ Warning: Redundant ignore_changes element
│
│ on .terraform/modules/security_header_lambda/aws_lambda_function.tf line 2, in resource "aws_lambda_function" "lambda":
│ 2: resource "aws_lambda_function" "lambda" {
│
│ Adding an attribute name to ignore_changes tells Terraform to ignore future changes to the argument in configuration after the
│ object has been created, retaining the value originally configured.
│
│ The attribute last_modified is decided by the provider alone and therefore there can be no configured value to compare with.
│ Including this attribute in ignore_changes has no effect. Remove the attribute from ignore_changes to quiet this warning.
╵
0 commit comments