Missing argument in aws_config_remediation_configuration resource in terraform

448 views Asked by At

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.

1

There are 1 answers

2
Marcin On BEST ANSWER

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