Skip to content

Support for configurable ignore_changes lifecycle #84

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
faris-git opened this issue Mar 17, 2025 · 0 comments
Open

Support for configurable ignore_changes lifecycle #84

faris-git opened this issue Mar 17, 2025 · 0 comments

Comments

@faris-git
Copy link

Describe the Feature

Currently ignore_changes in cloudposse/terraform-aws-lambda-function is restricted to last_modified which is hard coded and not configurable.

Use case:

  • I want to ignore_changes for environment attribute values + last_modified

So that from my module call, I can pass the attributes to ignore when there is any changes.

Expected Behavior

From the call:

`module "example_lambda_function" {
source = "cloudposse/lambda-function/aws"
version = "0.6.1"

ignore_changes = [environment]
}
`

Use Case

  • I want to ignore_changes for environment attribute values + last_modified

Describe Ideal Solution

Passing the attributes to be ignored when there is any changes in terraform state

Alternatives Considered

No response

Additional Context

No response

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant