You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Error: object contains unparsed element: map[namespace:step_functions tag_filter_str:]
| with module.datadog_aws_integration.datadog_integration_aws_tag_filter.lambda_filter, on ../../modules/datadog-aws-integration/main.tf line 113, in resource "datadog_integration_aws_tag_filter" "lambda_filter": 113: resource "datadog_integration_aws_tag_filter" "lambda_filter" {
Expected Behavior
Provisions without an error
Actual Behavior
errors with a module
Steps to Reproduce
terraform apply
Important Factoids
Errors with the module occurred without us having updated the provider version or made parameter changes. We noticed that in version "3.48.1" of the provider, a filter option for "step_functions" was introduced. From that moment, we started encountering errors during the Terraform apply, which should not happen even when using an older version of the provider.
References
No response
The text was updated successfully, but these errors were encountered:
Datadog Terraform Provider Version
3.34.0
Terraform Version
v1.9.2
What resources or data sources are affected?
datadog_integration_aws_tag_filter (Resource)
Terraform Configuration Files
Relevant debug or panic output
Error: object contains unparsed element: map[namespace:step_functions tag_filter_str:]
| with module.datadog_aws_integration.datadog_integration_aws_tag_filter.lambda_filter, on ../../modules/datadog-aws-integration/main.tf line 113, in resource "datadog_integration_aws_tag_filter" "lambda_filter": 113: resource "datadog_integration_aws_tag_filter" "lambda_filter" {
Expected Behavior
Provisions without an error
Actual Behavior
errors with a module
Steps to Reproduce
terraform apply
Important Factoids
Errors with the module occurred without us having updated the provider version or made parameter changes. We noticed that in version "3.48.1" of the provider, a filter option for "step_functions" was introduced. From that moment, we started encountering errors during the Terraform apply, which should not happen even when using an older version of the provider.
References
No response
The text was updated successfully, but these errors were encountered: