Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

erros object contains unparsed element datadog provider datadog_integration_aws_tag_filter #2712

Open
cfazevedo-lab opened this issue Dec 10, 2024 · 0 comments
Labels

Comments

@cfazevedo-lab
Copy link

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

resource "datadog_integration_aws_tag_filter" "lambda_filter" {
  provider    = datadog.datadog-aws-integration
  account_id     = var.account_id
  namespace      = "lambda"
  tag_filter_str = "project:*"
}

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant