cloudposse / cloudposse/terraform-aws-lambda-function

Support for configurable ignore_changes lifecycle

Đang mở
#84 0 bình luận 3 reaction 0 người được giao Xem trên GitHub
Ngôn ngữ chính
HCL
Star
36
Fork
44
Chỉ số merge pull request
Không có pull request nào được merge trong 30 ngày

Mô tả

### 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_

Hướng dẫn đóng góp

Mở hướng dẫn đóng góp

Đánh giá

Issue này chưa được đánh giá.

Nhận issue mới trong hộp thư của bạn

Bản tóm tắt ngắn những issue GitHub phù hợp với người mới.