TGS
TGS

Reputation: 57

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.

Upvotes: 1

Views: 477

Answers (1)

Marcin
Marcin

Reputation: 238727

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

Upvotes: 0

Related Questions