Open fatbasstard opened 2 months ago
v3.43.1
v1.9.5
locals { excluded_dd_regions = setsubtract(data.aws_regions.current.names, "us-east-1", "us-west-2") } data "aws_regions" "current" { all_regions = true } resource "datadog_integration_aws" "default" { excluded_regions = var.excluded_regions }
No response
Exclude ap-southeast-5 once and then TF doesn't give any changes anymore
ap-southeast-5
TF Keeps trying to apply the exclude, but nothing changes since ap-southeast-5 is not available in DataDog itself
I have noticed the same problem with multiple other regions, i agree if you try to exclude regions that are not in the datadog Console, it always finds a change.
Datadog Terraform Provider Version
v3.43.1
Terraform Version
v1.9.5
What resources or data sources are affected?
Terraform Configuration Files
Relevant debug or panic output
No response
Expected Behavior
Exclude
ap-southeast-5
once and then TF doesn't give any changes anymoreActual Behavior
TF Keeps trying to apply the exclude, but nothing changes since ap-southeast-5 is not available in DataDog itself
Steps to Reproduce
No response
Important Factoids
No response
References
No response