waneal
waneal
I also faced this problem. My configuration file is below. ```terraform terraform { required_version = "~> 1.1.7" backend "s3" { bucket = "YOUR_BUCKET" key = "YOUR_TFSTATE" region = "ap-northeast-1" }...
There is still no Delete API in documents. https://docs.datadoghq.com/api/latest/logs-indexes/
Hi, @ivanmartos. I think [datadog_integration_aws_tag_filter](https://registry.terraform.io/providers/DataDog/datadog/latest/docs/resources/integration_aws_tag_filter) can satisfy your requirements.
As workaround, we can configure retention days by `local-exec` like below. However I hope to define it as terraform code, too. ```terraform resource "aws_config_configuration_recorder" "this" { name = "this" role_arn...