We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Currently ignore_changes in cloudposse/terraform-aws-lambda-function is restricted to last_modified which is hard coded and not configurable.
last_modified
Use case:
environment
So that from my module call, I can pass the attributes to ignore when there is any changes.
From the call:
`module "example_lambda_function" { source = "cloudposse/lambda-function/aws" version = "0.6.1"
ignore_changes = [environment] } `
Passing the attributes to be ignored when there is any changes in terraform state
No response
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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:
environment
attribute values + last_modifiedSo 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
environment
attribute values + last_modifiedDescribe Ideal Solution
Passing the attributes to be ignored when there is any changes in terraform state
Alternatives Considered
No response
Additional Context
No response
The text was updated successfully, but these errors were encountered: