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.
Asked
Active
Viewed 410 times
1
1 Answers
0
Its not yet supported. There is a github issue to add automatic
to aws_config_remediation_configuration

Marcin
- 215,873
- 14
- 235
- 294
-
1Thank you Marcin. – TGS Oct 09 '20 at 16:21
-
1Note that this is now supported. It was released in v3.67.0 of the Terraform AWS Provider. Documentation here: https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/config_remediation_configuration#automatic – RutledgePaulV Dec 30 '21 at 21:24