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

[datadog_synthetics_test] support file upload for api test #2422

Closed etnbrd closed 3 months ago

etnbrd commented 3 months ago

This PR implements the upload file feature for API tests (and steps) for the terraform provider.

⚠️ One gotcha is that we aren't sure how to upload the file only when the file content is updated, because it implies to know when the terraform config was updated locally, which isn't trivial and might lead to more edge cases than expected. Instead, we accept re-uploading the file every time the test is updated.