[Bug]: Latest release triggers microsoft defender ASR and blocks provider updates. #40433
Open
Description
Terraform Core Version
1.9.7
AWS Provider Version
5.79.0
Affected Resource(s)
hashicorp\aws\5.79.0\windows_amd64\terraform-provider-aws_v5.79.0_x5.exe is being blocked by MDE ASR rules, causing inconsistent modules updates
Expected Behavior
no ASR block
Actual Behavior
ASR block
Relevant Error/Panic Output Snippet
No response
Terraform Configuration Files
terraform {
required_providers {
aws = {
source = "hashicorp/aws"
version = "~> 5.17"
}
datadog = {
source = "datadog/datadog"
version = "~> 3.27"
}
tfe = {
source = "hashicorp/tfe"
version = "~> 0.51"
}
gitlab = {
source = "gitlabhq/gitlab"
version = "~> 17.2"
}
}
required_version = ">= 1.3.0"
}
Steps to Reproduce
terraform init --upgrade
Debug Output
No response
Panic Output
No response
Important Factoids
No response
References
No response
Would you like to implement a fix?
None