cloudposse / cloudposse/terraform-aws-lambda-function

Support for configurable ignore_changes lifecycle

オープン
#84 コメント 0 件 リアクション 3 件 担当者 0 名 GitHub で見る
主要言語
HCL
スター
36
フォーク
44
PR マージ指標
30日以内にマージされた PR はありません

説明

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

コントリビューションガイド

コントリビューションガイドを開く

評価

この issue はまだ評価されていません。

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。