Does AWS Config proactive compliance work with Terraform ?

0

Does AWS Config proactive compliance work with Terraform ?

AWS
已提问 1 年前850 查看次数
2 回答
1
已接受的回答

No, at present it appears that Terraform does not support proactive Config Rules. The aws_config_config_rule resource documentation does not include an evaluation_modes block, which is required for enabling proactive rule evaluation (as mentioned in the PutConfigRule API documentation).

Also, it seems that this product was designed with CloudFormation in mind. In the StartResourceEvaluation API, the only valid value for the ResourceConfigurationSchemaType is CFN_RESOURCE_SCHEMA. Perhaps they'll add more types over time, but for now it looks like only CloudFormation is supported.

profile picture
专家
bwhaley
已回答 1 年前
0

What are the use cases in which we much use AWS Config Proactive Compliance ? there is any way to start a resource evaluation inside a CI/CD pipeline or the only way is to call the config service API from CLI ?

profile picture
已回答 1 年前

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则