Does AWS Config proactive compliance work with Terraform ?

0

Does AWS Config proactive compliance work with Terraform ?

AWS
asked a year ago829 views
2 Answers
1
Accepted Answer

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
EXPERT
bwhaley
answered a year ago
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
answered a year ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions