robbytaylor/terraform-aws-s3-unzip

null_data_source deprecated

Opened this issue · 0 comments

Warning: Deprecated

│ with module.s3-unzip.data.null_data_source.wait_for_lambda_exporter,
│ on .terraform\modules\s3-unzip\lambda.tf line 11, in data "null_data_source" "wait_for_lambda_exporter":
│ 11: data null_data_source wait_for_lambda_exporter {

│ The null_data_source was historically used to construct intermediate values to re-use elsewhere in
│ configuration, the same can now be achieved using locals