DataDog / terraform-provider-datadog

Terraform Datadog provider
https://www.terraform.io/docs/providers/datadog/
Mozilla Public License 2.0
399 stars 375 forks source link

No argument named "value" is in datadog_synthetics_test -> api_step, should be there according to doc #2507

Closed Yuqing-Bian closed 2 months ago

Yuqing-Bian commented 2 months ago

Datadog Terraform Provider Version

v3.39.0

Terraform Version

v1.9.3

What resources or data sources are affected?

datadog synthetics test

Terraform Configuration Files

No response

Relevant debug or panic output

error generating plan: exit status 1 Error: Unsupported argument on synthetics.tf line 301, in resource "datadog_synthetics_test" "rapid_event_management_api_go_sendgrid_inbound": 301: value = 120 An argument named "value" is not expected here.

Expected Behavior

we should have 'value' as an argument in 'api_step'

Actual Behavior

error with argument 'value' is not expected

Steps to Reproduce

No response

Important Factoids

No response

References

No response