-
Notifications
You must be signed in to change notification settings - Fork 66
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
TL;DR
This project makes use of the null_data_source datas, which is deprecated in favor of locals (docs). This trigger warnings
Expected behavior
No warnings are triggered when using this module
Observed behavior
Warnings are triggered when using this module

Terraform Configuration
Any configuration should trigger the warningsTerraform Version
1.5.4Additional information
I have stumbled upon this while using https://github.com/terraform-google-modules/terraform-google-scheduled-function
This is not a bug per se, but I think it's the most appropriate template
Here are the 2 deprecated null_data_source:
terraform-google-event-function/examples/automatic-labelling-from-repository/main.tf
Line 42 in 8d977a4
data "null_data_source" "main" { terraform-google-event-function/main.tf
Line 42 in 8d977a4
data "null_data_source" "wait_for_files" {
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working