Search code examples
amazon-web-servicesterraformaws-cliterraform-provider-awsaws-config

Missing argument in aws_config_remediation_configuration resource in terraform


I'm using terraform aws provider version 3.9.0 and working on implementing a remediation for aws config rule. I'm not able to find an argument within "aws_config_remediation_configuration" resource which is related to Automatic trigger of the configured remediation. I see that the describe returns the attribute (automatic=true or automatic=false), but I am not finding a way to set it using terraform. Please advise. Thanks.


Solution

  • Its not yet supported. There is a github issue to add automatic to aws_config_remediation_configuration