Etienne Carriere
Etienne Carriere
As the [flex_retention_days](https://registry.terraform.io/providers/DataDog/datadog/latest/docs/resources/logs_index#flex_retention_days-1) has been added to `datadog_log_index` resource, the ticket is closed. Don't hesitate to reopen the ticket if you consider elements are missing for flex logs.
> > Based on this, it seems like the metric you are trying to modify is not currently managed by terraform and needs to be brought into terraform state using...
As said in the previous message, we were not able to reproduce your bug with recent version of the provider. Feel free to reopen (or create a new issue and...
Thanks to the change of behavior of pointers in loops (https://go.dev/blog/loopvar-preview) in Go 1.22, this issue has been solved at langage level !
About the last commit on the documentation, you should modify the Description field and update the documentation (`make docs`) . Outside of that, it will be ok for me.
It will not be provided at team level but you can get the list of services owned by a team with ``` data "datadog_software_catalog" "test" { filter_owner = "myteam" }...
Hello, It is usually the philosophy of terraform datasource to : * have a singular datasource (example : `datadog_monitor`) that will succeed only if there is exactly one object that...
The fix has been merged so it will be available in next release version (we release around 1 time every 2 weeks)
I agree the issue is relevant (so the issue is still opened) but we are still looking on how to fix properly the issue.
Hello, Since 2022, we have implemented differents checks. When creating a synthetics test in Datadog UI, when you select RequestType = gRPC , for a Behavior test, you have 3...