Reputation: 57
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.
Upvotes: 1
Views: 477
Reputation: 238727
Its not yet supported. There is a github issue to add automatic
to aws_config_remediation_configuration
Upvotes: 0